v2.0.0-pre11 - Refactoring of Root Methods and Additional RootSupplier Variant
Pre-release
Pre-release
This is a small release changing some things I found while upgrading Iris to the latest glsl-transformer version.
- Added
PREFIX_UNORDERED_ED_EXACT
instance ofRootSupplier
alongside the other pre-made root supplier variants - Refactored static methods of
Root
into instance methods since all of them were simply receiving an instance of the class' type - Updated junit to 5.9.2
- Fix performance tests by giving them a little more time
Meta:
- Update and fix GH Actions build script by making it also use Java 16 as the gradle script specifies
Full Changelog: v2.0.0-pre10...v2.0.0-pre11