Skip to content

Tags: hishamhm/lua-cjson

Tags

2.1.0.10

Toggle 2.1.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bumped version to 2.1.0.10. (openresty#79)

2.1.0.10rc1

Toggle 2.1.0.10rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bumped version to 2.1.0.10. (openresty#79)

2.1.0.8rc1

Toggle 2.1.0.8rc1's commit message
feature: add option to disable forward slash escaping

Thanks @spacewander for optimization and documentation.

Verified

This tag was signed with the committer’s verified signature.
thibaultcha Thibault Charbonnier

2.1.0.7rc2

Toggle 2.1.0.7rc2's commit message

Verified

This tag was signed with the committer’s verified signature.
thibaultcha Thibault Charbonnier
v2.1.0.7rc2

2.1.0.7rc1

Toggle 2.1.0.7rc1's commit message
feature: ported to the ARM64 platform by masking off the bits higher …

…than 47-bit in the lightud.

Signed-off-by: Yichun Zhang (agentzh) <[email protected]>

2.1.0.6

Toggle 2.1.0.6's commit message
bumped version to 2.1.0.6.

2.1.0.6rc2

Toggle 2.1.0.6rc2's commit message
bugfix: fixed the C compiler warning "SO C90 forbids mixed declaratio…

…ns and code" on older operating systems.

2.1.0.6rc1

Toggle 2.1.0.6rc1's commit message
feature: set cjson.array_mt on decoded JSON arrays.

this can be turned on via cjson.decode_array_with_array_mt(true). off by
default.

Signed-off-by: Yichun Zhang (agentzh) <[email protected]>