Changelog

September 29, 2016 ยท View on GitHub

All notable changes to lua-resty-prettycjson will be documented in this file.

[1.6] - 2016-09-29

Added

  • Support for the official OpenResty package manager (opm).

Changed

  • Changed the change log format to keep-a-changelog.

[1.5] - 2016-03-23

Fixed

  • Now works even if Lua cJSON is not available.

[1.4] - 2016-04-23

Added

[1.3] - 2015-09-30

Changed

  • Only double quoted strings (JSON doesn't use single quotes) are checked now.

[1.2] - 2015-09-29

Fixed

Changed

[1.1] - 2015-09-29

Changed

  • Removed unneccessary concat call.
  • Made code more tight

[1.0] - 2015-09-28

Added

  • LuaRocks support via MoonRocks.