Skip to content

Releases: ArowShot/MoreAdvancedMacros

3.0.0

02 May 21:29

Choose a tag to compare

  • Add better JSON array support
    Tables will now be converted to arrays if using sequential numeric keys, otherwise they will be converted to objects. You can force a table to be serialized as an object or array by adding __array=false or __array=true respectively to the table's metatable.

2.0.1

30 Dec 16:10

Choose a tag to compare

  • Improve performance from removing debug log in JSON to Lua conversion thanks to @MajsterTynek
  • Fixed incorrect version in mod definition

2.0.0

27 Dec 04:23

Choose a tag to compare

Fixes issues with JSON array handling brought up by (and some fixed by) @MajsterTynek

  • Fixes #1
  • Arrays parsed from JSON start at 1 now

1.2

23 Jun 18:00

Choose a tag to compare

1.2
Update to AM 7.9.0

1.1

30 Dec 03:23

Choose a tag to compare

1.1
  • Added getfps function to settings module
  • Added movement module with teleport function
  • Fixed obfuscation errors caused by building a shadow jar

1.0

14 Dec 19:04

Choose a tag to compare

1.0
Updated build settings and mod info