Releases: fastify/fast-json-stringify
Releases · fastify/fast-json-stringify
v6.0.0
v5.16.1
What's Changed
- Resolved Cannot convert a BigInt value to a number by @camillo-positano in #723
New Contributors
- @camillo-positano made their first contribution in #723
Full Changelog: v5.16.0...v5.16.1
v5.16.0
What's Changed
- Avoid loading validator un-necessarily by @brettwillis in #718
- Strip external schemas from standalone compiled code by @remidewitte in #704
New Contributors
- @brettwillis made their first contribution in #718
- @remidewitte made their first contribution in #704
Full Changelog: v5.15.1...v5.16.0
v5.15.1
What's Changed
- fix: escape single quote when building error message for required property by @tomastauer in #716
New Contributors
- @tomastauer made their first contribution in #716
Full Changelog: v5.15.0...v5.15.1
v5.15.0
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
v5.14.0
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
What's Changed
- chore(.gitignore): add .tap/ dir by @Fdawgs in #678
- Fix coercion types by @tmcw in #683
- feat: unsafe string format by @nigrosimone in #686
- chore: performance improvement on asStringSmall by @nigrosimone in #688
- fix: make asString monomorphic and trigger V8 optimization by @nigrosimone in #689
- chore(perf): only use the regular expression for shorter input by @nigrosimone in #691
New Contributors
- @tmcw made their first contribution in #683
- @nigrosimone made their first contribution in #686
Full Changelog: v5.12.0...v5.13.0
v5.12.0
What's Changed
- fix: merged schemas caching by @ivan-tymoshenko in #677
Full Changelog: v5.11.1...v5.12.0
v5.11.1
Reverts all changes introduced in v5.11.1.
Full Changelog: v5.11.0...v5.11.1