Skip to content

Releases: fastify/fast-json-stringify

v5.15.1

06 May 12:23
07516af
Compare
Choose a tag to compare

What's Changed

  • fix: escape single quote when building error message for required property by @tomastauer in #716

New Contributors

Full Changelog: v5.15.0...v5.15.1

v5.15.0

24 Apr 14:14
7aeac5e
Compare
Choose a tag to compare

What's Changed

  • Performance: Cache obj[key] access into by @cesco69 in #707
  • perf: avoid unnecessary operation for improve performance by @cesco69 in #698
  • perf: removed jsonOutput variable because is useless by @cesco69 in #711
  • perf: cache json strings into const by @nigrosimone in #713

Full Changelog: v5.14.1...v5.15.0

v5.14.1

10 Apr 08:33
e87268d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.14.0...v5.14.1

v5.14.0

09 Apr 08:07
Compare
Choose a tag to compare

What's Changed

  • perf: fast regex check on string by @cesco69 in #696
  • perf: reduce if statement call on " and \ (micro-optimization) by @cesco69 in #695
  • perf: reduce if statement for NaN (micro-optimization) by @cesco69 in #697
  • build(deps): bump ajv-formats from 2.1.1 to 3.0.1 by @dependabot in #702
  • build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #703

New Contributors

Full Changelog: v5.13.0...v5.14.0

v5.13.0

12 Mar 09:26
a63ed55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.12.0...v5.13.0

v5.12.0

05 Feb 15:06
7bf11a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.11.1...v5.12.0

v5.11.1

01 Feb 10:54
f90706f
Compare
Choose a tag to compare

Reverts all changes introduced in v5.11.1.

Full Changelog: v5.11.0...v5.11.1

v5.11.0

01 Feb 09:16
3dc8dca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.10.0...v5.11.0

v5.10.0

06 Jan 07:49
Compare
Choose a tag to compare

What's Changed

  • fix: non-nullable schema receiving null input does not coerce for default types on object and arrays by @rhighs in #670

New Contributors

Full Changelog: v5.9.2...v5.10.0

v5.9.2

26 Dec 18:42
Compare
Choose a tag to compare

What's Changed

  • feat: replace uuid with prefixed string with schemaIdCounter by @Uzlopak in #661
  • build(deps-dev): bump @sinclair/typebox from 0.31.28 to 0.32.3 by @dependabot in #668
  • fix: consistently handle string in array by @qwelias in #666

New Contributors

Full Changelog: v5.9.1...v5.9.2