Skip to content

Releases: fastify/fast-json-stringify

v0.10.5

14 Apr 08:19
Compare
Choose a tag to compare
  • Faster string serialization - #27
  • Fixed optional properties in objects - #26

v0.10.4

11 Mar 17:28
Compare
Choose a tag to compare
  • $ref support for arrays items #19
  • Keep the reference of the full schema for refFinder in case of deep objects. #19

v0.10.3

07 Jan 09:17
Compare
Choose a tag to compare
  • Fixes general regression caused by strings - #17 #18

v0.10.2

04 Dec 10:35
Compare
Choose a tag to compare
  • Correctly escape regex - #14 #16

v0.10.1

26 Nov 23:07
Compare
Choose a tag to compare

Updated asString method to support all edge cases - #13, #14

v0.10.0

08 Oct 13:39
Compare
Choose a tag to compare

Support for $ref #12 by @delvedor

v0.9.0

04 Oct 19:38
Compare
Choose a tag to compare

Support additionalProperties #5 and #11 by @delvedor

v0.8.1

29 Sep 07:56
Compare
Choose a tag to compare
  • Splitted test into multiple files
  • Updated scripts and dependencies
  • Fixed standard

See #8 and #10

v0.8.0

29 Sep 07:51
Compare
Choose a tag to compare

Support patternProperties #5 and #7 by @delvedor

v0.7.0

17 Sep 08:57
Compare
Choose a tag to compare
  • Fixed the implementation of required fields #4 by @delvedor