Skip to content

Latest commit

 

History

History
184 lines (83 loc) · 7.4 KB

CHANGELOG.md

File metadata and controls

184 lines (83 loc) · 7.4 KB

Change Log

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

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.12 (2021-11-19)

Bug Fixes

  • necessary packages are not installed (b333b01)

0.2.11 (2021-11-19)

Features

  • update deps and move unnecessary packages to dev (cc244f8)

0.2.10 (2021-11-11)

Bug Fixes

  • fetch: handle 204 no content response (64674a9)

0.2.9 (2021-11-11)

Bug Fixes

  • route: fix null response never returns (14181ac)

0.2.8 (2021-11-11)

Bug Fixes

  • client: add missing export (09ced34)
  • fetch: http handler wrong payload (6b4e6f2)

0.2.7 (2021-11-11)

Features

  • fetch: improve fetch error design (abacc0a)

0.2.6 (2021-11-11)

0.2.5 (2021-11-11)

0.2.4 (2021-11-09)

Bug Fixes

  • cli: api route url should not include index (147fbb4)

0.2.3 (2021-11-09)

Features

  • client: improve fetch httpError type (ea0549c)

0.2.2 (2021-11-09)

Features

  • improve http error handler (0d84e87)

0.2.1 (2021-11-09)

Features

  • allow import from root package in server package (6a2dabb)

Bug Fixes

  • cli: cli use wrong fetch import path (81f0b9c)

0.2.0 (2021-11-06)

⚠ BREAKING CHANGES

  • separate client and server bundle for client tree shaking

Features

  • separate client and server bundle for client tree shaking (b41667a)

0.1.10 (2021-11-04)

Bug Fixes

  • infer req.body type correctly (e49925b)

0.1.9 (2021-11-04)

Features

  • support finally on FetchResult (25ff1f6)

Bug Fixes

  • change coerceType to "array" (8ce1631)

0.1.8 (2021-10-12)

Bug Fixes

0.1.7 (2021-10-12)

0.1.6 (2021-10-12)

Bug Fixes

  • export JsonFetchResultPromiseLike (145d068)

0.1.5 (2021-09-30)

Bug Fixes

  • 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)

Bug Fixes

  • client: use string literals instead ts factory to generate api file (335e9a5)

0.1.3 (2021-09-30)

Bug Fixes

  • 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)

Bug Fixes

  • package name in client generation (bbd4737)

0.1.1 (2021-09-29)

Bug Fixes

  • missing dependencies for cli (61d66ba)

0.1.0 (2021-09-29)