Skip to content

Latest commit

 

History

History
301 lines (131 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

301 lines (131 loc) · 11.9 KB

7.0.0 (2023-12-17)

chore

  • drop node v18 support and update dependencies (4b17380)

BREAKING CHANGES

  • drop support to node v18. New minimal node version is nodejs v20

6.0.1 (2023-07-29)

Bug Fixes

  • update dependencies to fix vulnerabilities (ad8b0d1)

6.0.0 (2023-04-10)

Bug Fixes

  • update dependencies to fix vulnerabilities (48bdb64)

chore

BREAKING CHANGES

  • drop support for node 14. Node 18 LTS is required

5.1.1 (2022-11-18)

Bug Fixes

  • update dependencies to fix vulnerabilities (33a0af2)

5.1.0 (2022-07-30)

Features

  • allow fastify v4 as a peer dependency (7f41e40)

5.0.4 (2022-06-06)

Bug Fixes

  • update dependencies to fix vulnerabilities (563231d)

5.0.3 (2022-05-06)

Bug Fixes

  • update dependencies to fix vulnerabilities (c181a39)

5.0.2 (2022-04-01)

Bug Fixes

  • add default values to nested schema (9c354ae)
  • handle arrays correctly (00c5a35)

5.0.1 (2022-01-06)

Bug Fixes

  • update dependencies to fix vulnerabilities (1e221c5)

5.0.0 (2021-09-27)

  • feat!: drop support for node 12 (4db53f8)

BREAKING CHANGES

  • we're dropping support for nodejs 12. Minimum version required is now 14 (LTS)

4.0.0 (2021-08-17)

Bug Fixes

BREAKING CHANGES

  • requires node >= 12

3.2.8 (2021-06-08)

Bug Fixes

  • update dependencies to fix vulnerabilities (e79612b)

3.2.7 (2021-05-12)

Bug Fixes

  • update dependencies to fix vulnerabilities (bbc4d89)

3.2.6 (2021-05-03)

Bug Fixes

  • update CI to use node LTS (53be9e3)

3.2.5 (2021-03-29)

Bug Fixes

  • update dependencies to fix vulnerabilities (7a7c979)

3.2.4 (2021-03-06)

Bug Fixes

  • disable postinstall on user machine (fb8f398)

3.2.3 (2021-03-05)

Bug Fixes

3.2.2 (2021-01-16)

Bug Fixes

3.2.1 (2021-01-16)

Bug Fixes

3.2.0 (2020-11-04)

Features

3.1.1 (2020-10-23)

Bug Fixes

3.1.0 (2020-09-22)

Features

3.0.1 (2020-09-03)

Bug Fixes

  • write schemas both for yaml and json files (bff78ca)

3.0.0 (2020-09-02)

Features

  • set additionalProperties to false by default unless set to true (5b26168)

BREAKING CHANGES

  • additionalProperties is set to false by default

2.3.1 (2020-09-02)

Bug Fixes

  • dump schema correctly (85a21cf)
  • fix glob to include correct extensions (562982e)

2.3.0 (2020-09-02)

Features

  • add support for yaml schema (fb69fa9)

2.2.0 (2020-08-30)

Features

  • add support to import RouteHandler from other modules (e68312b)

2.1.1 (2020-08-25)

Bug Fixes

  • rename Query to Querystring (72a6331)

2.1.0 (2020-08-21)

Bug Fixes

Features

2.0.2 (2020-08-19)

Bug Fixes

2.0.1 (2020-08-19)

Bug Fixes

  • move reply code at the end of reply interface (4b8864d)

2.0.0 (2020-08-19)

Features

  • generate interfaces for Reply (ecbc712)

BREAKING CHANGES

  • Drop support for fastify v2

1.0.4 (2020-06-12)

Bug Fixes

  • export schema correctly (5fd4d51)

1.0.3 (2020-06-12)

Bug Fixes

  • support both query and querystring validation (070ee30)

1.0.2 (2020-06-12)

Bug Fixes

  • setup npmignore to include dist folder (1bf510c)

1.0.1 (2020-06-12)

Bug Fixes

1.0.0 (2020-06-12)

Features

  • implement first working version (e787025)