Skip to content

Latest commit

 

History

History
294 lines (135 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

294 lines (135 loc) · 11.3 KB

Changelog

3.0.0 (2024-10-18)

⚠ BREAKING CHANGES

  • Bump deps and fastify to v5 (#190)

Features

3.0.0 (2024-10-18)

⚠ BREAKING CHANGES

  • Bump deps and fastify to v5 (#190)

Features

2.3.0 (2024-04-01)

Features

2.2.0 (2024-03-17)

Features

2.1.4 (2024-03-07)

Bug Fixes

  • include schema option in route declaration (#149) (81dd230)

2.1.3 (2024-01-01)

Bug Fixes

2.1.2 (2023-12-23)

Bug Fixes

2.1.1 (2023-11-19)

Bug Fixes

  • allow gen command to accept multiple files (273d532)

2.1.0 (2023-11-19)

Features

2.0.1 (2023-11-04)

Bug Fixes

  • move std-env to dependencies from devDependencies (002b12a)

2.0.0 (2023-11-04)

⚠ BREAKING CHANGES

  • Better support for json-like input and outputs in the schema
  • additionalProperties false by default (#88)
  • jsonify req.body

Features

  • allow jsonified variants in response (e15f273)
  • Better support for json-like input and outputs in the schema (f27e6f8)

Bug Fixes

  • additionalProperties false by default (#88) (442fabb)
  • change Jsonlike behavior for response body to allow both JsonValue and original type (b8716f6)
  • jsonify req.body (636b343)

1.2.0 (2023-09-16)

Features

  • add request.routeOptions support (#82) (1a49a6c)

1.1.4 (2023-08-21)

Bug Fixes

  • bump test and fix schema with const tag (77d5a8b)

1.1.3 (2023-08-21)

Bug Fixes

1.1.2 (2023-05-19)

Bug Fixes

1.1.1 (2022-10-22)

Bug Fixes

1.1.0 (2022-09-12)

Features

  • bump fastify / ts types and better type preHandler (#61) (d7c8dce)

1.0.1 (2022-08-05)

Bug Fixes

1.0.0 (2022-07-31)

⚠ BREAKING CHANGES

  • bump fastify and fix types

Bug Fixes

  • $ref id replacement (482cbd4)
  • bump fastify and fix types (eab5750)
  • rename definitions to namespace (f887706)
  • rename namespace to properties (89da88c)

0.8.0 (2022-07-03)

⚠ BREAKING CHANGES

  • bump to fastify4

Bug Fixes

0.7.0 (2022-05-22)

Features

  • bump deps and expose logger and schema compiler generics from Fastify (80d209d)

0.6.0 (2022-01-04)

⚠ BREAKING CHANGES

  • empty response type should now be typed as never instead of void

Features

  • add typed params inferred from route path (613ef14)

Bug Fixes

0.5.0 (2021-07-30)

Features

  • add AsRouteObj to Service interface (f03cb41)

0.4.0 (2021-07-14)

⚠ BREAKING CHANGES

  • start correctly aliasing refs

Features

  • start correctly aliasing refs (6e3362d)

0.3.2 (2021-07-14)

Bug Fixes

0.3.1 (2021-02-25)

Bug Fixes

  • fix schema generator in node v14 (391d59d)

0.3.0 (2021-02-24)

Features

  • treat redirect as reply (519e6ca)

0.2.1 (2021-02-24)

Bug Fixes

  • Omit then from Reply to correctly infer AsReply return 🎉 (a2a143c)

0.2.0 (2021-02-19)

⚠ BREAKING CHANGES

  • bumping minor version as 0.1.x were published

Bug Fixes

  • bumping minor version as 0.1.x were published (bd0d44c)

0.1.0 (2021-02-19)

⚠ BREAKING CHANGES

  • make response schema be a map of statuses instead of contents

Bug Fixes

  • make response schema be a map of statuses instead of contents (a8fd0c7)

0.0.5 (2021-02-19)

Bug Fixes

  • validate schema without responses and force send to be called (2ecda87)

0.0.4 (2021-02-18)

Bug Fixes

  • release as latest dist-tag (9517815)

0.0.3 (2021-02-18)

Bug Fixes

  • release as latest dist-tag (37e3541)

0.0.2 (2021-02-18)

Bug Fixes

  • mention TS 4.2 requirement (fdc39d0)