Skip to content

Releases: Coobaha/typed-fastify

v2.3.0

01 Apr 08:56
d71b6c8
Compare
Choose a tag to compare

2.3.0 (2024-04-01)

Features

v2.2.0

17 Mar 10:40
b8c9aa3
Compare
Choose a tag to compare

2.2.0 (2024-03-17)

Features

v2.1.4

07 Mar 13:03
f1dc3da
Compare
Choose a tag to compare

2.1.4 (2024-03-07)

Bug Fixes

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

v2.1.3

01 Jan 09:54
8c904e0
Compare
Choose a tag to compare

2.1.3 (2024-01-01)

Bug Fixes

v2.1.2

23 Dec 06:25
8f73d7f
Compare
Choose a tag to compare

2.1.2 (2023-12-23)

Bug Fixes

v2.1.1

19 Nov 18:08
0e0d5ad
Compare
Choose a tag to compare

2.1.1 (2023-11-19)

Bug Fixes

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

v2.1.0

19 Nov 18:02
87b9e75
Compare
Choose a tag to compare

2.1.0 (2023-11-19)

Features

v2.0.1

04 Nov 09:06
9cb4a30
Compare
Choose a tag to compare

2.0.1 (2023-11-04)

Bug Fixes

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

v2.0.0

04 Nov 05:28
5749cb6
Compare
Choose a tag to compare

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)

v1.2.0

16 Sep 09:48
d1d0239
Compare
Choose a tag to compare

1.2.0 (2023-09-16)

Features

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