-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathHistory.txt
37 lines (23 loc) · 1.05 KB
/
History.txt
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
== 1.1.0 2015-05-11
* Adding lub.Param class to save/restore script parameters and map controllers.
* Using lut.Builder to generate build files.
* Improved lub.Template error reporting and parsing with embeded ']=]' strings.
* Fixed lub.shellQuote to escape dollar sign.
* Lua 5.3 compatibility.
* Fixed load path in tests to use local version.
== 1.0.7 2014-06-24
* Using io.popen and uname to guess platform type.
== 1.0.6 2014-06-24
* Using luarocks to guess platform type instead of using C++ define.
== 1.0.5 2014-06-23
* Changing lfs dependency to lfs 1.4.0.
== 1.0.4 2014-05-08
* Added 'plat()' method to get current platform name.
* Added 'max_depth' argument to lub.Dir.glob
* Added lub.keys to get sorted list of keys in table.
* Added CMakeLists.txt to build with CMake.
== 1.0.3 2014-01-25
* Added search algorithm 'search', 'IDDFS' and 'BFS',
* Fixed a bug in lub.Template when source is provided with a path.
== 1.0.2 2013-04-09
* First release (importing and adapting code from original 'lk' library in lubyk).