Releases: finom/vovk
Releases · finom/vovk
v2.1.0
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
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
v1.0.0
- ✅ 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.