--- JSON-XS/Changes 2009/09/08 00:37:43 1.134 +++ JSON-XS/Changes 2010/01/19 00:31:12 1.139 @@ -1,8 +1,18 @@ Revision history for Perl extension JSON::XS -TODO: configurable booleans -TODO: JSON-VT + - implement our own atof function - perl's can be orders of + magnitudes slower than even the system one. on the positive + side, ours seems to be more exact in general than perl's. + (testcase provided by Tim Meadowcroft). + - update jpsykes csrf article url. +2.27 Thu Jan 7 07:35:08 CET 2010 + - support relaxed option inside the incremental parser + (testcase provided by IKEGAMI via Makamaka). + +2.26 Sat Oct 10 03:26:19 CEST 2009 + - big integers could become truncated (based on patch + by Strobl Anton). - output format change: indent now adds a final newline, which is more expected and more true to the documentation.