Releases: fastify/fast-json-stringify
Releases · fastify/fast-json-stringify
v1.17.0
📚 PR:
- Issue #208 making else non mandatory (#210)
v1.16.4
📚 PR:
- pass full schema to buildObject if $ref is defined at the top level (#209)
v1.16.3
📚 PR:
- chore(package): update semver to version 7.1.0 (#198)
- adding dereference of refs in anyOfs (#207)
v1.16.2
Fixes:
- Serialize additional properties at the end of the json - #206
v1.16.1
Fixes:
- Improve the debugging experience in case of a bad reference - #202
v1.16.0
Features:
- Added BigInt support - #197
v1.15.7
📚 PR:
- Fix relative ref resolving issue (#196)
v1.15.6
📚 PR:
- Support nested $ref-erences (#188)
v1.15.4
- Check for null value before using
in
. #176