Releases: RezzedUp/Constants
Releases · RezzedUp/Constants
Release 0.2.1
This release is meant to publish recent formatting changes.
Full Changelog: v0.2.0...v0.2.1
Maven
<dependency>
<groupId>com.rezzedup.util</groupId>
<artifactId>constants</artifactId>
<version>0.2.1</version>
</dependency>
Release 0.2.0
Add
Constant
type- Stream constants in addition to fields in the
Constants
utility - Casting for
Optional
s
Change
- Move
MatchRules
to its own standalone class (it's no longer an inner-class ofAggregates
) - Constant aggregation is now done with
Aggregates.from(Class<?> source)
orAggregates.fromThisClass()
Remove
- Former aggregation methods (like
Aggregates.list(...)
)- This is now achieved with
Aggregates.from(X).constantsOfType(Y).toList()
- This is now achieved with
- Former
MatchRules
getter (Aggregates.matching()
)- Replaced with
MatchRules.of()
- Replaced with
Full Changelog: v0.1.0...v0.2.0
Note: the project converted to tabs since the last release, so there are changes for nearly every file.
Maven
<dependency>
<groupId>com.rezzedup.util</groupId>
<artifactId>constants</artifactId>
<version>0.2.0</version>
</dependency>
Release 0.1.0
First "real" release: finalize CI & deployment infrastructure.
Maven
<dependency>
<groupId>com.rezzedup.util</groupId>
<artifactId>constants</artifactId>
<version>0.1.0</version>
</dependency>
Release 0.0.1
Initial release.