Releases: fastify/fast-json-stringify
Releases · fastify/fast-json-stringify
v0.11.0
- Support for long integers #30
v0.10.5
- Faster string serialization - #27
- Fixed optional
properties
in objects - #26
v0.10.4
$ref
support for arrays items #19
- Keep the reference of the full schema for
refFinder
in case of deep objects. #19
v0.10.3
- Fixes general regression caused by strings - #17 #18
v0.10.2
- Correctly escape regex - #14 #16
v0.10.1
Updated asString
method to support all edge cases - #13, #14
v0.8.1
- Splitted test into multiple files
- Updated scripts and dependencies
- Fixed standard
See #8 and #10