What's Changed
- fix(cargo.toml): require
indexmap>=2.7by @mxinden in #213 - Fix mismatched_lifetime_syntaxes warnings by @apasel422 in #214
- Add Panics section to relevant doc comments, per Clippy by @apasel422 in #217
- Update MSRV to 1.82 by @undef1nd in #218
- Update specification tests by @apasel422 in #215
- Bump MSRV to 1.85.0 for dependency compatibility by @apasel422 in #221
- Fix unresolved intra-doc link in src/parsed.rs by @apasel422 in #219
- Update specification tests by @apasel422 in #222
- Fix some broken/inconsistent links by @apasel422 in #223
- Add missing Debug impl for Parser by @apasel422 in #225
- Remove unnecessary Clippy allow in specification tests by @apasel422 in #224
- Replace infallible TryFrom with From in doc examples by @apasel422 in #227
- Clean up Decimal tests and docs by @apasel422 in #228
- Optimize slice-indexing overhead in string parsers by @apasel422 in #229
- Remove redundant String/StringRef validation in parser by @apasel422 in #230
- Update specification tests by @apasel422 in #233
- Remove redundant Integer/Decimal validation in parser by @apasel422 in #234
- Fix documentation references by @apasel422 in #235
- Remove unnecessary Option wrapper from tests by @apasel422 in #236
- Delay creation of owned dictionary keys until value has been validated by @apasel422 in #237
- Remove unnecessary wrapper types for visitor tests by @apasel422 in #238
- Clean up tests and improve readability by @apasel422 in #239
- Test display-string errors even without parsed-types feature by @apasel422 in #240
- Remove ListVisitor and DictionaryVisitor impls for Never by @apasel422 in #241
- Fuzz more efficiently without building up structures by @apasel422 in #242
- Refactor visitors to allow values to be returned by @apasel422 in #243
- Bump version to 0.15 by @valenting in #232
New Contributors
Full Changelog: v0.14.0...v0.15.0