Age | Commit message (Expand) | Author |
---|---|---|
2021-09-15 | Add `DeserializeOptions` struct to control deserializer behavior. | Alex Orlenko |
2021-05-09 | Re-export UserDataFields/UserDataMetatable | Alex Orlenko |
2021-05-03 | Add `LuaOptions` to customize Lua/Rust behaviour. | Alex Orlenko |
2021-04-27 | Hide Deserializer inner fields | Alex Orlenko |
2021-04-27 | Add SerializeOptions to to change default Lua serializer behaviour | Alex Orlenko |
2020-05-11 | Add Lua 5.4 (rc2) support | Alex Orlenko |
2020-04-19 | Add TableExt trait with call_method/function methods | Alex Orlenko |
2020-04-17 | v0.3.0-alpha.1 with async support | Alex Orlenko |
2019-09-29 | cargo fmt | Alex Orlenko |
2019-09-29 | Backport changes from rlua 0.16 (master branch) | Alex Orlenko |
2018-08-05 | format with up-to-date rustfmt | kyren |
2018-02-08 | export accidentally hidden `Scope` type | kyren |
2018-01-26 | ACTUALLY expose `RegistryKey` API | kyren |
2017-10-23 | auto-formatting | kyren |
2017-09-14 | More documentation work | Jonas Schievink |
2017-07-24 | Do several more Lua prefix renames, add prelude module | kyren |