0.2.5
What's Changed
- Improve test coverage and use proper naming conventions by @yesseruser in #16
Full Changelog: 0.2.4...0.2.5
Important: Names of the following items have changed:
Booleans.TRUE ->Booleans.True
Booleans.FALSE -> Booleans.False
Doubles.maxFloat -> Doubles.MaxFloat
Doubles.maxDouble -> Doubles.MaxDouble
Doubles.maxDecimal -> Doubles.MaxDecimal
Doubles.minFloat -> Doubles.MinFloat
Doubles.minDouble -> Doubles.MinDouble
Doubles.minDecimal -> Doubles.MinDecimal
Integers.maxShort -> Integers.MaxShort
Integers.maxInt -> Integers.MaxInt
Integers.maxLong -> Integers.MaxLong
Integers.minShort -> Integers.MinShort
Integers.minInt -> Integers.MinInt
Integers.minLong -> Integers.MinLong
Integers.PI -> Integers.Pi
Vectors.Vector2.x -> Vectors.Vector2.X
Vectors.Vector2.y -> Vectors.Vector2.Y
Vectors.Vector3.x -> Vectors.Vector3.X
Vectors.Vector3.y -> Vectors.Vector3.Y
Vectors.Vector3.z -> Vectors.Vector3.Z