Skip to content

Releases: jumanji144/Jasm

Minor fix for access mods

17 Nov 23:38
Compare
Choose a tag to compare

Minor fix for access mods

17 Nov 23:21
Compare
Choose a tag to compare

Fixed interface and annotation-interface not being a acccess modifier

Full Changelog: 1.4.1...1.4.1.1

Class attributes

17 Nov 21:35
Compare
Choose a tag to compare

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

12 Nov 20:42
Compare
Choose a tag to compare

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

12 Nov 12:34
1f6e438
Compare
Choose a tag to compare

What's Changed

  • Implemented FieldVisitor to fix fields not being grouped within visitEnd
  • Add the main class attribute by @Mythical-Forest-Collective in #4

Full Changelog: 1.3.7...1.3.7.1

Fixed macros

13 Oct 11:29
Compare
Choose a tag to compare

Quick macro fix, a little dirty but it works

Full Changelog: 1.3.6...1.3.7

Better interface support

26 Aug 13:17
Compare
Choose a tag to compare

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

30 Jun 11:54
fbbff37
Compare
Choose a tag to compare

Fixed implementes using wrong group type (#2)

1.3.4

25 Jun 09:52
83218ca
Compare
Choose a tag to compare
  • Revised way of the . prefix for keywords (#1)
  • More tests (#1)

1.3.2

23 May 21:08
Compare
Choose a tag to compare

Fixed bugs