NEWS 789 B

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