Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@finom finom released this 12 May 10:39
· 31 commits to main since this release

Vovk.ts 2.1 is a small but important type update that gives additional flexibility using NextResponse when you need to define headers, cookies and other options dynamically. Starting this version standard NextResponse.json can be used with proper type inferrence without requirement to override the return type of a client method.

For more details please check the blog post.