Published: 2024-09-01
🎉 Release of Kubb 3.0 🎉
Introduction
Breaking Changes
In practice, most of the "breaking" changes should not have an actual effect, and we expect that many projects can just update with very few changes.
- Rename of
@kubb/swagger-client
with@kubb/plugin-client
- Rename of
@kubb/swagger-faker
with@kubb/plugin-faker
- Rename of
@kubb/swagger-msw
with@kubb/plugin-msw
- Rename of
@kubb/swagger
with@kubb/plugin-oas
- Rename of
@kubb/plugin-tanstack-query
with@kubb/plugin-tanstack-qiery
- Rename of
@kubb/swagger-redoc
with@kubb/plugin-redoc
- Rename of
@kubb/swagger-swr
with@kubb/plugin-swr
- Rename of
@kubb/swagger-ts
with@kubb/plugin-ts
- Rename of
@kubb/swagger-zod
with@kubb/plugin-zod
- Rename of
@kubb/swagger-zodios
with@kubb/plugin-zodios
- Named imports instead of default imports(better treeshaking for ESM)
import { pluginTanstackQuery } from '@kubb/plugin-tanstack-query'
- Removal of support for Tanstack-Query v4
- Removal of support for Msw v1
- Minimal Node 20
Thanks
A big thanks to everyone using Kubb and also the ones that have already contributed to Kubb!
Twitter/X
We now also have a Twitter/X account: x.com/kubbproject.