Releases: nyancrimew/Primitives
Releases · nyancrimew/Primitives
v0.3.2-beta
Changes:
- Method for summing up array values has been added
- Documentation for avg, min, max and sum
- Some benchmarking has been done
- Small documentation fixes
Documentation:
This is a snapshot/alpha/beta release and thus could be unstable
v0.3.1-beta
Changes:
- Methods added for finding greatest, smallest and average values (not fully documented yet!)
- Custom Javadoc Stylesheet
Documentation:
This is a snapshot/alpha/beta release and thus could be unstable
v0.3.0-beta
Changes:
- Huge API changes! We finally have beautiful class names (see #3 for more informations)
Strings#repeat
method documented- Small simplifications
Documentation:
This is a snapshot/alpha/beta release and thus could be unstable
v0.2.2-beta
Changes:
PrString#repeat
method added (not fully documented yet!)- Performance improvements
- Added proguard to minimize the library size
- General optimizations
Documentation:
This is a snapshot/alpha/beta release and thus could be unstable
v0.2.1-beta
Changes:
- Conversion methods have been added with all types as origins to all classes to make use of the API feel more unified
- Some more testing (100% test coverage woohooo 🎉)!
Documentation:
This is a snapshot/alpha/beta release and thus could be unstable
v0.2.0-beta
Changes:
- Adds class
PrString
with useful string manipulation methods - Adds sequence searching and counting methods to the array classes
- Adds inserting and appending methods to the array classes
- Fixes documentation errors
- General bug fixes and improvements
Documentation:
This is a snapshot/alpha/beta release and thus could be unstable
v0.1.0-beta
Changes:
- Add methods to check if arrays contain a certain value
- Add methods to get all the unique values of an array
- We now have a full documentation, it can be found in the README on GitHub or on the project webpage.
This is a snapshot/alpha/beta release and thus could be unstable
v0.0.1-alpha
Features:
- Conversions between primitive type values
- Easy access to random values of primitive types
- Conversions between primitive type arrays
- Joining (formatting) of primitive type arrays
- Concatenation of primitive type arrays
- Random array generaion
This is a snapshot/alpha/beta release, could be unstable