Skip to content

Releases: fastify/fluent-json-schema

v6.0.0

10 Apr 15:36
v6.0.0
09a1b94
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by @dependabot in #251
  • build(deps-dev): bump jsdoc-to-markdown from 8.0.3 to 9.0.0 by @dependabot in #252
  • build(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot in #255
  • Adds iso-date-time support from ajv-formats by @sauramirez in #254
  • style: remove trailing whitespace by @Fdawgs in #256
  • docs(readme): update ci badge syntax by @Fdawgs in #257
  • build(deps-dev): replace standard with neostandard by @Fdawgs in #258
  • build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot in #259
  • build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #260
  • docs(readme): replace standard badge with neostandard by @Fdawgs in #261
  • chore(package): add funding by @Fdawgs in #262
  • docs(readme): fix broken link by @Fdawgs in #263
  • docs(readme): spelling and grammar fixes by @Fdawgs in #264
  • build(dependabot): reduce npm updates to monthly by @Fdawgs in #265
  • chore: rename master to main by @Fdawgs in #266
  • ci(ci): set job permissions by @Fdawgs in #269
  • ci: set permissions at workflow level by @Fdawgs in #270
  • ci: restore job level permissions by @Fdawgs in #271
  • build(deps): bump @fastify/deepmerge from 2.0.2 to 3.0.0 by @dependabot in #272
  • ci(ci): drop node 18 by @Fdawgs in #268
  • docs(readme): remove redundant badge; update coverage by @Fdawgs in #273
  • perf: replace accumulator spread with assignment by @Fdawgs in #274

New Contributors

Full Changelog: v5.0.0...v6.0.0

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 )