File tree Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## Version 2.9
2
+
3
+ * Added stack traits for ` std::pair ` (` Pair.h ` ).
4
+ * Added ` isInstance() ` function specialization for ` std::array ` .
5
+ * Added Meson bulid support.
6
+ * Added CMake rules for packaging.
7
+
1
8
## Version 2.8
2
9
3
10
* Added convenience ` get() ` function template.
14
21
15
22
* Added namespace ` addFunction() ` accepting ` std::function ` (C++11 only).
16
23
* Added class ` addStaticFunction() ` accepting ` std::function ` (C++11 only).
17
- * Update the Doxygen documentation.
18
- * Add brief API reference into the manual.
19
- * Hide non-public ` luabridge ` members into the ` detail ` namespace.
20
- * Fix stack cleanup by ` LuaRef::isInstance() ` method.
24
+ * Updated the Doxygen documentation.
25
+ * Added brief API reference into the manual.
26
+ * Hidden non-public ` luabridge ` members into the ` detail ` namespace.
27
+ * Fixed stack cleanup by ` LuaRef::isInstance() ` method.
21
28
22
29
## Version 2.5
23
30
33
40
34
41
* String stack get specialization doesn't change the stack value anymore.
35
42
* Added namespace ` addProperty() ` accepting C-functions.
36
- * Introduce enableExceptions function.
43
+ * Introduced enableExceptions function.
37
44
38
45
## Version 2.3.2
39
46
91
98
## Version 1.1.0
92
99
93
100
* Split code up into several files.
94
- * Add Lua table and type representations (based on Nigel's code).
95
- * Reformat documentation as external HTML file.
101
+ * Added Lua table and type representations (based on Nigel's code).
102
+ * Reformatted documentation as external HTML file.
96
103
97
104
## Version 1.0.3
98
105
Original file line number Diff line number Diff line change 11
11
//
12
12
13
13
#define LUABRIDGE_MAJOR_VERSION 2
14
- #define LUABRIDGE_MINOR_VERSION 7
15
- #define LUABRIDGE_VERSION 207
14
+ #define LUABRIDGE_MINOR_VERSION 9
15
+ #define LUABRIDGE_VERSION 209
16
16
17
17
#ifndef LUA_VERSION_NUM
18
18
#error "Lua headers must be included prior to LuaBridge ones"
You can’t perform that action at this time.
0 commit comments