1.23.0
on Sep 6, 2024Support remapping mods from other namespaces than obfuscated/official.
1.22.1
on May 31, 2024Fix mod mappings being inverted on Babric
1.22.0
on Apr 28, 2024Improve method name propagation.
Add method to map descriptors.
Fix method mapping on partial descriptors not working anymore.
1.21.1
on Apr 27, 2024Fix class member name and class name being inverted in FullClassMember constructor
1.21.0
on Apr 26, 2024Update TR to 0.10.2.
V1 API with full backward compatibility with V0 API.
Added Extra visitors to apply during remapping:
- Remap every instantiation of a class to another one.
- Remap method call and change everything about it including whether it is static or not.
You can now also register visitors to apply just before remapping instead of only after until now.
Fix backward compatibility on Babric which was broken since 1.19.0.
1.20.0
on Apr 17, 2024Propagate and complete mappings from TR context.
1.19.0
on Apr 17, 2024Updated mapping-io to 0.6.1 and tiny-remapper to 0.10.1. Improve mappings handling and apis. Start work towards clarifying what is api and what is internal for modders.
1.18.0
on Dec 24, 2023Fix crash on loader 0.15+ while keeping compatibility with 0.14 for now.
Now shadowing and relocating tiny-remapper 0.8.2.
Updated mapping-io to 0.5.0.
Compiling against loader 0.15 now.
1.17.0
on Oct 30, 2023Working Dev environment for 1.3+, client and server separated but not pre 1.3 client-server-merged. Update bundled MixinExtras version to 0.2.0.
1.16.0
on Sep 20, 2023Move out annotations to an included library (CursedMixinExtensions).Update bundled MixinExtras version to 0.2.0-rc.4.
1.15.0
on Aug 21, 2023Update SpASM to 0.2.
Allow to register Post-Mixin ClassTransformers.
Log more info when a remapping library is either downloaded or extracted.
Update bundled MixinExtras version to 0.2.0-beta.10.
1.14.2
on Aug 12, 2023Update bundled spASM version
1.14.1
on Jul 16, 2023Fix crash when a mod path contains spaces.
1.14.0
on Jul 14, 2023Switch ClassTransformer to use spASM for compatibility. Stop using Fabric-ASM completely.
1.13.0
on Jul 14, 2023Strip out class edits in mods by default
1.12.2
on Jul 3, 2023Fix mod remapping on babric
1.12.1
on Jun 29, 2023Fix remapping on babric
1.12.0
on Jun 29, 2023Include MixinExtras 0.2.0-beta.8
1.11.0
on Jun 28, 2023Add ReplaceConstructor and SuperMethod annotations.
1.10.0
on Jun 3, 2023- Switch from TinyParser to MappingsIO which is now shadowed and repackaged to ensure compatibility with future fabric loader versions.
- Fix some issues with Refmap remapping.
- Use builtin Mixin Extension for Mixin remapping instead of reinventing the wheel.