Sourced from json's changelog.
2020-06-30 (2.3.1)
- Spelling and grammar fixes for comments. Pull request https://github.com/Instagram/IGListKit/issues/191 by Josh Kline.
- Enhance generic JSON and #generate docs. Pull request https://github.com/Instagram/IGListKit/issues/347 by Victor Shepelev.
- Add :nodoc: for GeneratorMethods. Pull request https://github.com/Instagram/IGListKit/issues/349 by Victor Shepelev.
- Baseline changes to help (JRuby) development. Pull request https://github.com/Instagram/IGListKit/issues/371 by Karol Bucek.
- Add metadata for rubygems.org. Pull request https://github.com/Instagram/IGListKit/issues/379 by Alexandre ZANNI.
- Remove invalid JSON.generate description from JSON module rdoc. Pull request https://github.com/Instagram/IGListKit/issues/384 by Jeremy Evans.
- Test with TruffleRuby in CI. Pull request https://github.com/Instagram/IGListKit/issues/402 by Benoit Daloze.
- Rdoc enhancements. Pull request https://github.com/Instagram/IGListKit/issues/413 by Burdette Lamar.
- Fixtures/ are not being tested... Pull request https://github.com/Instagram/IGListKit/issues/416 by Marc-André Lafortune.
- Use frozen string for hash key. Pull request https://github.com/Instagram/IGListKit/issues/420 by Marc-André Lafortune.
- Added :call-seq: to RDoc for some methods. Pull request https://github.com/Instagram/IGListKit/issues/422 by Burdette Lamar.
- Small typo fix. Pull request https://github.com/Instagram/IGListKit/issues/423 by Marc-André Lafortune.
2019-12-11 (2.3.0)
- Fix default of
create_additionsto always befalseforJSON(user_input)andJSON.parse(user_input, nil). Note thatJSON.loadremains with defaulttrueand is meant for internal serialization of trusted data. [CVE-2020-10663]- Fix passing args all #to_json in json/add/*.
- Fix encoding issues
- Fix issues of keyword vs positional parameter
- Fix JSON::Parser against bigdecimal updates
- Bug fixes to JRuby port
0951d77 Bump version to 2.3.1ddc29e2 Merge pull request https://github.com/Instagram/IGListKit/issues/429 from flori/remove-generate-task-for-gemspeccee8020 Removed gemspec task from default task on Rakefile9fd6371 Use VERSION file instead of hard-coded valuedc90bcf Removed explicitly date field in gemspec, it will assign by rubygems.org4c11a40 Removed task for json_pure.gemspece794ec9 Merge pull request https://github.com/Instagram/IGListKit/issues/426 from marcandre/indent7cc9301 Merge pull request https://github.com/Instagram/IGListKit/issues/428 from marcandre/change_fix9e2a1fb Make changes more precise https://github.com/Instagram/IGListKit/issues/424f8fa987 Merge pull request https://github.com/Instagram/IGListKit/issues/424 from marcandre/update_changes