Releases: buger/jsonparser
Releases · buger/jsonparser
v1.1.2
What's Changed
- Updated travis to build for 1.13 to 1.15 by @janreggie in #225
- fix issue #150 (in deleting case) by @daria-kay in #226
- fixing the oss-fuzz issue by @daria-kay in #227
- Fix parseInt overflow check false negative by @carsonip in #231
- Added bespoke error for null cases by @jonomacd in #228
- Fuzzing: Add CIFuzz by @AdamKorcz in #239
- Added latest versions of go to tests by @moredure in #244
- fix EachKey pIdxFlags allocation by @unxcepted in #241
- fix: prevent panic on negative slice index in Delete with malformed JSON (GO-2026-4514) by @dbarrosop in #276
New Contributors
- @janreggie made their first contribution in #225
- @Villenny made their first contribution in #223
- @daria-kay made their first contribution in #226
- @carsonip made their first contribution in #231
- @jonomacd made their first contribution in #228
- @moredure made their first contribution in #244
- @unxcepted made their first contribution in #241
- @dbarrosop made their first contribution in #276
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
Christmas present 🎁
- Improve
Setperformance by 20% #196 - Memory allocation improvements during Array iteration #208
- Add support for
ppc64-learchitecture #213 - Fixed repeated paths from incorrectly incrementing data offset #215
- Fixed array iteration when you have more than 64 items #216
- Fix possible memory confusion in unsafe slice cast #204
- Fixed usage of Array iteration with
Set#199 - Integration with go-fuzz #217
Thanks to everyone who participated in the project!
@AllenX2018 @saginadir @xsandr @nagesh4193 @rrgilchrist @floren @AdamKorcz @jlauinger
v1.0.0
jsonparser v1.0.0