aboutsummaryrefslogtreecommitdiff
path: root/NEWS
blob: 50057e63d621f06cfd0673f3dbe35a10ce7b93dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Version 2.0.0 (Jan ? 2012)
* Added support for Lua 5.2
* Added HTML reference manual
* Added CMake build support
* Updated Makefile for compatibility with non-GNU make implementations
* Improved compatibility for strtod/sprintf locale workaround
* Encoding now supports pre-emptive threads within a single Lua state

Version 1.0.4 (Nov 30 2011)
* Fixed numeric conversion under locales with a comma decimal separator

Version 1.0.3 (Sep 15 2011)
* Fixed detection of objects with numeric string keys
* Provided work around for missing isinf() on Solaris

Version 1.0.2 (May 30 2011)
* Portability improvements for Windows
  - No longer links with -lm
  - Use "socket" instead of "posix" for sub-second timing
* Removed UTF-8 test dependency on Perl Text::Iconv
* Added simple CLI commands for testing Lua <-> JSON conversions
* Added cjson.encode_number_precision()

Version 1.0.1 (May 10 2011)
* Added build support for OSX
* Removed unnecessary whitespace from JSON output
* Added cjson.encode_keep_buffer()
* Fixed memory leak on Lua stack overflow exception

Version 1.0 (May 9 2011)
* Initial release