All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- Improve compatibility with runtimes not supporting
String.prototype.at()
(#102)
- Test with node 20 (a33a2e1)
- Pooya Parsa (@pi0)
- Allenyu (@AllenYu0118)
- Update benchmarks (eb60af1)
- Update lockfile (4dbb707)
- Update benchmarks (4f92188)
- Add bun to the bench results (523f3f1)
- Avoid lowercasing long strings (#81)
- Correct
safeDestr
example usage and tests (#75)
- Format code (5e014f9)
- Pooya Parsa (@pi0)
- Webstrand webstrand@gmail.com
- Frenco hey@frenco.dev
⚠️ Support generic type withunkown
default (#68)- Show warning when dropping unsafe keys (#57)
- Support minus infinity (#67)
- Support
safeDestr
(#70) - Parse double-quoted string with fast path (#71)
- Move common check earlier (5be5732)
⚠️ Use nameddestr
export (#69)
- readme: Badges update (6544804)
- Update dev dependencies (4aa3592)
- Lint with prettier (6aa42c6)
- Fix lint issue (cb4c0d6)
- Update coverage package (a73b0ff)
- Use
changelogen
for release (75989d3) - Run ci with node 18 (80554b8)
- Update benchmark script (4138ebf)
- Add
codecov.yml
(fa4d366) - Update readme (ecf2029)
- Update readme (60b3f81)
- Pooya Parsa (@pi0)
- Zuixinwang
- Nozomu Ikuta
- Sébastien Chopin seb@nuxtlabs.com
1.2.2 (2022-12-05)
- 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)
1.1.1 (2022-04-07)
1.1.0 (2021-01-21)
- pkg: expose mjs format (104fe6c)
1.0.1 (2020-11-08)
- don't parse numbers if potential to exceed 15 digits (bc8c596)
1.0.0 (2020-06-16)
0.1.9 (2020-05-28)
- fix number regex (886c143)
0.1.8 (2020-05-28)
- types: remove strict types (1513a48)
0.1.7 (2020-05-27)
- don't throw error on parse fail (65e22c6)
0.1.6 (2020-05-27)
0.1.5 (2020-05-27)
- use JsonSigRx to also match numbers (3023552)
0.1.4 (2020-05-22)
0.1.3 (2020-05-20)
- remove unused code (10ef37d)