Alex Orlenko
77d7d5d6bd
Add initial Lua 5.5 support
2026-01-13 23:43:31 +00:00
Andrew Dunbar
537cc995f6
Copyedit English in README.md ( #639 )
2025-09-04 14:59:24 +01:00
Alex Orlenko
583c35a172
Prepare for v0.11.0
2025-07-12 22:47:20 +01:00
Alex Orlenko
06c3bd9d69
Fix serde README section ( close #613 )
2025-07-12 11:50:11 +01:00
Alex Orlenko
7bc72be7d3
Use serde feature flag instead of serialize.
...
The old one is still supported.
2025-06-12 13:35:22 +01:00
Ron Tseytlin
2fbbbe4238
Fix minor grammar mistakes in README.md ( #591 )
2025-06-12 12:57:11 +01:00
Alex Orlenko
8173ef2fa8
Update README
2025-04-06 17:51:54 +01:00
Alex Orlenko
4e5677ae54
Update references to mlua repo
2025-04-06 15:37:38 +01:00
Alex Orlenko
69011a89d2
Revert "Add initial pluto support"
...
This reverts commit 0ed11e4134 .
2025-03-14 22:59:06 +00:00
Alex Orlenko
0ed11e4134
Add initial pluto support
...
Pluto is a superset of Lua 5.4 with a focus on general-purpose programming.
`pluto` feature also enables `lua54` feature since they are compatible and share the same API.
2025-03-14 11:38:07 +00:00
Alex Orlenko
e706ae4fcb
Remove Roblox from references to Luau
...
Closes #537
2025-02-24 19:03:36 +00:00
Alex Orlenko
cf71edc492
Update README (set main branch for development)
2025-01-28 10:07:41 +00:00
Alex Orlenko
cb45db05fa
Update README/CHANGELOG
2025-01-27 21:33:24 +00:00
Alex Orlenko
6f6cda0099
v0.10.2
2024-12-01 13:04:06 +00:00
Alex Orlenko
c926327a6a
v0.10.1
2024-11-09 20:06:04 +00:00
Alex Orlenko
7aad0adcb4
Update links to luau.org
2024-11-09 12:48:15 +00:00
Alex Orlenko
c2eab173c5
Add userdata-wrappers feature
...
This feature allow to opt into `impl UserData` for `Rc<T>`/`Arc<T>`/`Rc<RefCell<T>>`/`Arc<Mutex<T>>` where `T: UserData`
Close #470
2024-11-03 11:48:47 +00:00
Alex Orlenko
4f56575e05
v0.10.0
2024-10-25 13:36:55 +02:00
Alex Orlenko
8d8d521721
Add error-send feature flag
2024-10-23 10:40:25 +01:00
Alex Orlenko
7b777d074e
Update README
2024-10-08 22:57:32 +01:00
Alex Orlenko
b6cdf32f16
Update MSRV in README
2024-10-01 23:21:28 +01:00
Alex Orlenko
8677b57847
Update README
2024-09-07 23:27:35 +01:00
Alex Orlenko
825bdbfa04
Use dynamic Lua state ownership instead of compile-time module cfg flag to allow
...
creating new VMs in module mode (and destructing them properly).
2024-08-31 22:52:55 +01:00
Alex Orlenko
ece66c46bf
Remove unstable feature flag
2024-08-26 23:51:58 +01:00
Alex Orlenko
2f8755dcc7
Update README
2024-07-31 13:42:38 +01:00
Alex Orlenko
496c8fa0e9
Fix references to master branch
2024-07-25 22:49:32 +01:00
Caleb Maclennan
b77836920a
Link to other mlua projects published to LuaRocks ( #425 )
...
* Add a link to decasify, another mlua success story published on LuaRocks
* Add a few more downstream project links that seem reasonably maintained
2024-07-04 23:31:05 +01:00
Alex Orlenko
f1ceaf0ff1
v0.9.9
2024-06-18 16:09:08 +01:00
Alex Orlenko
f2d48ce296
v0.9.8
2024-05-15 23:17:30 +01:00
Alex Orlenko
806bd202d6
v0.9.7
2024-04-05 12:46:12 +01:00
Alex Orlenko
59b14000f3
Update hyper examples
2024-03-22 00:35:37 +00:00
19年梦醒
849206ef9d
update hyper to v1, and add shell command example ( #384 )
...
Co-authored-by: Alex Orlenko <zxteam@protonmail.com >
2024-03-21 23:06:00 +00:00
Alex Orlenko
fe6ab250bf
Update codecov links after moving repo
2024-01-23 21:56:00 +00:00
Alex Orlenko
a68708c12e
Update README & CHANGELOG
2024-01-08 18:44:49 +00:00
Alex Orlenko
fc159e0c46
v0.9.1
2023-08-24 01:41:32 +01:00
Alex Orlenko
65b816f2f0
Update README
2023-08-21 22:00:04 +01:00
Alex Orlenko
bb0a6070c4
v0.9.0
2023-08-17 11:38:42 +01:00
Alex Orlenko
1f1463c482
v0.9.0-rc.3
2023-07-28 22:07:26 +01:00
Alex Orlenko
a85e757d4d
Bump luau-src to v0.6.0+luau588
...
This release has better codegen support (and breaking changed unfortunately)
2023-07-28 20:30:46 +01:00
Alex Orlenko
312886846c
Fix link to v0.9 release notes in README
2023-07-28 11:14:58 +01:00
Alex Orlenko
51a2959312
Add v0.9 release notes
...
Prepare v0.9-rc.2 release
2023-07-28 00:07:31 +01:00
Alex Orlenko
ead6be4a52
Make module and vendored features mutually exclusive
2023-07-20 23:23:03 +01:00
Alex Orlenko
4f48c7e5dc
Update README
2023-07-20 21:58:01 +01:00
Alex Orlenko
1f0e81c9a1
Add a dedicated type for Luau vector.
...
Refactor existing implementation and add 4-dimensional vectors support.
2023-06-20 13:30:42 +01:00
Alex Orlenko
22e748557c
Add new feature flag luau-jit to enable experimental Luau codegen backend
2023-05-24 23:13:12 +01:00
Alex Orlenko
354c69acc4
Update README
2023-03-30 23:22:01 +01:00
Alex Orlenko
3059f82552
Update README and CHANGELOG
2023-03-12 23:54:19 +00:00
Alex Orlenko
a62061f453
Update README
2023-01-04 20:58:03 +00:00
Alex Orlenko
9b4e3a1598
Refactor LuaInner state
...
Add static_assertions to check for auto traits impl on compilation stage
Bump MSRV to 1.63 (required for `Ref::filter_map`)
2022-12-19 16:09:05 +00:00
Alex Orlenko
3ec076693a
Add FAQ
2022-07-24 11:59:04 +01:00