Skip to content

Releases: fastify/fast-json-stringify

v1.16.3

04 Feb 10:54
Compare
Choose a tag to compare

📚 PR:

  • chore(package): update semver to version 7.1.0 (#198)
  • adding dereference of refs in anyOfs (#207)

v1.16.2

29 Jan 14:31
Compare
Choose a tag to compare

Fixes:

  • Serialize additional properties at the end of the json - #206

v1.16.1

18 Jan 13:04
Compare
Choose a tag to compare

Fixes:

  • Improve the debugging experience in case of a bad reference - #202

v1.16.0

15 Dec 17:08
Compare
Choose a tag to compare

Features:

  • Added BigInt support - #197

v1.15.7

29 Nov 07:47
Compare
Choose a tag to compare

📚 PR:

  • Fix relative ref resolving issue (#196)

v1.15.6

23 Oct 21:47
Compare
Choose a tag to compare

📚 PR:

  • Support nested $ref-erences (#188)

v1.15.5

03 Oct 13:18
Compare
Choose a tag to compare
  • Fix relative ref #185

v1.15.4

31 Jul 07:55
Compare
Choose a tag to compare
  • Check for null value before using in. #176

v1.15.3

28 May 12:11
Compare
Choose a tag to compare
  • sanitize input #168

v1.15.2

20 Apr 09:53
Compare
Choose a tag to compare

📚 PR:

  • fix/$ref on root schema (#163)