Skip to content

Releases: greguz/fastify-no-additional-properties

v3.0.0

04 Oct 07:46
Compare
Choose a tag to compare

Breaking changes

  • Fastify v5 is now required

Features

  • Apply additionalProperties: false to schemas added with .addSchema method (monkey-patching Fastify instance)

v2.5.0

06 Dec 08:40
Compare
Choose a tag to compare

Features

  • Move to native ESM (CommonJS still in place, and better TypeScript support)
  • Support combined types (example { "type": ["null", "object"] })

v2.4.0

24 Oct 14:36
Compare
Choose a tag to compare

Fix

  • Fix response option not having any effect (#14)

Features

  • Add types

v2.3.0

13 Jun 10:30
Compare
Choose a tag to compare

Features

  • Support Fastify v4 (v3 is still supported)
  • Replace tape with ava
  • Test against Node.js LTS >= v14

v2.2.0

09 Aug 16:27
Compare
Choose a tag to compare

Features

  • Update README.md (#5)
  • Iterate over response schemas (#7)

v2.1.1

27 Nov 10:05
Compare
Choose a tag to compare

Features

  • Upgrade fastify-plugin@^3.0.0

v2.1.0

29 Jul 15:11
Compare
Choose a tag to compare

Features

  • Add support for fluent-schema

v2.0.0

29 Jul 08:10
Compare
Choose a tag to compare

Breaking changes

  • Upgrade to Fastify v3

v1.0.0

31 Jul 16:16
Compare
Choose a tag to compare

Features

  • First stable release