1 luajson v1.3.2 Release Notes
2 ============================
6 One of the main changes in this release is compatibility with LPeg 0.12 and
7 more sane _ENV manipulation to avoid problems in strict environments.
8 The documentation has also been updated to reflect the behavior of the
9 often-used 'merge' utility to avoid surprises in behavior.
11 Plans for next release
12 ----------------------
13 A future release will have a stronger focus on decoder performance. It may
14 mean a reduction in flexibility by removing options and breaking compatibility.
19 Thomas Harning Jr (6):
21 sets _ENV to nil using local _ENV = nil to avoid global writing
23 fixes compatibility with lpeg 0.12 by closing off 0-length captures in loops
25 documents testing with the Penlight 'strict' module
26 adds merge behavior documentation
27 updates LPeg testing information