diff options
-rw-r--r-- | NEWS | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -1,10 +1,19 @@ | |||
1 | Version 2.0.0 (Jan ? 2012) | 1 | Version 2.0.0 (Jan ? 2012) |
2 | * Improved platform compatibility for strtod/sprintf locale workaround | ||
3 | * Added option to build with David Gay's dtoa.c for improved performance | ||
2 | * Added support for Lua 5.2 | 4 | * Added support for Lua 5.2 |
3 | * Added HTML reference manual | 5 | * Added option to encode infinity/NaN as JSON null |
4 | * Added CMake build support | 6 | * Fixed encode bug with a raised default limit and deeply nested tables |
5 | * Updated Makefile for compatibility with non-GNU make implementations | 7 | * Updated Makefile for compatibility with non-GNU make implementations |
6 | * Improved compatibility for strtod/sprintf locale workaround | 8 | * Added CMake build support |
7 | * Encoding now supports pre-emptive threads within a single Lua state | 9 | * Added HTML manual |
10 | * Increased default nesting limit to 1000 | ||
11 | * Added support for re-entrant use of encode and decode | ||
12 | * Added support for installing lua2json and json2lua utilities | ||
13 | * Added encode_invalid_numbers() and decode_invalid_numbers() | ||
14 | * Added decode_max_depth() | ||
15 | * Removed registration of global cjson module table | ||
16 | * Removed refuse_invalid_numbers() | ||
8 | 17 | ||
9 | Version 1.0.4 (Nov 30 2011) | 18 | Version 1.0.4 (Nov 30 2011) |
10 | * Fixed numeric conversion under locales with a comma decimal separator | 19 | * Fixed numeric conversion under locales with a comma decimal separator |