Age | Commit message (Expand) | Author |
---|---|---|
2023-08-06 | Cosmetic changes for the Value conversions + add tests | Alex Orlenko |
2023-07-10 | Add `Error::runtime()` helper | Alex Orlenko |
2023-06-20 | Add a dedicated type for Luau vector. | Alex Orlenko |
2023-05-28 | Include (known) userdata type to Value debug pretty-print | Alex Orlenko |
2023-05-27 | Add `Value::to_string()` method similar to `luaL_tolstring`. | Alex Orlenko |
2023-05-06 | Add `Value::NULL` constant | Alex Orlenko |
2022-12-15 | Fix subtraction overflow when calculating index for `MultiValue::get()`. | Alex Orlenko |
2022-05-18 | Add `Value::to_pointer()` function. | Alex Orlenko |
2021-04-16 | Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ... | Alex Orlenko |
2020-06-06 | Add LuaJIT 2.0.5 stable support | Alex Orlenko |
2020-01-07 | Implement PartialEq trait for Value (and subtypes) | Alex Orlenko |