Skip to content

Releases: fastify/secure-json-parse

v3.0.2

03 Jan 09:14
v3.0.2
370ca28
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump airtap from 4.0.4 to 5.0.0 by @dependabot in #119
  • docs(readme): update ci badge syntax by @Fdawgs in #120
  • build(deps-dev): replace standard with neostandard by @Fdawgs in #121
  • build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot in #122
  • build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #123
  • chore(package): add contribs and funding by @Fdawgs in #124
  • refactor(benchmarks/throw): remove unused catch bindings by @Fdawgs in #125
  • refactor: prefix unused params with underscores by @Fdawgs in #126
  • docs(readme): grammar and spelling fixes by @Fdawgs in #127
  • chore(license): remove extension by @Fdawgs in #128

Full Changelog: v3.0.1...v3.0.2

v3.0.1

18 Nov 14:01
8525a0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

03 Sep 17:20
b5ce73e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v3.0.0

v2.7.0

10 Jan 14:27
4482777
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0

05 Dec 00:20
f940b07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

29 Jul 22:36
316ad1e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

06 Apr 09:32
Compare
Choose a tag to compare

📚 PR:

  • add types (#30)

v2.3.2

15 Mar 10:03
Compare
Choose a tag to compare

Fixes:

  • Throw only if the constructor key has a child named prototype - #25

v2.3.1

17 Feb 16:38
Compare
Choose a tag to compare

📚 PR:

  • Add testing in browsers (#21)
  • Dropped .npmignore (#24)

v2.3.0

26 Jan 20:57
Compare
Choose a tag to compare

📚 PR:

  • Add missing benchmark script (#17)
  • Add latest Node versions to CI (#18)
  • Access global Buffer conditionally (#15)