JSON-DWIW/lib/JSON/DWIW/Changes.pm
=pod
=head1 NAME
JSON::DWIW::Changes - List of significant changes to JSON::DWIW
=head1 CHANGES
=head2 VERSION 0.47
=over 4
=item Added the I<start_depth> and I<start_depth_handler> options
=back
=head2 VERSION 0.46
=over 4
=item Another attempt at fixing a build problem under FreeBSD -- now use C<$Config::Config{perlpath}> for the Perl used in fixup_config.
=back
=head2 VERSION 0.45
=over 4
=item Fixed build problem under Perl 5.6 on FreeBSD -- now use FULLPERL instead of ABSPERLRUN for the path to Perl used in fixup_config.
=back
=head2 Version 0.44
=over 4
=item Fixed build problem under Perl 5.6
=back
=head2 Version 0.43
=over 4
=item added C<sort_keys> option when converting to JSON
=back
=head2 Version 0.42
=over 4
=item Documentation fixes.
=item Fixed bug where numbers got coerced to strings when encoding, such that if you call to_json() again on the same data structure, numbers would come out as stirngs.
=back
=head2 Version 0.41
=over 4
=item Fixed configuration problem for libjsonevt on Mac OS X
=item Documentation formatting fixes.
=back
=head2 Version 0.40
=over 4
=item Includes updates to jsonevt to fix parsing bug (segfault when parsing just "[").
=item Includes latest jsonevt release (version 0.1.0).
=back
=head2 Version 0.39
=over 4
=item Added the json_to_xml() function.
=item Added the parse_number and parse_constant callback options
=back
=head2 Version 0.38 (Fri 2009-09-18)
=over 4
=item Fixed rt.cpan.org #49773 (missing semicolon)
=back
=head2 Version 0.37 (Wed 2009-09-16)
=over 4
=item Fixed bug with creating Math::BigFloat objects when parsing
=back
=head2 Version 0.36 (Sat 2009-08-22)
=over 4
=item Added ascii, bare_solidus, and minimal_escaping options.
=item Began to use Test::More for some of the unit tests.
=back
=head2 Version 0.35
=over 4
=item Apparent fix for [rt.cpan.org #47344].
=back
=head2 Version 0.34
=over 4
=item Fixed another memory leak, this time while inserting into a hash
=back
=head2 Version 0.33
=over 4
=item Fixed memory leak -- the stack was getting allocated in
init_cbs(), but never deallocated.
=back
=head2 Version 0.32
=over 4
=item Fixed segfault on Solaris 10 (on Sparc) when compiled with
Sun Studio. It was a 64-bit versus 32-bit bug on my part, but
apparently GCC catches this and does the right thing.
=back
=head2 Version 0.30
=over 4
=item Added _GNU_SOURCE define to pull in asprintf on some platforms
=back
=head2 Version 0.29
=over 4
=item Fixed another segfault problem on 64-bit Linux (in vset_error).
=back
=head2 Version 0.28
=over 4
=item Fixed segfault problem on 64-bit Linux (rt.cpan.org #40879)
=item Fixed test problem on Solaris (rt.cpan.org #41129)
=back
=cut