Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Releases: latte-soft/maui

0.4.2

20 Feb 23:08
Compare
Choose a tag to compare

[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

31 Jan 17:51
Compare
Choose a tag to compare

[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

27 Jan 04:38
Compare
Choose a tag to compare

[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

26 Jan 05:21
Compare
Choose a tag to compare

0.3.0

0.2.2

08 Jan 05:36
Compare
Choose a tag to compare

[0.2.2]

Changes/Fixes

0.2.1

0.2.0

07 Jan 22:59
Compare
Choose a tag to compare

[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

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

06 Jan 22:56
Compare
Choose a tag to compare

[0.1.2]

Changes/Fixes

Notes

  • Thanks @goofyclown for initially finding this issue & reporting it to me. <3