Releases: kaidokert/picojson-rs
Releases · kaidokert/picojson-rs
Release list
v0.2.3
v0.2.2
What's Changed
- Add line/column to tokenizer errors by @kaidokert in #89
- Re-introduce push parser by @kaidokert in #83
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
- Refactor unifying parser code by @kaidokert in #55
- Cleanups for later refactor by @kaidokert in #58
Full Changelog: v0.1.5...v0.2.0
v0.1.5
What's Changed
- Fix comma bug by @kaidokert in #47
- Improved error handling by @kaidokert in #48
- Implement surrogate pairs by @kaidokert in #49
- Add first pass conformance tests by @kaidokert in #51
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Error structure cleanup by @kaidokert in #41
- Fix number parsing off by one bug by @kaidokert in #43
- Add ChunkReader for convenience by @kaidokert in #44
- Doc updates and version bump by @kaidokert in #45
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
Generally a quite significant update. The crate is now panic free, StreamParser is fixed, large code size reduction through const-driven tokenizing.
- Add avr tests by @kaidokert in #18
- Add note about tests to readme by @kaidokert in #19
- Panic notes by @kaidokert in #21
- Remove panic sources from depth tracking by @kaidokert in #22
- Add panic checker tooling by @kaidokert in #23
- Panic free for SliceParser by @kaidokert in #27
- Add workflow caching by @kaidokert in #28
- Const driven size reductions by @kaidokert in #29
- Token parsing constified by @kaidokert in #32
- Constify number parsing as well by @kaidokert in #33
- Constify character handling too by @kaidokert in #34
- Initial constification of streamparser by @kaidokert in #35
- Panic free stream parser #24 by @kaidokert in #36
- General refactor and cleanup by @kaidokert in #38
- Streamparser and buffering fixes by @kaidokert in #39
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Clippy clean and coverage additions by @kaidokert in #14
- Cross build by @kaidokert in #15
- Rename things and add PullParser trait by @kaidokert in #16
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Improve crate docs by @kaidokert in #12
- License and copyright by @kaidokert in #13
Full Changelog: v0.1.0...v0.1.1
Initial release
Add coverage (#11) * Add coverage