-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
37 lines (29 loc) · 1.07 KB
/
ChangeLog
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
2020-10-28: 1.4.1
Int64 type storage has been added (for Lua5.3 version only).
2020-10-26: 1.4.0
Supporting Lua5.3 on x64 platform has been added.
Supporting Lua5.1 on x64 platform has been removed.
2019-08-21: 1.3.1
Thread-safety has been improved for Name Spaces.
New functions:
- Clear
- ClearAll
2019-07-18: 1.3.0
Supporting x64 platform has been added.
Project file has been upgraded to VS2015.
2015-07-31: 1.2.1
The problem of saving unknown data types in storage has been fixed.
2013-11-16: 1.2.0
Supporting of 'table' type has been added.
2013-11-12: 1.1.0
Supporting of 'boolean' and 'number' types has been added.
New functions:
- SetVarList
2013-11-11: 1.0.0
Initial version. It can store 'string' type only.
New functions:
- SetVar
- GetVar
- UseNameSpace
- GetCurrentNameSpace
- GetVarList