Releases: fastify/fast-json-stringify
Releases · fastify/fast-json-stringify
v0.12.1
- do not stringify undefined #37
v0.12.0
- Add ability to uglify generated code #36 by @SimenB
- Allow specifying deep additionalProperties=true #35 by @SimenB
- Allow non alpha keys #34 by @SimenB
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