Skip to content

Releases: finom/vovk

v2.1.0

12 May 10:39
Compare
Choose a tag to compare

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.

v2.0.0

10 May 18:24
Compare
Choose a tag to compare

The version 1 is heavily tested in production and the community feedback is taken into account. Great news is that no significant bugs are found since then! The main purpose of breaking changes in this release is to make Vovk more consistent and easier to use.

Check the blog post for more information

v1.1.0

23 Feb 12:06
Compare
Choose a tag to compare
  • ✅ Support .js, .cjs, .mjs extensions for Vovk Config
  • ✅ Rebuild client automatically once Vovk Config is changed without restarting the server

v1.0.0

16 Feb 17:26
Compare
Choose a tag to compare
  • ✅ Generate client library automatically.
  • ✅ Support Edge Runtime.
  • ✅ Export StreamResponse class to use as a response pointer in Services and to implement streaming without generators syntax.
  • ✅ Extract generator types.
  • ✅ Implement disposable objects (using keyword) to close stream responses automatically.