1Revision history for JSON-Any
2
31.29    2011-06-07
4	* Artificially bump our version number because an upstream author decided to not play nice. Fixes RT#68690 (perigrin)
5
61.28	2011-05-09
7	* Move podspell into xt/ (perigrin)
8
91.27    2011-04-08
10        * Add auto_install so feature works again, fixes RT#67169 (perigrin)
11
121.26    2011-03-30
13        * Add Deprecation notice (perigrin)
14
151.25    2010-11-16
16        * Fix the test suite to be 5.14 compatible (toddr)
17        
181.24	2010-10-08
19	    * Fix the Build from where MI changed underneath me (perigrin)
20
211.23    2010-10-07
22        * support JSON v1.15 as well as 2.x (arcanez)
23
241.22	2009-10-12
25        * Update JSON::XS tests to deal with inconsistent white space
26          generation between releases (t0m)
27
281.21    2009-07-03
29        * Update JSON::XS boolean support; it provides true/false methods (semifor)
30        * Added a workaround for handlers that fail to decode bare true/false values (semifor)
31
321.20    2009-07-02
33        * Re-work things so that deprecated modules just warn but aren't actually excluded (perigrin)
34        * Improve the warnings when things go awry (semifor)
35
361.19    2009-01-15
37        * Make JSON::Syck optional and deprecated. (perigrin)
38        * Added tests for string escapes. (semifor)
39
401.18    2008-11-12
41        * Removed JSON::PC support as it's been removed from CPAN (perigrin)
42
431.17    2008-07-05
44        * Added documentation indicating that allow_blessed works for most useful
45          cases (Robin Berjon)
46        * Added support for obtaining the underlying representations for
47          true/false in JSON.
48
491.16    2008-02-13
50        * JSON::Any now compatible with both versions of JSON::XS  (Simon Wistow)
51        * Document that calling 'use JSON::Any ();' is a bad idea
52        * Make JSON.pm required unless a supported JSON package is already installed
53
541.15    2008-01-02
55        * Update the config params for JSON and JSON/XS configuration
56        * Update JSON handler to always pass in the -support_by_pp option
57          if you don't want support_by_pp then don't use JSON.pm ...
58        *** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***
59
601.14    2007-12-20
61        * Fix for the new JSON/JSON::XS 2.0
62        *** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***
63
641.13    2007-11-06
65        * Fix 10_unicode.t to skip_all if no supported unicode backend is found
66         (reported by Andreas Kˆnig)
67
681.12    2007-10-22
69        * Fix issue with 05-JSON-Syck.t so we can pass our tests again
70
711.11    17 Oct 2007
72        * fix issue with JSON::Syck when using Object API as reported by Miyagawa
73
741.10    12 Oct 2007
75        * fix issues from http://rt.cpan.org/Public/Bug/Display.html?id=29917
76
771.09    10 Oct 2007
78        * also test for is_utf8() - nothingmuch
79        * improve unicode test  - nothingmuch
80        * add utf8 support for JSON::{Converter,Parser} - nothingmuch
81        * Add a test for unicode strings    - nothingmuch
82
831.08    18 May 2007
84        * Fix Packaging
85        * Fix JSON.pm backend tests
86        * fix issues with JSON::XS being pedantic about how it's methods/functions are called
87        * added a carp requirement
88
891.07    ???
90        * changed Makefile.PL to Module::Install
91        * helps if I test 04-ENV.t against the code it was designed for
92        * skip all 04-ENV.t until I get it working
93        * fixing tests
94        * change to skip_all based skippage
95        * add example directory
96        * pod updates
97
981.06    ???
99        * cleaned up t/04-ENV.t to not require JSON::XS anymore
100        * fixed split on uninitalized value error
101        * cleaned up JSON-XS tests a bit
102        * added 04-ENV.t to MANIFEST
103
104... History is Elusive ...
105
1061.00    Fri Mar 23 10:24:50 EDT 2007
107        * Initial Release
108        * Currently only supports objToJson and jsonToObj
109