Skip to content

Releases: FlorianMichael/RClasses

RClasses-v2.4.0

20 Jan 11:09
848da42
Compare
Choose a tag to compare
  • Moved most parts of io into common
  • Added CallCounter
  • Deleted FileAccess and merged some utilities into FileUtils
  • Updated project description
  • Added MathUtils class file as wrapper for Arithmetics
  • Added NSTimer
  • Fixed EncryptionUtils#SALT not working on some systems
  • Added FileUtils#deleteFolder
  • Update all submodule to only include projects using api()

RClasses-v2.3.5

21 Dec 08:37
90fc53b
Compare
Choose a tag to compare
  • Added RandomUtils#randomString
  • Added Java 8 support
  • Added sanity checks to RandomUtils (@NekosAreKawaii)
  • Added generic to ObjectArrayWrapper
  • Cleaned package structure in commons module
  • Merged mappings submodule into io
  • Cleaned math module
  • Added RandomUtils#randomElement
  • RandomUtils#randomBytes
  • Return self object in WebUtils#withHeader and WebUtils#removeHeader
  • Fixed EncryptionUtils/AES method not working in some cases
  • Added support for EncryptionUtils/AES to pre define the initial vector
  • Added ColorUtils#getRainbow with saturation and brightness (@FooFieOwO)
  • Added TrigonometryBase#tan (@AchtUffSechsendraisisch)

RClasses-v2.3.3

22 Oct 18:37
5caa1ec
Compare
Choose a tag to compare
  • Fixed MSTimer#hasReached
  • io: Added EncryptionUtils

RClasses-v2.3.2

15 Oct 19:43
09e9e86
Compare
Choose a tag to compare
  • Split MathUtils into different subclasses.
  • Added Polynomials and Euclidean Distance calculations.
  • Added Arithmetics#isDecimal
  • Added common math constants
  • Updated MSTimer#hasReached (added reset boolean)

RClasses-v2.3.1

14 Oct 16:29
d40f6bf
Compare
Choose a tag to compare
  • Prefer ThreadLocalRandom over Math.random() in RandomUtils

RClasses-v2.3.0

21 Sep 20:14
20496c7
Compare
Choose a tag to compare

Changelog:

  • Removed Rectangle class file
  • Rebased functional package
  • Added SliceCalculation util to common module
  • Fixed bugs in Vector classes
  • Added javadoc to evicting collections

For a more detailed changelog, take a look at the commit history.

The release contains only the all version of RClasses, where all sub modules are packed into one jar file, if you want to download individual jar files, please go to the maven server specified in the README.

RClasses-v2.0.0

05 Aug 18:22
2317e02
Compare
Choose a tag to compare
  • Rewrote the library using sub-modules
  • Added many new utility classes and renamed a lot of classes

For a detailed and better changelog, take a look at the commit history of this project.

RClasses-v1.2.4

17 Jun 23:12
e2d84d7
Compare
Choose a tag to compare
  • Downgrade to Java 8

RClasses-v1.2.3

17 Jun 23:11
6a88a30
Compare
Choose a tag to compare
  • ColorUtils#getRainbow, ColorUtils#rgb
  • StringUtils.ESCAPED_CHARACTERS and StringUtils.NEW_LINE
  • StringUtils#format and StringUtils#formatBytes
  • cleaned up KeyboardStandards
  • Added more primitive-types for functions
  • Created package structure
  • Added Addition/Remove Listener to Storage
  • Added ColorUtils#toDecimal
  • Added Vecs, Evicting-collections and Tuples
  • Added OperatingSystem implementation

RClasses-v1.0.0

17 May 13:55
Compare
Choose a tag to compare

First release