Skip to content

Releases: tgstation/dreamluau

0.2.2

10 Jun 19:17

Choose a tag to compare

Changes

  • Replaces ahash with rustc-hash.

0.2.1

03 Jun 22:49

Choose a tag to compare

Changes

  • Bumps the ahash dependency.

0.2.0

03 Jun 05:42

Choose a tag to compare

Breaking Changes

  • The meowtonin dependency depends on breaking changes made to byondapi in 516.1674. 1673 and earlier are no longer supported.

Changes

  • DREAMLUAU_CLEAR_REF_USERDATA is now a variadic function, accepting any number of arguments at once.

0.1.3

27 Oct 00:36

Choose a tag to compare

Additions

  • An optional argument isolated can now be passed to DREAMLUAU_NEW_STATE. The following changes are applied to a state initialized with a truthy value of isolated:
    • The dm, list, and pointer modules are not added to the global environment
    • Function call and thread resume arguments other than null, numbers, and strings, are converted to nil

0.1.2

25 Aug 06:23

Choose a tag to compare

Changes

  • A more informative error message has been provided when attempting to convert destructed userdata to a BYOND value.

0.1.1

10 Aug 06:35

Choose a tag to compare

Fixes

  • Bumps the dependency for time, fixing certain failures being experienced by users building it from source in their own CI workflows.

0.1.0

09 Jul 02:04

Choose a tag to compare

  • Initial Release