3ee3b9dae2482067cd9aec590f316e75a9f24798
[p5sagit/JSON-MaybeXS.git] / Changes
1 Revision history for JSON-MaybeXS
2
3  - added true and false subs so they can be used via JSON::MaybeXS rather than
4    only JSON() exported sub.
5
6 1.003010 - 2018-01-28
7  - use bundled ExtUtils::HasCompiler rather than ExtUtils::CBuilder to detect
8    compiler availability.
9  - clarify exported JSON in documentation
10
11 1.003009 - 2017-02-27
12  - fix tests to no longer rely on . being in @INC (RT#120404)
13
14 1.003008 - 2016-10-03
15  - added an INSTALLATION section to documentation, to clarify the use of
16    dynamic prerequisites in Makefile.PL
17  - minimize prereqs listed in META.json to avoid giving the appearance of XS
18    prerequisites, and confusing static inspection tools such as metacpan.org.
19
20 1.003007 - 2016-09-11
21  - no changes since 1.003006_001
22
23 1.003006_001 - 2016-06-28
24  - bump prereq on JSON::PP, to ensure we get the fix for parsing utf8-encoded
25    values (in JSON::PP 2.27300)
26  - we now always upgrade JSON::XS if it is installed and below version 3.0,
27    due to changes in handling booleans
28  - remove test dependency on Test::Without::Module (RT#115394)
29
30 1.003005 - 2015-03-22
31  - fix x_contributors metadata that was killing metacpan (see
32    https://github.com/CPAN-API/cpan-api/issues/401)
33
34 1.003004 - 2015-03-14
35  - caveat added to documentation about type checking the object returned by
36    new() (John SJ Anderson, RT#102733)
37
38 1.003003 - 2014-12-06
39  - ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will
40    always be used in preference to JSON::XS
41  - avoid "JSON::XS::Boolean::* redefined" warnings caused by an old JSON::XS
42    loaded at the same time as a newer Cpanel::JSON::XS
43
44 1.003002 - 2014-11-16
45  - correctly fix boolean interoperability with older Cpanel::JSON::MaybeXS
46
47 1.003001 - 2014-11-13
48  - fix boolean interoperability with older Cpanel::JSON::MaybeXS
49
50 1.003_000 - 2014-10-30
51  - add :legacy tag to support legacy apps
52
53 1.002006 - 2014-10-22
54  - add some additional test diagnostics, to help find bad version combinations
55    of JSON backends
56
57 1.002005 - 2014-10-12
58  - fix "can I haz XS?" logic precedence in Makefile.PL
59  - added the ':all' export tag
60  - removed dependency on Safe::Isa
61  - repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git
62
63 1.002004 - 2014-10-11
64  - support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
65    dependency
66  - new is_bool() interface
67
68 1.002003 - 2014-10-07
69  - document how to use booleans
70
71 1.002002 - 2014-04-23
72  - more metadata fiddling, to remove the Cpanel::JSON::XS dependency visible
73    to static analyzers (the prequisites at install time remain unchanged)
74
75 1.002001 - 2014-04-23
76  - fix installation on older perls with an older ExtUtils::MakeMaker
77    (RT#94964)
78
79 1.002000 - 2014-04-22
80  - Now also supports JSON::XS, when available: Cpanel::JSON::XS will only be
81    installed when there is no XS backend already installed; Cpanel::JSON::XS
82    will be used over JSON::XS when both are installed.
83
84 1.001000 - 2013-12-11
85   - Add a constructor for people who want to forget how silly the JSON API is
86
87 1.000000 - 2013-05-22
88   - Released on an unsuspecting world.