1.26.2
on May 9, 2025Apply method invocation replacers to Interface methods as well.Fix possible crash while remapping refmap.Add system property to run in development mode for 3rd party remappers.
1.26.1
on Apr 10, 2025Fix issues caused by backward compatibility
1.26.0
on Apr 10, 2025Dropped Fabric Loader 0.14 support.
Improved mixin remapping by a lot.
New v2 api featuring:
- Remapping context based on a provided id, shareable by multiple mod remapper.
- ModDiscovererConfigs allowing better mod candidate filtering, multiple can be provided.
- MappingsConfig defining source Namespace, default package, custom mappings and namespace renames for the custom mappings.
- RemappingFlags, available currently: mixins and access wideners.
- Allow registering more ModRemappers dynamically.
- CacheHandler system, allowing to get diverse file locations linked to a RemappingContext
- v2 MappingUtils methods now also take the contextId as argument.
- Access wideners remapping support.
v0 and v1 apis are still supported but deprecated.
1.25.0
on Mar 31, 2025Improvements to the remapping process.
Now allow ModRemappers to disable mixin remapping which is enabled by default for backward compatibility.
1.24.0
on Feb 25, 2025Update mapping-io to 0.7.1.
Update tiny remapper to 0.11.0.
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