Skip to content

Releases: JsMacros/JsMacros-Lua

Release 1.1.2

26 Jan 17:50
Compare
Choose a tag to compare

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

01 Jan 20:13
dc27e25
Compare
Choose a tag to compare

Compatible with JsMacros 1.3.0+

Release 1.1.0

06 Dec 03:57
Compare
Choose a tag to compare

Compatible with JsMacros 1.2.9+

Release 1.0.9

07 Nov 19:02
Compare
Choose a tag to compare

add more compat to FConsumer

Release 1.0.7

16 Oct 21:26
Compare
Choose a tag to compare

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

06 Oct 05:21
Compare
Choose a tag to compare

Compatibility with JS Macros 1.2.7

Release 1.0.5

20 Sep 16:57
Compare
Choose a tag to compare

Async consumer support

Release 1.0.4

20 Aug 00:01
Compare
Choose a tag to compare

ModMenu support.

Release 1.0.3

12 Aug 09:54
Compare
Choose a tag to compare

add support for jsmacros.runScript(String, String, Consumer)

Release 1.0.2

02 Aug 21:54
Compare
Choose a tag to compare

actually pass args to script

use args:get(str) etc, like in js.