Releases: Fallen-Breath/conditional-mixin
Releases · Fallen-Breath/conditional-mixin
Release list
v0.6.4
v0.6.3
v0.6.2
- (forge-like platforms) Fixes a NPE issue on mod info querying (#6)
v0.6.1
- Ensure binary compatibility for the deprecated
doesVersionSatisfyPredicate - Make forge-like platform implementations support older forge loader versions where
IModFileInfo#versionStringdoes not exist
v0.6.0
- Add forge and neoforge support (#5), thanks @RubixDev for the contributions
- The previous artifact id
conditional-mixindoes not work any more, see readme for the new artifact ids
- The previous artifact id
- Deprecated
me.fallenbreath.conditionalmixin.api.util.VersionChecker#doesVersionSatisfyPredicatecuz it only works in fabric
v0.5.1
- Update docstring of
me.fallenbreath.conditionalmixin.api.annotation.Condition
v0.5.0
- Correctly handle not existed classes for
RestrictionChecker.checkRestriction(#2) - Exposed
AnnotationCleanerfor custom usages - Improved document of
@Condition