Skip to content

Latest commit

 

History

History
207 lines (116 loc) · 7.26 KB

CHANGELOG.md

File metadata and controls

207 lines (116 loc) · 7.26 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v2.0.3

compare changes

🩹 Fixes

  • Improve compatibility with runtimes not supporting String.prototype.at() (#102)

🏡 Chore

✅ Tests

❤️ Contributors

v2.0.2

compare changes

🩹 Fixes

  • Parsing decimals and scientific notation (#94)
  • Avoid fast path with possible escape chars (#89)

📖 Documentation

  • Fix typos (#82)
  • Fix typo (#86)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)
  • Kricsleo
  • Nobkd
  • Alexander Lichter (@manniL)

v2.0.1

compare changes

🔥 Performance

  • Avoid lowercasing long strings (#81)

📖 Documentation

  • Correct safeDestr example usage and tests (#75)

🏡 Chore

🎨 Styles

❤️ Contributors

v2.0.0

compare changes

🚀 Enhancements

  • ⚠️ Support generic type with unkown default (#68)
  • Show warning when dropping unsafe keys (#57)
  • Support minus infinity (#67)
  • Support safeDestr (#70)
  • Parse double-quoted string with fast path (#71)

🔥 Performance

  • Move common check earlier (5be5732)

💅 Refactors

  • ⚠️ Use named destr export (#69)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Support generic type with unkown default (#68)
  • ⚠️ Use named destr export (#69)

❤️ Contributors

1.2.2 (2022-12-05)

Bug Fixes

  • only purge constructor.prototype keys (#26) (87918d5)
  • support surrounding whitespaces (resolves #21) (639a5df)

1.2.1 (2022-11-14)

1.2.0 (2022-10-19)

Features

  • add option strict that throws an error if the input is not valid JSON (#11) (36c7121)

1.1.1 (2022-04-07)

1.1.0 (2021-01-21)

Features

1.0.1 (2020-11-08)

Bug Fixes

  • don't parse numbers if potential to exceed 15 digits (bc8c596)

1.0.0 (2020-06-16)

0.1.9 (2020-05-28)

Bug Fixes

0.1.8 (2020-05-28)

Bug Fixes

  • types: remove strict types (1513a48)

0.1.7 (2020-05-27)

Bug Fixes

  • don't throw error on parse fail (65e22c6)

0.1.6 (2020-05-27)

0.1.5 (2020-05-27)

Bug Fixes

  • use JsonSigRx to also match numbers (3023552)

0.1.4 (2020-05-22)

0.1.3 (2020-05-20)

Bug Fixes

0.1.2 (2020-05-20)

0.1.1 (2020-05-20)