NEWS 688 B

1234567891011121314151617181920
  1. Version 1.0.3 (Sep 15 2011)
  2. * Fixed detection of objects with numeric string keys
  3. * Provided work around for missing isinf() on Solaris
  4. Version 1.0.2 (May 30 2011)
  5. * Portability improvements for Windows
  6. - No longer links with -lm
  7. - Use "socket" instead of "posix" for sub-second timing
  8. * Removed UTF-8 test dependency on Perl Text::Iconv
  9. * Added simple CLI commands for testing Lua <-> JSON conversions
  10. * Added cjson.encode_number_precision()
  11. Version 1.0.1 (May 10 2011)
  12. * Added build support for OSX
  13. * Removed unnecessary whitespace from JSON output
  14. * Added cjson.encode_keep_buffer()
  15. * Fixed memory leak on Lua stack overflow exception
  16. Version 1.0 (May 9 2011)
  17. * Initial release