Skip to content

Releases: fastify/fluent-json-schema

v5.0.0

22 Jul 10:26
eb8b299
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v5.0.0

v4.2.1

04 Nov 12:46
Compare
Choose a tag to compare

Bug Fixes

  • Fix a versioning issue by promoting v4.2.0-beta.0 as v4.2.1

v4.1.2

10 Sep 16:38
Compare
Choose a tag to compare

Bug Fixes

  • Removes duplicate interface SchemaOptions declaration (#226)

v4.1.1

27 Jul 12:47
Compare
Choose a tag to compare

Bugfixes

  • #223 fixes: object schema carry properties added by raw to $ref

v4.0.0

03 Oct 21:38
Compare
Choose a tag to compare

Breaking changes

  • Set $id after clone #195 related to #193
  • Drop testing for Node 12 & 13 EndOfLife

Miscellaneous

  • increase code coverage to 100% #186
  • use pre-commit to standardise the format as for the rest of the GIT repos #190
  • doc: updated API.md with the latest feature added

v3.1.0

02 Mar 22:28
Compare
Choose a tag to compare

features

  • Adding deprecated function to BaseSchema #161
  • Object schema without #160

Miscellaneous

  • doc: updated API.md with the latest feature added

v3.0.1

10 Jul 17:43
Compare
Choose a tag to compare

#features

  • adding dependentRequired and dependentSchemas support #141

#Fixes

  • fix: raw prop return types (#139)
  • Fix: throw on root-level required (#134)

Miscellaneous

  • ci: test on alternative operating systems; ignore doc updates #127

v3.0.0

08 May 12:35
Compare
Choose a tag to compare

Breaking change

  • drop Nodejs 8 ( #123 )

Miscelanous

  • merge dev depedencies (#98 #125 )

v2.0.5

08 May 12:29
Compare
Choose a tag to compare

Fixes

  • fix: replace only the end occurrence of a forward slash along with any possible flags (#121)
  • fix: ensure required() calls generates a valid required array with un… ( #114 )

Miscellaneous

  • ci: remove redundant conditional (#118 )

v2.0.4

20 Feb 10:34
Compare
Choose a tag to compare

Fixes

  • fix: object schema extend extended schema (#109)
  • fix: test assertions (#92)

Miscellaneous

  • docs(readme): grammatical fixes (#107)
  • Update CI workflows & coverage badge (#91)
  • Dev dependencies updates (#97, #96, #95, #94, #93)