Releases: Col-E/CAFED00D
Releases Β· Col-E/CAFED00D
1.9.5
1.9.5 (2022-03-05)
Optimizations
- Cache wide indices headset when calling 'internalToCp' (f1af659)
1.9.4
1.9.4 (2022-02-21)
Bug Fixes
- Element value union for classes points to UTF8 desc, not a Class CP entry (dc7abd4)
1.9.3
1.9.3 (2022-02-18)
Bug Fixes
- Re-introduce limited case CP pruning due to incomplete class spec insights (62da8c3)
1.9.2
1.9.2 (2022-02-18)
Bug Fixes
- Missing 'allow-0-case' for inner class's name index (799a4f3)
1.9.1
1.9.1 (2022-02-18)
Bug Fixes
- Aggressive pruning of code attribute due to requirement of all sub-attribs being valid (0e3e2ba)
1.9.0
1.9.0 (2022-02-13)
Features
- Basic support for replacing unused CP entries in illegal stripper (27a5a59)
- Refactor to support more flexible obf removal (346016d)
1.8.1
1.8.1 (2022-01-28)
Bug Fixes
- Fix ConstPool calculating wrong wide indicies in some edge cases (9ca6b36)
1.8.0
1.8.0 (2021-10-12)
Features
- Add PermittedClasses / Record / LineNumberTable / LocalVariableTable attributes (9d0b9c6)
Bug Fixes
- Optimize constant pool wrapper (079a5f0)
1.7.3
1.7.3 (2021-07-27)
Bug Fixes
- Incorrect index calculation when first CP entry is wide (21fe9f7)
1.7.2
1.7.2 (2021-06-24)
Bug Fixes
- Fix incorrect source debug extension writing (14ff46a)
- Not counting CP indices correctly when using wide types (a599298)