Skip to content

0.7.6

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 22:00
· 355 commits to main since this release
e57b8c3

Changed

  • Update to Luau version 0.588
  • Enabled Luau JIT backend for potential performance improvements 🚀

    If you run into any strange behavior please open an issue!

Fixed

  • Fixed publishing of the Lune library to crates.io.
  • Fixed serde.decode deserializing null values as userdata instead of nil.
  • Fixed not being able to require files with multiple extensions, eg. module.spec.luau was not require-able using require("module.spec").
  • Fixed instances and roblox built-in library APIs erroring when used asynchronously/concurrently.