Changelog for
ruby3.1-rubygem-json-2.7.1-lp154.78.4.x86_64.rpm :
* Mon Jan 29 2024 Dan Čermák
- 2.7.1: [#]# What\'s Changed [#]## Improved
* [DOC] RDoc for additions by AATTBurdetteLamar in https://github.com/flori/json/pull/557 [#]## Fixed
* JSON.dump: handle unenclosed hashes regression by AATTcasperisfine in https://github.com/flori/json/pull/554
* Overload kwargs in JSON.dump by AATTk0kubun in https://github.com/flori/json/pull/556
* Fix JSON.dump overload combination by AATTtompng in https://github.com/flori/json/pull/558 [#]## Misc
* Remove needless encodings by AATThsbt in https://github.com/flori/json/pull/559
* Unify versions by AATThsbt in https://github.com/flori/json/pull/560 [#]# New Contributors
* AATTk0kubun made their first contribution in https://github.com/flori/json/pull/556
* AATTtompng made their first contribution in https://github.com/flori/json/pull/558
*
*Full Changelog
*
*: https://github.com/flori/json/compare/v2.7.0...v2.7.1 2.7.0: [#]# What\'s Changed [#]## Improved
* Perf. improvements to Hash#to_json in pure implementation generator. by AATTvipulnsward in https://github.com/flori/json/pull/203
* Remove unnecessary initialization of create_id in JSON.parse() by AATTWatson1978 in https://github.com/flori/json/pull/454 [#]## Added
* Call `super` in `included` hook by AATTparacycle in https://github.com/flori/json/pull/486
* Rename escape_slash in script_safe and also escape E+2028 and E+2029 by AATTcasperisfine in https://github.com/flori/json/pull/525
* Add a `strict` option to Generator by AATTcasperisfine in https://github.com/flori/json/pull/519 [#]## Fixed
* Fix homepage url in gemspec by AATTunasuke in https://github.com/flori/json/pull/508
* Fix dead link to Ragel in README by AATTokuramasafumi in https://github.com/flori/json/pull/509
* [DOC] Fix yet another dead link to Ragel by AATTnobu in https://github.com/flori/json/pull/510
* Fix \"unexpected token\" offset for Infinity by AATTjhawthorn in https://github.com/flori/json/pull/507
* Use ruby_xfree to free buffers by AATTcasperisfine in https://github.com/flori/json/pull/518 [#]## Compatibility changes
* JRuby requires a minimum of Java 8 by AATTheadius in https://github.com/flori/json/pull/516
* Rename JSON::ParseError to JSON:ParserError by AATTdalizard in https://github.com/flori/json/pull/530
* Removed code for Ruby 1.8 by AATThsbt in https://github.com/flori/json/pull/540
* alias_method is private on Ruby 2.3 and 2.4 by AATThsbt in https://github.com/flori/json/pull/541
* remove_method of Module is private at Ruby 2.3 and 2.4 by AATThsbt in https://github.com/flori/json/pull/544
* [jruby] avoid using deprecated BigDecimal.new by AATTkares in https://github.com/flori/json/pull/546
* Always indent even if empty by AATTheadius in https://github.com/flori/json/pull/517 [#]## Misc
* Update CI matrix by AATThsbt in https://github.com/flori/json/pull/521
* Add missing changelog entries for 1.8.5 and 1.8.6 by AATTr7kamura in https://github.com/flori/json/pull/520
* Actions workflow - Add new OS\'s, Ruby 3.1, Ruby master, Windows by AATTMSP-Greg in https://github.com/flori/json/pull/491
* Skip unsupported test on JRuby by AATTnobu in https://github.com/flori/json/pull/532
* Skip BigDecimal tests when it\'s missing to load by AATThsbt in https://github.com/flori/json/pull/533
* Simplify by AATTnobu in https://github.com/flori/json/pull/531
* Load extension (\'json/ext\') consistently in test_ext by AATTaeroastro in https://github.com/flori/json/pull/536
* Use test-unit-ruby-core gem by AATThsbt in https://github.com/flori/json/pull/539
* [CI] Add Windows mswin job by AATTMSP-Greg in https://github.com/flori/json/pull/545
* Exclude truffleruby-head from Actions by AATThsbt in https://github.com/flori/json/pull/551
* tests/ractor_test.rb: make assert_separately available by AATTlucaskanashiro in https://github.com/flori/json/pull/506
* Added changes for 2.7.0 and restore entries to 2.6.3 and 2.6.2 by AATThsbt in https://github.com/flori/json/pull/552 [#]# New Contributors
* AATTunasuke made their first contribution in https://github.com/flori/json/pull/508
* AATTokuramasafumi made their first contribution in https://github.com/flori/json/pull/509
* AATTr7kamura made their first contribution in https://github.com/flori/json/pull/520
* AATTMSP-Greg made their first contribution in https://github.com/flori/json/pull/491
* AATTparacycle made their first contribution in https://github.com/flori/json/pull/486
* AATTdalizard made their first contribution in https://github.com/flori/json/pull/530
* AATTaeroastro made their first contribution in https://github.com/flori/json/pull/536
* AATTjhawthorn made their first contribution in https://github.com/flori/json/pull/507
* AATTlucaskanashiro made their first contribution in https://github.com/flori/json/pull/506
* AATTWatson1978 made their first contribution in https://github.com/flori/json/pull/454
*
*Full Changelog
*
*: https://github.com/flori/json/compare/v2.6.3...v2.7.0
* Wed Dec 07 2022 Stephan Kulow updated to version 2.6.3 see installed CHANGES.md
* Mon Jun 13 2022 Manuel Schnitzer - updated to version 2.6.2 no changelog found
* Sat Dec 25 2021 Manuel Schnitzer - updated to version 2.6.1 [#]## 2021-10-24 (2.6.1)
* Restore version.rb with 2.6.1 [#]## 2021-10-14 (2.6.0)
* Use `rb_enc_interned_str` if available to reduce allocations in `freeze: true` mode. #451.
* Bump required_ruby_version to 2.3.
* Fix compatibility with `GC.compact`.
* Fix some compilation warnings. #469
* Fri Dec 25 2020 Manuel Schnitzer - updated to version 2.5.1
* Restore the compatibility for constants of JSON class.
* Mon Jul 13 2020 Manuel Schnitzer - updated to version 2.3.1
* Spelling and grammar fixes for comments. Pull request #191 by Josh Kline.
* Enhance generic JSON and #generate docs. Pull request #347 by Victor Shepelev.
* Add :nodoc: for GeneratorMethods. Pull request #349 by Victor Shepelev.
* Baseline changes to help (JRuby) development. Pull request #371 by Karol Bucek.
* Add metadata for rubygems.org. Pull request #379 by Alexandre ZANNI.
* Remove invalid JSON.generate description from JSON module rdoc. Pull request #384 by Jeremy Evans.
* Test with TruffleRuby in CI. Pull request #402 by Benoit Daloze.
* Rdoc enhancements. Pull request #413 by Burdette Lamar.
* Fixtures/ are not being tested... Pull request #416 by Marc-André Lafortune.
* Use frozen string for hash key. Pull request #420 by Marc-André Lafortune.
* Added :call-seq: to RDoc for some methods. Pull request #422 by Burdette Lamar.
* Small typo fix. Pull request #423 by Marc-André Lafortune.
* Sat Dec 14 2019 Manuel Schnitzer - updated to version 2.3.0 see installed CHANGES.md
* Sat Mar 02 2019 Stephan Kulow - updated to version 2.2.0 see installed CHANGES.md [#]# 2019-02-21 (2.2.0)
* Adds support for 2.6 BigDecimal and ruby standard library Set datetype.
* Wed Apr 19 2017 cooloAATTsuse.com- updated to version 2.1.0 see installed CHANGES.md [#]# 2017-04-18 (2.1.0)
* Allow passing of `decimal_class` option to specify a class as which to parse JSON float numbers.
* Wed Apr 12 2017 cooloAATTsuse.com- updated to version 2.0.4 see installed CHANGES.md [#]# 2017-03-23 (2.0.4)
* Raise exception for incomplete unicode surrogates/character escape sequences. This problem was reported by Daniel Gollahon (dgollahon).
* Fix arbitrary heap exposure problem. This problem was reported by Ahmad Sherif (ahmadsherif).
* Sat Jan 14 2017 cooloAATTsuse.com- updated to version 2.0.3 see installed CHANGES.md [#]# 2017-01-12 (2.0.3)
* Set `required_ruby_version` to 1.9
* Some small fixes
* Wed Jul 27 2016 cooloAATTsuse.com- updated to version 2.0.2 see installed CHANGES.md [#]# 2016-07-26 (2.0.2)
* Specify `required_ruby_version` for json\\_pure.
* Fix issue #295 failure when parsing frozen strings.
* Sat Jul 02 2016 cooloAATTsuse.com- updated to version 2.0.1 CHANGES removed upstream
* Wed Jun 03 2015 cooloAATTsuse.com- updated to version 1.8.3 see installed CHANGES 2015-06-01 (1.8.3)
* Fix potential memory leak, thx to nobu.
* Wed Feb 04 2015 cooloAATTsuse.com- rename rpmlintrc and add it as source
* Wed Feb 04 2015 hvogelAATTsuse.com- update to 1.8.2
* Some performance improvements by Vipul A M .
* Fix by Jason R. Clark to avoid mutation of JSON.dump_default_options.
* More tests by Michael Mac-Vicar and fixing space_before accessor in generator.
* Performance on Jruby improvemed by Ben Browning .
* Some fixes to be compatible with the new Ruby 2.2 by Zachary Scott and SHIBATA Hiroshi .