Skip to content

0.5.7

Compare
Choose a tag to compare
@jamierocks jamierocks released this 01 Feb 15:12
· 64 commits to develop since this release
edb2b65

Fixes

  • CSRG and TSRG now ignore package mappings, rather than erroneously reading them
    as class mappings.
  • MappingSet#deobfuscate(FieldType) will now correctly de-obfuscate object types
    of inner classes, where the parent class has a mapping - but the inner class
    does not.
  • GH-29: Avoid inheriting field mappings from a parent where the child class has
    a field of its own, of the same signature.