Skip to content

0.2

Compare
Choose a tag to compare
@quat1024 quat1024 released this 02 Jun 06:28
· 4 commits to trunk since this release

I forgot to include a cachebust πŸ’€ delete your merged jars after updating

  • Oops i shuffled the order of fields and methods due to dumping them into a hashset, fixed that
  • If X extends A1 in one jar and A2 in another, it will extend Object in the output (looking for a common superclass would probably be better, though)
  • If X implements Y and Y doesn't exist in all jars, the class signature will be cleared