This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
Releases: latte-soft/maui
Releases · latte-soft/maui
0.4.2
[0.4.2]
Additions
- We're now using the recently publicly discovered Full-API-Dump.json for all serialization, which is much more reliable than the traditional dump! You can see an example of this complete dump parsed here.
Changes/Fixes
- Multiple changes and fixes in Maui's internal codebase.
- Use Fusion's 0.2 Wally package instead of a submodule; removing the need for any submodules!
0.4.1
[0.4.1]
Changes/Fixes
- Fix
getfenv
/setfenv
calls using a numbered stack level other than 0 not being properly offset. - "Minor" runtime optimizations to make initial instancing quicker, and closure execution speed much faster overall.
0.4.0
0.3.2
[0.3.2]
Changes/Fixes
Notes
- Due to copyleft licensing incompatibilities, this release is a complete relicense from the LGPLv3 to the MIT License; please update to this version.
0.3.1
[0.3.1]
Changes/Fixes
- Bump LuaEncode version (
1.1.6
) (This fixes multiple serialization issues regarding number values, please update.)
0.3.0
[0.3.0]
Additions
- Add custom output path options
Directory
andScriptName
(For more info, check the.maui
project format docs.)
Changes/Fixes
0.2.2
0.2.1
0.2.0
[0.2.0]
The 2nd minor version of Maui! Multiple fixes have been made to some core/secondary features, and thank you to all who've reported any previous issues to us!
Additions
Changes/Fixes
- Fix default instance property detection
- Bump LuaEncode to 1.1.5, fixes inf issues
- Add (some) property and project format fixes
Notes
- A big thanks to @GalaxyBlueReal (Invisible_) for notifying me of the issue of certain
BasePart
instances not keeping their properties at build time, which launched me down this rabbit hole! Again, please notify us if there are ANY major properties not being serialized, because it's behavior we have absolutely no control over.
0.1.2
[0.1.2]
Changes/Fixes
Notes
- Thanks @goofyclown for initially finding this issue & reporting it to me. <3