Age | Commit message (Expand) | Author |
---|---|---|
2021-11-06 | Fix recursive tables serialization when using `serde::ser::Serialize` | Alex Orlenko |
2021-10-04 | Add serializing i128/u128 types. | Alex Orlenko |
2021-09-28 | Fix table traversal used in recursion detection. | Alex Orlenko |
2021-09-15 | Add `DeserializeOptions` struct to control deserializer behavior. | Alex Orlenko |
2021-05-03 | Make `SerializeOptions` non_exhaustive. | Alex Orlenko |
2021-04-27 | Remove Result from lua.null() and lua.array_metatable(). They never fail. | Alex Orlenko |
2021-04-27 | Add SerializeOptions to to change default Lua serializer behaviour | Alex Orlenko |
2021-04-16 | Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ... | Alex Orlenko |
2021-04-16 | Serialize only known (registered) userdata. | Alex Orlenko |
2021-03-03 | Fix compilation warnings on nightly | Alex Orlenko |
2020-12-14 | Serde support (serialize feature flag) | Alex Orlenko |