Version: 0.62-bp155.1.5
* Sat Jul 16 2022 Tina Müller <timueller+perl@suse.de>
- updated to 0.62
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.62 2022-07-16
* Bug fix for tokenize with backslash-double quote
* Thu Feb 11 2021 Tina Müller <timueller+perl@suse.de>
- updated to 0.61
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.61 2021-02-11
* Add upgrade_utf8 method
* Tue Jan 26 2021 Tina Müller <timueller+perl@suse.de>
- updated to 0.60
see /usr/share/doc/packages/perl-JSON-Parse/Changes
* Mon Jan 04 2021 Tina Müller <timueller+perl@suse.de>
- updated to 0.59
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.59 2021-01-04
* "json_file_to_perl" renamed "read_json"
* Documentation work
- - Benchmarks section updated with latest versions, add Cpanel::JSON::XS
- - Add Metacpan vote ratings to other CPAN modules section
- - Sections reordered to put methods above parsing details
0.58 2021-01-01
* Protect against stack overflows by having maximum parsing depth
- - set_max_depth, get_max_depth methods added
* Documentation updated
- - JSON RFC changed to 8259
- - Discussion of Unicode tests in JSON Test Suite
* Fri Jul 10 2020 Tina Müller <timueller+perl@suse.de>
- updated to 0.57
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.57 2020-07-09
* Bug fix for long strings
* Tue Feb 18 2020 <timueller+perl@suse.de>
- updated to 0.56
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.56 2020-02-06
* Allow build on Solaris and SunOS
0.55_02 2019-01-24
* For testing of Daxim segfault through CPAN testers
* Thu Nov 09 2017 coolo@suse.com
- updated to 0.55
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.55 2017-10-21
* Versions synchronised
* Memory problem on Cygwin addressed
0.54 2017-10-20
* Refuse to support Solaris
* Thu Oct 19 2017 coolo@suse.com
- updated to 0.53
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.53 2017-10-18
* Windows build fix
0.52 2017-10-18
* Removed unnecessary test
0.50 2017-10-18
* tokenize_text method added to JSON::Tokenize
* Thu Jul 20 2017 lars@linux-schulserver.de
- do not use local perl and libs: use system binaries and libs instead
* Sun Nov 27 2016 coolo@suse.com
- updated to 0.49
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.49 2016-11-26
* Behaviour for undefined, whitespace-only inputs was altered
* JSON Parsing Test Suite compliance
* Mon Nov 21 2016 coolo@suse.com
- updated to 0.48
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.48 2016-11-20
* Add "check" method for the benefit of JSON::Repair
* Fri Nov 18 2016 coolo@suse.com
- updated to 0.47
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.47 2016-11-16
* Bug fixes for Perl 12 and earlier regarding diagnostics_hash method
0.46 2016-11-16
* Remove experimental feature $json_diagnostics
* Add diagnostics_hash method as a replacement for $json_diagnostics
* Better warnings for parse_json_safe
* Add the examples directory files to the CPAN distribution
* Documentation rewrites
0.45 2016-11-15
* Remove non-functioning JSON::Whitespace module from CPAN distribution
* Mon Nov 14 2016 coolo@suse.com
- updated to 0.44
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.44 2016-11-13
* Add a primitive interface to JSON::Tokenize
* Document the JSON::Tokenize interface
* Sun Nov 06 2016 coolo@suse.com
- updated to 0.43
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.43 2016-11-05
* Remove validjson dependence on Path::Tiny.
* Produce better outputs from validjson script
* Tue Aug 23 2016 coolo@suse.com
- updated to 0.42
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.42 2016-08-22
* Long string copying bug fixed.
* Thu Jun 23 2016 coolo@suse.com
- updated to 0.41
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.41 2016-06-14
* Implement "warn_only"
* Documentation clarifications
* Mon May 23 2016 coolo@suse.com
- updated to 0.40
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.40 2016-05-22
* Compilation warning, possible memory leaks (SHLOMIF)
* Fri Nov 20 2015 coolo@suse.com
- updated to 0.39
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.39 2015-11-18
* Fix for 64 bit
* Changed error message documentation to machine-readable
* Sun Nov 08 2015 coolo@suse.com
- updated to 0.38
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.38 2015-10-30
* Add object interface for more flexible parsing.
* Add "parse_json_safe" with no exceptions and hash collision detection.
* Add choice to copy literals.
* Better documentation of changes and examples
* Sat Oct 31 2015 coolo@suse.com
- updated to 0.37
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.37 2015-10-29
* Remove $JSON::Parse::true and false, use &PL_sv_yes and &PL_sv_no instead.