Skip to content

Releases: fastify/fast-json-stringify

v2.5.1

10 Mar 17:03
Compare
Choose a tag to compare

πŸ“š PR:

  • chore(gitignore): use latest github ignore template (#295)
  • ci(dependabot): update github actions (#296)
  • Bump actions/setup-node from v1 to v2.1.5 (#297)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#298)
  • Fix creation of invalid JSON when serializing functions or symbols (#299) (#300)

v2.5.0

08 Mar 16:08
Compare
Choose a tag to compare

πŸ“š PR:

  • support for empty schemas in additionalProperties (#294)
  • fix: avoid side effect per oneOf and anyOf (#291)

v2.4.2

15 Feb 11:30
Compare
Choose a tag to compare

πŸ“š PR:

  • add options paragraph (#285)

v2.4.1

15 Jan 09:19
Compare
Choose a tag to compare

πŸ“š PR:

  • support for empty schemas (#283)

v2.4.0

15 Jan 07:57
Compare
Choose a tag to compare

πŸ“š PR:

  • chore: resolve linting rules | let & const (#281) (#282)
  • add float truncation (#278)

v2.3.1

07 Jan 09:12
Compare
Choose a tag to compare

πŸ“š PR:

  • Fix: Omit all Non-JSON schema applicable properties from codegen (#279) (#280)

v2.3.0

17 Dec 18:04
Compare
Choose a tag to compare

πŸ“š PR:

  • chore: add dependabot automerge (#273)
  • feat: add support for const value (#276)

v2.2.10

17 Nov 16:42
Compare
Choose a tag to compare

πŸ“š PR:

  • Bump standard from 14.3.4 to 15.0.0
  • feat: add stale (#267)
  • Bump standard from 15.0.1 to 16.0.1 (#270)
  • omit symbol properties for anyOf (#272)

v2.2.9

14 Oct 15:51
Compare
Choose a tag to compare

πŸ“š PR:

  • Drop json-strify (#266)
  • fix: passing null object to type array defaults to empty array (#249) (#265)

v2.2.8

09 Oct 12:33
Compare
Choose a tag to compare

πŸ“š PR:

  • Add Node v14 to CI (#264)
  • feat: simultaneously test example (#263)