All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.3.0 (2021-11-19)
Note: Version bump only for package @ddadaal/next-typed-api-routes
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.12 (2021-11-19)
- necessary packages are not installed (b333b01)
0.2.11 (2021-11-19)
- update deps and move unnecessary packages to dev (cc244f8)
0.2.10 (2021-11-11)
- fetch: handle 204 no content response (64674a9)
0.2.9 (2021-11-11)
- route: fix null response never returns (14181ac)
0.2.8 (2021-11-11)
0.2.7 (2021-11-11)
- fetch: improve fetch error design (abacc0a)
0.2.6 (2021-11-11)
0.2.5 (2021-11-11)
0.2.4 (2021-11-09)
- cli: api route url should not include index (147fbb4)
0.2.3 (2021-11-09)
- client: improve fetch httpError type (ea0549c)
0.2.2 (2021-11-09)
- improve http error handler (0d84e87)
0.2.1 (2021-11-09)
- allow import from root package in server package (6a2dabb)
- cli: cli use wrong fetch import path (81f0b9c)
0.2.0 (2021-11-06)
- separate client and server bundle for client tree shaking
- separate client and server bundle for client tree shaking (b41667a)
0.1.10 (2021-11-04)
- infer req.body type correctly (e49925b)
0.1.9 (2021-11-04)
- support finally on FetchResult (25ff1f6)
- change coerceType to "array" (8ce1631)
0.1.8 (2021-10-12)
- enable coerceTypes (045bde2)
0.1.7 (2021-10-12)
0.1.6 (2021-10-12)
- export JsonFetchResultPromiseLike (145d068)
0.1.5 (2021-09-30)
- package: add long to suppress fsj warning (f99c62a)
- route: allow union types (f7f542f)
- route: body validation error code (310a315)
- route: show complete error messages for param validation (50bfaff)
0.1.4 (2021-09-30)
- client: use string literals instead ts factory to generate api file (335e9a5)
0.1.3 (2021-09-30)
- cli: check path existence (15f34cf)
- generate schemas.json in the module dir (4de1afc)
- package: disable modern package (next doesn't support it) (763c6cf)
0.1.2 (2021-09-29)
- package name in client generation (bbd4737)
0.1.1 (2021-09-29)
- missing dependencies for cli (61d66ba)