Releases: SpongePowered/math
Releases · SpongePowered/math
math 2.0.1
math 2.0.0
This is the first major release of the 2.x.x series! While the overall structure of the library remains unchanged from 1.0.x, there are some naming changes that will cause breakages:
- Move to the
org.spongepowered
namespace - Drop
get-
prefix from API methods - Remove unnecessary empty constructors, in favor of the
ZERO
andIDENTITY
constants - Remove
GenericMath.getRandom()
in favor ofThreadLocalRandom
- Add a full JPMS module descriptor, naming this module
org.spongepowered.math
- Enable
error-prone
analysis and use errorprone annotations to declare immutable objects as deeply immutable
1.0.3
Fixes a major bug with GenericMath.mod when div == 0.
1.0.2
Merge pull request #23 from flow/release/1.0.2 Release/1.0.2
1.0.1
Update secure variables for Travis-CI
1.0.0
Release version 1.0.0 [ci skip]