Releases: tgstation/dreamluau
Releases · tgstation/dreamluau
0.2.2
0.2.1
Changes
- Bumps the
ahashdependency.
0.2.0
Breaking Changes
- The
meowtonindependency depends on breaking changes made to byondapi in 516.1674. 1673 and earlier are no longer supported.
Changes
DREAMLUAU_CLEAR_REF_USERDATAis now a variadic function, accepting any number of arguments at once.
0.1.3
Additions
- An optional argument
isolatedcan now be passed toDREAMLUAU_NEW_STATE. The following changes are applied to a state initialized with a truthy value ofisolated:- The
dm,list, andpointermodules are not added to the global environment - Function call and thread resume arguments other than
null, numbers, and strings, are converted tonil
- The
0.1.2
Changes
- A more informative error message has been provided when attempting to convert destructed userdata to a BYOND value.
0.1.1
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
- Initial Release