Skip to content

Releases: fastify/fast-json-stringify

v2.2.7

18 Sep 09:24
Compare
Choose a tag to compare

📚 PR:

  • fix: minor cleaning (#258)
  • Checks if key value is undefined in isEmpty function (#260)

v2.2.6

10 Sep 14:22
Compare
Choose a tag to compare

📚 PR:

  • fix multi default (#257)

v2.2.5

10 Sep 14:21
Compare
Choose a tag to compare
  • fix: avoid unecessary concat calls (#256)

v2.2.4

06 Sep 17:24
Compare
Choose a tag to compare

📚 PR:

  • Bump typescript from 3.9.7 to 4.0.2
  • remove bad pattern from tests suites (#248)
  • fix enum without type (#254)

v2.2.3

17 Jul 14:13
Compare
Choose a tag to compare

📚 PR:

  • Fix relative json paths in external schema (#239)

v2.2.2

08 Jul 14:38
Compare
Choose a tag to compare

📚 PR:

  • Adds additional anyOf example for objects. (#236)
  • fix cutting off arrays with more than 100 items in anyOf and oneOf (#237)

v2.2.1

30 Jun 13:13
Compare
Choose a tag to compare

📚 PR:

  • Remove all known code executions d77dba4
  • Adds test case for anyOf with multiple array items (#235)

v1.21.0

30 Jun 13:24
Compare
Choose a tag to compare
  • Remove all known code executions d2faff4
  • feat: add required check for object key not in properties (#226)
  • Support $ref in allOf (#224)

v2.2.0

22 Jun 19:06
Compare
Choose a tag to compare

📚 PR:

  • Improved security notice (#231)
  • fix missing closing-parenthesis in code examples (#232)
  • Implicit any type for array items (#234)

v2.1.0

12 Jun 22:20
Compare
Choose a tag to compare

📚 PR:

  • feat: add required check for object key not in properties (#226)