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