master Changelog 5.0 === - 5.0.2 teamcity - 5.0.1 refresh wrapper - 5.0.0 update to j16, latest modlauncher and other things... 4.0 === - 4.0.6 Add java.util to allowed packages list - 4.0.5 Add java.util.function back, due to how the hierarchy check works - 4.0.4 Allow all of java.util, instead of just the function package - 4.0.3 Add textifier functions to ASMAPI, helpful in debugging. - 4.0.2 Changed to using ScriptObjectMirror again for running functions. Caused errors with some mods that defined their returns oddly. Next breaking version should change things to return a Function directly. - 4.0.1 remove jacoco - it breaks on the J15 stuffs - 4.0.0 Small tweaks to use Bindings. Remove legacy test that was a NOOP. 3.0 === - 3.0.2 Rework to support J15+ using standalone Nashorn and Multi-Release jar. - 3.0.1 Add ASMAPI.loadData(filename) function to load JSON data from a file. - 3.0.0 Update dependencies, add LICENSE file because pedants (It's always been LGPLv2.1) 2.0 === - 2.0.2 Update local deps - 2.0.1 Merge pull request #27 from HellFirePvP/master Fix findFirstMethodCallBefore - 2.0.0 Update some dependencies, remove the url abstraction - it's not going to help.. 2.0.0-milestone.1 ================= - 2.0.0-milestone.1.2 Remove reckon, update gradle to 6.3, fix build.. - 2.0.0-milestone.1.1 Fix findFirstMethodCallBefore Fix searching backwards always starting at last instruction rather than the passed, ideally lower, start index - 2.0.0-milestone.1.0 Update to asm 7.2 gradle 6.0.1 and other deps 1.0.0 ===== - 1.0.0.0 Add loadFile (closes #24) and log function. v1.0!