File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.10.0-rc.1
2
+
3
+ - ` Lua::scope ` is back
4
+ - Support yielding from hooks for Lua 5.3+
5
+ - Support setting metatable for Lua builtin types (number/string/function/etc)
6
+ - Added ` LuaNativeFn ` /` LuaNativeFnMut ` /` LuaNativeAsyncFn ` traits for using in ` Function::wrap `
7
+ - Added ` Error::chain ` method to return iterator over nested errors
8
+ - Added ` Lua::exec_raw ` helper to execute low-level Lua C API code
9
+ - Added ` Either<L, R> ` enum to combine two types into a single one
10
+ - Added a new ` Buffer ` type for Luau
11
+ - Added ` Value::is_error ` and ` Value::as_error ` helpers
12
+ - Added ` Value::Other ` variant to represent unknown Lua types (eg LuaJIT CDATA)
13
+ - Added (optional) ` anyhow ` feature to implement ` IntoLua ` for ` anyhow::Error `
14
+ - Added ` IntoLua ` /` FromLua ` for ` OsString ` /` OsStr ` and ` PathBuf ` /` Path `
15
+
1
16
## v0.10.0-beta.2
2
17
3
18
- Updated ` ThreadStatus ` enum to include ` Running ` and ` Finished ` variants.
You can’t perform that action at this time.
0 commit comments