1 luajson v1.3.1 Release Notes
2 ============================
6 This release does not introduce many changes.
7 François Perrad kindly produced patches to make it work better with Lua 5.2
8 and handle strict modes.
9 It also introduces additional documentation about what varieties of Lua
12 Plans for next release
13 ----------------------
14 A future release will have a stronger focus on decoder performance. It may
15 mean a reduction in flexibility by removing options and breaking compatibility.
23 fix with Lua 5.2 strict
24 remove the condition around `_ENV = nil`
25 remove conditional (is_52) code
27 fix test with Lua 5.2.0
29 fix with Lua 5.2 strict
30 Thomas Harning Jr (7):
32 Merge pull request #21 from fperrad/compat51_52
33 Merge pull request #22 from fperrad/patch-1
34 Merge pull request #23 from fperrad/patch-2
36 adds module metadata as suggested by fperrad
38 fixes 5.2-strict mode state object
40 notes tested Lua versions