Skip to content

1.4.0

Compare
Choose a tag to compare
@AlexisJehan AlexisJehan released this 12 Feb 20:09

API changes

lang.Strings

  • Add multiple split() methods

lang.array.BooleanArrays

  • Add multiple add() methods
  • Add the remove() method

lang.array.ByteArrays

  • Add multiple add() methods
  • Add the remove() method

lang.array.CharArrays

  • Add multiple add() methods
  • Add the remove() method

lang.array.DoubleArrays

  • Add multiple add() methods
  • Add the remove() method

lang.array.FloatArrays

  • Add multiple add() methods
  • Add the remove() method

lang.array.IntArrays

  • Add multiple add() methods
  • Add the remove() method

lang.array.LongArrays

  • Add multiple add() methods
  • Add the remove() method

lang.array.ObjectArrays

  • Add multiple add() methods
  • Add the remove() method
  • Change multiple join() methods

lang.array.ShortArrays

  • Add multiple add() methods
  • Add the remove() method

misc.quality.Ensure

  • Add the notNullAndMatches() method

util.function.serializable

  • Add SerializableBiConsumer, SerializableBiFunction, SerializableBiPredicate, SerializableConsumer,
    SerializableFunction, SerializablePredicate, SerializableRunnable and SerializableSupplier classes

util.function.throwable.ThrowableFunction

  • Add the identity() method

util.function.throwable.ThrowablePredicate

  • Add the isEqual() method

Notes

  • Add the license-maven-plugin plugin
  • Migrate junit-jupiter-api, junit-jupiter-engine and junit-pioneer dependencies to junit-jupiter
  • Update the jacoco-maven-plugin plugin to 0.8.3