c70769cc2b
feat(cli): allow toggling JIT compilation
...
* Lune now accepts the `LUNE_LUAU_JIT` to toggle JIT compilation of Luau
code.
* The `Runtime` struct exposes the `with_jit_enabled` method to library
consumers.
2024-10-15 13:10:44 +01:00
Filip Tibell
010cd36375
Version 0.8.9
2024-10-07 19:34:55 +02:00
Filip Tibell
c17da72815
Update dependencies
2024-10-07 19:33:59 +02:00
Filip Tibell
ff83c401b8
Version 0.8.8
2024-08-22 21:30:36 +02:00
Kenneth Loeffler
a007fa94a6
Update all rbx-dom dependencies to their latest versions ( #245 )
2024-08-22 21:24:32 +02:00
Filip Tibell
1d4d1635eb
Temporarily disable publish to crates.io in workflow
2024-08-10 13:36:19 +02:00
Filip Tibell
56f08a88aa
Fix new clippy lints
2024-08-10 13:34:13 +02:00
Filip Tibell
833d0e244b
Add version and date to changelog
2024-08-10 13:25:55 +02:00
Filip Tibell
3e09807638
Bump all crate versions
2024-08-10 13:07:56 +02:00
Filip Tibell
ea7013322f
Fix type and tostring metamethods not always being respected during table formatting
2024-08-10 13:01:13 +02:00
Filip Tibell
98b31b9f67
Update tooling
2024-08-10 12:48:51 +02:00
Filip Tibell
8364a8e4de
We no longer use selene
2024-08-10 12:48:27 +02:00
Filip Tibell
473ad80e8f
Update dependencies
2024-08-10 12:47:36 +02:00
Filip Tibell
180d20ce4a
Update changelog with missing PRs
2024-08-10 12:28:26 +02:00
Filip Tibell
b585234b08
Clarify some comments and expose more instance functions in lune-roblox
2024-07-21 23:50:55 +02:00
ZachCurtis
5379c79488
Add missing vector methods ( #228 )
2024-07-21 23:35:58 +02:00
Nick Winans
8aefe88104
Add compression level option to serde.compress ( #224 )
2024-07-06 22:38:35 +02:00
Maxwell Ruben
cb552af660
Fix readDir with trailing forward-slash on Windows ( #220 )
2024-07-06 22:34:12 +02:00
Filip Tibell
95c2ca0965
Fix mixed indentation in regex documentation comment
2024-06-23 14:56:31 +02:00
Filip Tibell
5167a71e6f
Improve documentation comments for serde library
2024-06-23 14:53:32 +02:00
Filip Tibell
eac34d2e7e
Re-enable crates.io publish step in release workflow
2024-06-23 14:40:33 +02:00
Filip Tibell
ff80981282
Add missing changelog entry
2024-06-23 14:39:58 +02:00
Filip Tibell
45493dc23b
Temporarily disable crates.io publish in release workflow
2024-06-23 14:09:09 +02:00
Filip Tibell
359f28133f
Add missing entry to changelog
2024-06-23 13:40:13 +02:00
Filip Tibell
c7cbda98fe
Add missing mlua feature to lune-std-luau
2024-06-23 13:28:41 +02:00
Filip Tibell
a7ac864ca5
Fix _VERSION global not being set correctly after crate refactor
2024-06-23 13:22:03 +02:00
Filip Tibell
9993e03f04
Make hash algorithm enum follow convention of other lune enums a bit better
2024-06-23 13:14:27 +02:00
Filip Tibell
997653eb4a
Pin blake3 version
2024-06-23 12:57:16 +02:00
Filip Tibell
f94fbc685a
Update changelog
2024-06-23 12:56:48 +02:00
Filip Tibell
e2e8beb45c
Bump all crate versions
2024-06-23 12:55:47 +02:00
6b38a21454
Remove lua overriding in gitattributes ( #212 )
2024-06-20 15:27:42 +02:00
Anthony Fuller
430d5683f0
Clarify binary file size in README ( #215 )
2024-06-19 17:51:09 +02:00
Filip Tibell
59a7955132
Update changelog
2024-06-05 20:23:01 +02:00
Filip Tibell
1fb1d3e7b5
Improve formatting / printing of userdata and tables with __type and / or __tostring metamethods
2024-06-05 20:18:23 +02:00
Filip Tibell
0efc2c565b
Expand test suite for stdio.format
2024-06-05 19:38:19 +02:00
Filip Tibell
c94ab0cde1
Update changelog, some other minor fixes
2024-06-05 19:21:30 +02:00
Filip Tibell
d3b9a4b9e8
Add new options for global injection and codegen to luau.load
2024-06-05 19:02:48 +02:00
Filip Tibell
3cf2be51bc
Make with_args more permissive
2024-06-05 18:52:38 +02:00
Filip Tibell
a3f0f279a8
Remove unused runtime args field
2024-06-05 18:51:37 +02:00
Filip Tibell
a94c9d6d54
Create inner runtime struct to preserve scheduler, globals, and sandboxing across runs
2024-06-05 18:50:23 +02:00
Filip Tibell
63493e78de
Get sandbox working
2024-06-05 18:33:21 +02:00
Filip Tibell
8cb7b8a13a
Fix CI
2024-06-05 17:38:19 +02:00
Filip Tibell
9d9f1685d8
Update tooling
2024-06-05 16:53:36 +02:00
Filip Tibell
91ac6b00c1
Make sure build, lint, test workflow runs for entire workspace
2024-06-05 16:53:19 +02:00
Filip Tibell
2a85532448
Move mlua-luau-scheduler into this repository
2024-06-05 16:45:53 +02:00
Micah
5a292aabc5
Implement hashing algorithms + HMac support ( #193 )
2024-06-05 16:30:50 +02:00
Filip Tibell
cf513c6724
Update lockfile
2024-06-01 21:50:33 +02:00
Filip Tibell
b628601cc8
Version 0.8.5
2024-06-01 21:49:16 +02:00
Filip Tibell
649bdc4c31
Bump lune-utils dependency in lune-std
2024-06-01 21:46:49 +02:00
Filip Tibell
3030158159
Bump std roblox version too
2024-06-01 21:44:55 +02:00