Skip to content

Releases: Fallen-Breath/conditional-mixin

v0.6.4

Choose a tag to compare

@Fallen-Breath Fallen-Breath released this 30 Dec 12:04
654fe54
  • Updated jdk version used in jitpack build, to make jitpack work again (#11)

v0.6.3

Choose a tag to compare

@Fallen-Breath Fallen-Breath released this 17 Aug 19:56
c896802
  • Fixed incompatibility issue with neoforge mc >= 1.20.5 (#9, #10)
    • Dropped neoforge support for mc < 1.20.5

v0.6.2

Choose a tag to compare

@Fallen-Breath Fallen-Breath released this 01 Apr 12:06
065a6cc
  • (forge-like platforms) Fixes a NPE issue on mod info querying (#6)

v0.6.1

Choose a tag to compare

@Fallen-Breath Fallen-Breath released this 28 Mar 17:31
f805e23
  • Ensure binary compatibility for the deprecated doesVersionSatisfyPredicate
  • Make forge-like platform implementations support older forge loader versions where IModFileInfo#versionString does not exist

v0.6.0

Choose a tag to compare

@Fallen-Breath Fallen-Breath released this 27 Mar 16:14
d0f02fb
  • Add forge and neoforge support (#5), thanks @RubixDev for the contributions
    • The previous artifact id conditional-mixin does not work any more, see readme for the new artifact ids
  • Deprecated me.fallenbreath.conditionalmixin.api.util.VersionChecker#doesVersionSatisfyPredicate cuz it only works in fabric

v0.5.1

Choose a tag to compare

@Fallen-Breath Fallen-Breath released this 10 Mar 13:27
9785670
  • Update docstring of me.fallenbreath.conditionalmixin.api.annotation.Condition

v0.5.0

Choose a tag to compare

@Fallen-Breath Fallen-Breath released this 05 Mar 18:51
ae369ee
  • Correctly handle not existed classes for RestrictionChecker.checkRestriction (#2)
  • Exposed AnnotationCleaner for custom usages
  • Improved document of @Condition