Releases: tgstation/dreamluau
Releases · tgstation/dreamluau
0.1.4
0.1.3
Additions
- An optional argument
isolated
can now be passed toDREAMLUAU_NEW_STATE
. The following changes are applied to a state initialized with a truthy value ofisolated
:- The
dm
,list
, andpointer
modules 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