File: ReleaseNotes-1.3.1.txt

package info (click to toggle)
lua-json 1.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 688 kB
  • sloc: makefile: 71; php: 3
file content (40 lines) | stat: -rw-r--r-- 1,102 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
luajson v1.3.1 Release Notes
============================

User Visible Changes
--------------------
This release does not introduce many changes.
François Perrad kindly produced patches to make it work better with Lua 5.2
and handle strict modes.
It also introduces additional documentation about what varieties of Lua
have been tested.

Plans for next release
----------------------
A future release will have a stronger focus on decoder performance. It may
mean a reduction in flexibility by removing options and breaking compatibility.


Updates since 1.3
=================

François Perrad (7):
	-ungrouped-
		fix with Lua 5.2 strict
		remove the condition around `_ENV = nil`
		remove conditional (is_52) code
		fix tests
		fix test with Lua 5.2.0
	lfs :
		fix with Lua 5.2 strict
Thomas Harning Jr (7):
	-ungrouped-
		Merge pull request #21 from fperrad/compat51_52
		Merge pull request #22 from fperrad/patch-1
		Merge pull request #23 from fperrad/patch-2
	all:
		adds module metadata as suggested by fperrad
	decoder:
		fixes 5.2-strict mode state object
	docs:
		notes tested Lua versions