forked from markstinson/lua-MessagePack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
57 lines (41 loc) · 1.37 KB
/
CHANGES
File metadata and controls
57 lines (41 loc) · 1.37 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Revision history for lua-MessagePack
0.5.1 Sat Jan 20 19:30:00 2018
fix extra bytes detection (see PR #26)
allows ipairs(mp.packers) (see PR #27)
0.5.0 Fri Mar 10 17:07:20 2017
export unpack_cursor instead of unpackers (see issue #23)
0.4.0 Thu Dec 8 10:30:00 2016
refactor without types_map indirection
remove set_number'integer'
0.3.7 Sun Dec 4 17:30:00 2016
better use of string.pack (Lua 5.3)
0.3.6 Wed Nov 30 09:30:00 2016
fix pack float with Lua 5.3
fix behaviour with LUA_32BITS
0.3.5 Sat Oct 22 22:30:00 2016
fix float/integer detection
refactor doc with Markdown and MkDocs
0.3.4 Fri Feb 5 10:30:00 2016
handle long double
handle NaN (like nil) as table index
0.3.3 Sat May 30 16:30:00 2015
shadow _ENV (see PR #12)
unsigned packer becomes the default for integer (see issue #13)
set_integer marked as deprecated
handle nil as table index (see issue #14)
0.3.2 Wed Jan 14 20:30:00 2015
add variant for Lua 5.3
compat Lua 5.3
0.3.1 Sun May 4 18:30:00 2014
add option set_array'always_as_map'
fix issue #6
0.3.0 Sun Sep 1 15:30:00 2013
compliant with specifications v5
0.2.2 Sun Aug 25 09:30:00 2013
fix packer when downcast double->float
0.2.1 Thu Nov 29 19:30:00 2012
add set_array
0.2.0 Sat Nov 17 15:30:00 2012
INCOMPATIBILITY : now, unpacker accepts a ltn12.source instead of a file
0.1.0 Sun Nov 11 09:30:00 2012
First release