Releases: JsMacros/JsMacros-Lua
Releases · JsMacros/JsMacros-Lua
Release 1.1.2
Compatible with JsMacros 1.3.1
,
allows lua to set/edit metatable on userdata.
fix file length on source breaking editor click-to-error functionality.
Release 1.1.1
Compatible with JsMacros 1.3.0+
Release 1.1.0
Compatible with JsMacros 1.2.9+
Release 1.0.9
add more compat to FConsumer
Release 1.0.7
This release makes java.util.Map
, java.util.List
and Arrays look and feel more like lua tables (you can iterate over them)
Release 1.0.6
Compatibility with JS Macros 1.2.7
Release 1.0.5
Async consumer support
Release 1.0.4
ModMenu
support.
Release 1.0.3
add support for jsmacros.runScript(String, String, Consumer)
Release 1.0.2
actually pass args to script
use args:get(str)
etc, like in js.