Releases: latte-soft/wax
Releases · latte-soft/wax
0.4.1
0.4.0
[0.4.0]
⚠️ Breaking Changes
- With Lune being updated to
0.8.0
at the time of this release, running Wax is now done withlune run <path/to/wax.luau>
(lune run wax
) as opposed to justlune <path/to/wax.luau>
like before
Changes to Note
- Include standalone prebuilt
wax
(Linux) andwax.exe
(Windows) binaries in releases usinglune build
(THANKS @CompeyDev) - Bump
lune
to 0.8.0, breaking changes introduced for Wax as well (4619584) - Bump
darklua
to 0.12.1 (88d4828) - Fix Lune version-detection logic, again... (9886663)
0.3.7
[0.3.7]
Changes to Note
- Bump Darklua to
0.12.0
, in-turn giving us the ability to release a minifiedwax.luau
! (ed38f7e) - Always warn for unsupported classes (4cf0866)
- When any scripts fail to bundle, a status code of
1
(non-successful) will be returned from the process (3951bdd) - Don't print the entire
help
message for simple errors (89562ab) - Evaluate init module behavior AoT (125cbaa, 1ed8f88)
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
[0.3.0]
Changes to Note
- Rename default
env-name
option from[VirtualEnv]
toWaxRuntime
(ce38c1a) - Misc bundler and WaxRuntime (codegen) changes (3033f35)
- Add
recursive
arg forInstance:FindFirstChild
- Add
Instance:FindFirstAncestor
- Add
Instance:GetDescendants
- Add method runtime 'typechecking'
- Remove all modification and flattening of
getfenv
/setfenv
- Fix all issues with non-escaped paths with spaces for CLI use
- Add
- Add new spec info and
wax
global API ref (b3ea3b8)