Commit graph

886 commits

Author SHA1 Message Date
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
Filip Tibell
23456ae041
Bump versions in all changed packages 2024-06-01 21:42:36 +02:00
Filip Tibell
4f6f1835d2
Fix erroring when setting nil attributes on instances in roblox lib 2024-06-01 21:38:14 +02:00
Filip Tibell
636d0bf277
Update changelog 2024-06-01 21:26:15 +02:00
Filip Tibell
adc74f47c0
Fix panic when spawning a program that does not exist 2024-06-01 21:24:45 +02:00
Filip Tibell
1fd17ca0b3
Update changelog 2024-06-01 21:17:29 +02:00
Filip Tibell
9498620e03
Sort tables before formatting them 2024-06-01 21:08:47 +02:00
Filip Tibell
0850f41617
Improve pretty formatting for arrays 2024-06-01 21:01:51 +02:00
Filip Tibell
f2c40a4bd5
Improve formatting for empty tables 2024-06-01 20:24:48 +02:00
Filip Tibell
bfb89dec01
Fix table indentation and newline issues with new value formatter 2024-06-01 20:15:10 +02:00
Bryan Cardwell
395c36fa8b
Implement idiv support for Vector2 and Vector3 (#196) 2024-05-15 12:06:21 +02:00
Filip Tibell
7e784ba361
Fix changelog not having separated added and changed sections in latest release 2024-05-12 20:58:00 +02:00
Filip Tibell
95b81d65fe
Bump lune std crate versions for latest lune-std-datetime 2024-05-12 18:01:04 +02:00
Filip Tibell
43de7b277a
Bump chrono dependency versions 2024-05-12 17:58:08 +02:00
Filip Tibell
1d0bab5e65
Fix readme field in lune crate 2024-05-12 17:51:15 +02:00
Filip Tibell
e0f065b678
Remove unused env_logger dependency from lune crate 2024-05-12 17:13:48 +02:00
Filip Tibell
5b5c46f802
Add another missing tokio feature to lune-std-process 2024-05-12 16:22:37 +02:00
Filip Tibell
489c8a6609
Add missing tokio features to lune-std-process crate 2024-05-12 16:08:02 +02:00
Filip Tibell
a13b17fee6
Add missing mlua feature to lune-std-serde crate 2024-05-12 15:20:25 +02:00
Filip Tibell
e0b9ceb86d
Add missing repository and description fields to all manifests 2024-05-12 14:32:39 +02:00
Filip Tibell
6bc1fa2343
Fix release workflow version read 2024-05-12 14:10:50 +02:00
Filip Tibell
763b3ff6a7
Version 0.8.4 2024-05-12 14:08:12 +02:00
Filip Tibell
816b6654da
Update changelog 2024-05-12 14:07:30 +02:00
Filip Tibell
efcc3c6028
Update dependencies 2024-05-12 13:52:02 +02:00
Filip Tibell
de71558c5d
Split lune into proper crates (#188) 2024-05-12 13:30:32 +02:00
Filip Tibell
3f53fc983c
Update changelog 2024-04-21 00:03:23 +02:00
Filip Tibell
089ecb3a4c
Update dependencies 2024-04-20 23:54:34 +02:00
Filip Tibell
7a46f12c02
Fix type metamethod and test case for regex 2024-04-20 23:38:06 +02:00
Filip Tibell
96eed54a65
Port test suite for regex from fork 2024-04-20 23:30:08 +02:00