Skip to content

Commit

Permalink
clean up Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Prather committed Jul 3, 2009
1 parent 9f7455d commit 17ad676
Showing 1 changed file with 56 additions and 56 deletions.
112 changes: 56 additions & 56 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Revision history for JSON-Any
* Make JSON::Syck optional and deprecated. (perigrin)
* Added tests for string escapes. (semifor)

1.18 2008-11-12
* Removed JSON::PC support as it's been removed from CPAN (perigrin)
1.18 2008-11-12
* Removed JSON::PC support as it's been removed from CPAN (perigrin)

1.17 2008-07-05
* Added documentation indicating that allow_blessed works for most useful
Expand All @@ -24,59 +24,59 @@ Revision history for JSON-Any
* JSON::Any now compatible with both versions of JSON::XS (Simon Wistow)
* Document that calling 'use JSON::Any ();' is a bad idea
* Make JSON.pm required unless a supported JSON package is already installed
1.15 2008-01-02
* Update the config params for JSON and JSON/XS configuration
* Update JSON handler to always pass in the -support_by_pp option
if you don't want support_by_pp then don't use JSON.pm ...
*** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***
1.14 2007-12-20
* Fix for the new JSON/JSON::XS 2.0
*** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***

1.13 2007-11-06
* Fix 10_unicode.t to skip_all if no supported unicode backend is found
(reported by Andreas K�nig)

1.12 2007-10-22
* Fix issue with 05-JSON-Syck.t so we can pass our tests again

1.11 17 Oct 2007
* fix issue with JSON::Syck when using Object API as reported by Miyagawa

1.10 12 Oct 2007
* fix issues from http://rt.cpan.org/Public/Bug/Display.html?id=29917

1.09 10 Oct 2007
* also test for is_utf8() - nothingmuch
* improve unicode test - nothingmuch
* add utf8 support for JSON::{Converter,Parser} - nothingmuch
* Add a test for unicode strings - nothingmuch

1.08 18 May 2007
* Fix Packaging
* Fix JSON.pm backend tests
* fix issues with JSON::XS being pedantic about how it's methods/functions are called
* added a carp requirement

1.07 ???
* changed Makefile.PL to Module::Install
* helps if I test 04-ENV.t against the code it was designed for
* skip all 04-ENV.t until I get it working
* fixing tests
* change to skip_all based skippage
* add example directory
* pod updates

1.06 ???
* cleaned up t/04-ENV.t to not require JSON::XS anymore
* fixed split on uninitalized value error
* cleaned up JSON-XS tests a bit
* added 04-ENV.t to MANIFEST

... History is Elusive ...

1.15 2008-01-02
* Update the config params for JSON and JSON/XS configuration
* Update JSON handler to always pass in the -support_by_pp option
if you don't want support_by_pp then don't use JSON.pm ...
*** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***

1.14 2007-12-20
* Fix for the new JSON/JSON::XS 2.0
*** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***

1.13 2007-11-06
* Fix 10_unicode.t to skip_all if no supported unicode backend is found
(reported by Andreas Kˆnig)

1.12 2007-10-22
* Fix issue with 05-JSON-Syck.t so we can pass our tests again

1.11 17 Oct 2007
* fix issue with JSON::Syck when using Object API as reported by Miyagawa

1.10 12 Oct 2007
* fix issues from http://rt.cpan.org/Public/Bug/Display.html?id=29917

1.09 10 Oct 2007
* also test for is_utf8() - nothingmuch
* improve unicode test - nothingmuch
* add utf8 support for JSON::{Converter,Parser} - nothingmuch
* Add a test for unicode strings - nothingmuch

1.08 18 May 2007
* Fix Packaging
* Fix JSON.pm backend tests
* fix issues with JSON::XS being pedantic about how it's methods/functions are called
* added a carp requirement

1.07 ???
* changed Makefile.PL to Module::Install
* helps if I test 04-ENV.t against the code it was designed for
* skip all 04-ENV.t until I get it working
* fixing tests
* change to skip_all based skippage
* add example directory
* pod updates

1.06 ???
* cleaned up t/04-ENV.t to not require JSON::XS anymore
* fixed split on uninitalized value error
* cleaned up JSON-XS tests a bit
* added 04-ENV.t to MANIFEST

... History is Elusive ...

1.00 Fri Mar 23 10:24:50 EDT 2007
* Initial Release
* Currently only supports objToJson and jsonToObj
* Initial Release
* Currently only supports objToJson and jsonToObj

0 comments on commit 17ad676

Please sign in to comment.