File tree 1 file changed +7
-1
lines changed 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## Currently Unreleased - TBD
5
5
6
+ (nothing)
7
+
8
+
9
+ ## v1.3.1 - 2024.10.23
10
+
6
11
* Add static assertion to explicitly forbid using non-const lvalue reference
7
12
as argument or using any reference as return for ` luaw::function ` .
13
+ * Add method ` luaw::function::unref ` , ` luaw::function::ref_id ` , etc.
8
14
* Add new class ` subluaw ` to represent a sub thread, and add method ` luaw::make_subluaw ` .
9
15
* Add method to get main thread.
10
- * add method ` luaw::function::unref ` , ` luaw::function::ref_id ` , etc.
11
16
* Add method ` luavalueref::unref ` , ` luavalueref::setglobal ` , etc.
12
17
* Rename method ` getvalue ` of ` luavalueref ` to ` pushvalue ` .
13
18
* Add type check functions ` is_type_number ` , ` is_type_boolean ` , etc.
14
19
* Refactor ` luaw::to_string ` to safe version, won't change number to string anymore.
15
20
21
+
16
22
## v1.3.0 - 2024.10.17
17
23
18
24
* Support registering member functions with noexcept-specification for C++17 or
You can’t perform that action at this time.
0 commit comments