Skip to content

Latest commit

 

History

History
126 lines (68 loc) · 7.01 KB

File metadata and controls

126 lines (68 loc) · 7.01 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.18.0 (2024-12-22)

  • fix(joi)!: switch from @hapi/joi to joi (#284) (6693e1d), closes #284

BREAKING CHANGES

  • peerDependency changed to joi for users of --schema-builder joi

0.17.0 (2024-12-11)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.16.0 (2024-11-02)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.15.0 (2024-10-27)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.14.0 (2024-10-12)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.13.0 (2024-09-20)

  • feat!: parse/validate request headers (#247) (682d0c9), closes #247

BREAKING CHANGES

  • requests receiving incorrect request header parameters will now fail with a validation error

0.12.1 (2024-08-17)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.12.0 (2024-08-05)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.11.2 (2024-07-29)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.11.1 (2024-07-27)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.11.0 (2024-06-08)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.10.0 (2024-05-25)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.9.0 (2024-04-27)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.8.0 (2024-04-07)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.7.0 (2024-03-03)

Features

0.6.0 (2024-02-19)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.5.0 (2024-02-10)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.4.0 (2024-01-05)

Bug Fixes

Features

  • typescript-koa: introduce optional "respond" pattern (c6595a1)

0.3.0 (2023-12-02)

BREAKING CHANGES

  • ** errors thrown are now wrapped in KoaRuntimeError objects.

0.2.0 (2023-11-12)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.1.1 (2023-11-11)

Note: Version bump only for package @nahkies/typescript-koa-runtime

0.1.0 (2023-10-01)

Bug Fixes

  • remove unused, tidy ups (0be1033)

Features