Skip to content

Releases: bungle/lua-resty-prettycjson

Release 1.6

29 Sep 19:15
Compare
Choose a tag to compare

Added

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

Changed

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

Release 1.5

23 Apr 18:32
Compare
Choose a tag to compare
  • Bugfix: Now works even if Lua cJSON is not available. Thanks @vadi2

Release 1.4

23 Apr 07:34
Compare
Choose a tag to compare
  • Feature: Allow custom encoding function. (See also: #3, #4, #5) Thanks @vadi2

Release 1.3

30 Sep 11:22
Compare
Choose a tag to compare
  • Change: Only double quoted strings (JSON doesn't use single quotes) are checked now.

Release 1.2

29 Sep 10:22
Compare
Choose a tag to compare
  • Bugfix: Fixes string handling, See also: #2, Thanks @irmiab
  • Change: uses now string.len / string.sub instead of string.gmatch, See also: #1, Thanks @antonheryanto

Release 1.1

28 Sep 22:47
Compare
Choose a tag to compare
  • Change: Removed unneccessary concat call
  • Change: Made code more tight

Release 1.0

28 Sep 18:35
Compare
Choose a tag to compare
  • Feature: LuaRocks Support via MoonRocks.