Releases: wal-g/json
Releases · wal-g/json
Reflected package change
Removed unused features & upgrade of workflows
What's Changed
- Add golangci lint by @EinKrebs in https://github.com/EinKrebs/json/pull/16
- Got rid of Decode and Encode by @EinKrebs in https://github.com/EinKrebs/json/pull/17
Full Changelog: EinKrebs/json@v0.2.3...v0.3.0
Major fixes in readBuffer
What's Changed
- Removed error suppression in ReadBuffer by @EinKrebs in https://github.com/EinKrebs/json/pull/10
- Fixed readBuffer issue by @EinKrebs in https://github.com/EinKrebs/json/pull/15
Full Changelog: EinKrebs/json@v0.2.1...v0.2.3
Major read buffer improvement
What's Changed
- Removed error suppression in ReadBuffer by @EinKrebs in https://github.com/EinKrebs/json/pull/10
- Rewrited buffer to make enable repeating read & added tests by @EinKrebs in https://github.com/EinKrebs/json/pull/11
Full Changelog: EinKrebs/json@v0.2.1...v0.2.2
Small reader fix
What's Changed
- Moved scanner.eof() call to proper place by @EinKrebs in https://github.com/EinKrebs/json/pull/9
Full Changelog: EinKrebs/json@v0.2.0...v0.2.1