Releases: jumanji144/Jasm
Releases · jumanji144/Jasm
Minor fix for access mods
Full Changelog: 1.4.1.1...1.4.1.2
Minor fix for access mods
Fixed interface and annotation-interface not being a acccess modifier
Full Changelog: 1.4.1...1.4.1.1
Class attributes
Added:
- Nest Host & Nest Member Attributes
- Inner Class Attribute
- Permitted Subclass Attribute
- Module Attribute
- Version Attribute
- Source File Attribute
Full Changelog: 1.4.0...1.4.1
Visitor model, getter and setter
What's changed
- Visitor types have been renamed to not conflict with OW2 ASM's visitors
- Visitor model has been restructured for a more consistent design
- Direct field access had been removed in favor of getters generated via lombok
FieldVisitors & Main-Class-Attribute
What's Changed
- Implemented
FieldVisitor
to fix fields not being grouped withinvisitEnd
- Add the main class attribute by @Mythical-Forest-Collective in #4
Full Changelog: 1.3.7...1.3.7.1
Fixed macros
Quick macro fix, a little dirty but it works
Full Changelog: 1.3.6...1.3.7
Better interface support
Added instructions invokestaticinterface
and invokespecialinterface
to support these interface operations, which are not needed for bytecode runtime but because the java verifier will complain
Bug Fix
1.3.4
1.3.2
Fixed bugs