Sourced from github.com/buger/jsonparser's releases.
v1.1.2
What's Changed
- Updated travis to build for 1.13 to 1.15 by
@janreggiein buger/jsonparser#225
- eliminate 2 allocations in EachKey() by
@Villennyin buger/jsonparser#223- fix issue #150 (in deleting case) by
@daria-kayin buger/jsonparser#226- fixing the oss-fuzz issue by
@daria-kayin buger/jsonparser#227- Fix parseInt overflow check false negative by
@carsonipin buger/jsonparser#231- Added bespoke error for null cases by
@jonomacdin buger/jsonparser#228- Fuzzing: Add CIFuzz by
@AdamKorczin buger/jsonparser#239- Added latest versions of go to tests by
@moredurein buger/jsonparser#244- fix EachKey pIdxFlags allocation by
@unxceptedin buger/jsonparser#241- fix: prevent panic on negative slice index in Delete with malformed JSON (GO-2026-4514) by
@dbarrosopin buger/jsonparser#276New Contributors
@janreggiemade their first contribution in buger/jsonparser#225@Villennymade their first contribution in buger/jsonparser#223@daria-kaymade their first contribution in buger/jsonparser#226@carsonipmade their first contribution in buger/jsonparser#231@jonomacdmade their first contribution in buger/jsonparser#228@moreduremade their first contribution in buger/jsonparser#244@unxceptedmade their first contribution in buger/jsonparser#241@dbarrosopmade their first contribution in buger/jsonparser#276Full Changelog: https://github.com/buger/jsonparser/compare/v1.1.1...v1.1.2
a69e7e0
Merge pull request #276
from dbarrosop/masterd3eacc0
fix: prevent panic on negative slice index in Delete with malformed JSON
(GO-...61b32cf
Merge pull request #241
from unxcepted/master2181e83
Merge pull request #244
from ScaleChamp/patch-21510b51
Added latest versions of go to tests6fc2e48
fix: eachkey allocationa6f867e
Merge pull request #239
from AdamKorcz/cifuzz1cbc01fd
Fuzzing: Add CIFuzzdc92d69
Merge pull request #228
from jonomacd/null-handling2d9d634
Merge pull request #231
from carsonip/fix-parseint-overflow-check