Skip to content

0.6.6

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 19:10
1559e69

Added

  • Added tracing / logging for rare and hard to diagnose error cases, which can be configured using the env var RUST_LOG.

Changed

  • The _VERSION global now follows a consistent format Lune x.y.z+luau to allow libraries to check against it for version requirements.

    Examples:

    • Lune 0.0.0+0
    • Lune 1.0.0+500
    • Lune 0.11.22+9999
  • Updated to Luau version 0.573

  • Updated rbx-dom to support reading and writing Font datatypes

Fixed

  • Fixed _G not being a readable & writable table
  • Fixed _G containing normal globals such as print, math, ...
  • Fixed using instances as keys in tables