Releases: yesser-studios/yTools
Releases · yesser-studios/yTools
0.2.6
What's Changed
- Improve test coverage to 99% by @yesseruser in #18
- Add PathSeparator field to General
- Fix serialization and other file-related APIs not working on Linux and Mac
Full Changelog: 0.2.5...0.2.6
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
0.2.4
What's Changed
- Fixed doubles using integers for max by @yesseruser in #13
- Improved test coverage by @yesseruser
Full Changelog: 0.2.3...0.2.4
0.2.3
What's Changed
- Merge from main. by @yesseruser in #10
- Improved code quality. by @yesseruser in #12
Full Changelog: 0.2.2...0.2.3
0.2.2
What's Changed
- 5 make parameters of an unspecified length array of inputs as params by @yesseruser in #6
- Merge new changes into the main dev branch. by @yesseruser in #7
- Merge pull request #7 from Yesser-Studios/package by @yesseruser in #8
- Misc by @yesseruser in #9
New Contributors
- @yesseruser made their first contribution in #1
Full Changelog: https://github.com/Yesser-Studios/yTools/commits/0.2.2