Skip to content

Releases: leverinfo/validation

0.4.0

16 Dec 04:26
Compare
Choose a tag to compare

Improvements

  • Pass values obteined in arguments validations for exception parameters in some argument validations

0.3.2

13 Aug 13:33
Compare
Choose a tag to compare

Improvements

  • Add isInstanceOf validation

0.3.1

23 Jul 03:26
Compare
Choose a tag to compare

Bug fixes

  • Fix on contains and doesNotContain assertions

0.3.0

23 Jul 00:59
Compare
Choose a tag to compare

Improvements

  • Add support for all number types (byte, short, int, ´long, float, double, BigDecimal`) in various argument validations
  • Add support for Map<K, V> and Collection<T> in some argument validations
  • Add support for Comparable<T> in some argument validations
  • Allow set params in exceptions
  • Add JavaDoc

0.2.0

09 May 13:25
Compare
Choose a tag to compare

Improvements

  • Added some custom exceptions

0.1.1

09 May 01:47
Compare
Choose a tag to compare

Improvements

  • Change method access level of getValidationMessage() in ValidationException from protected to public

0.1.0

09 May 01:43
Compare
Choose a tag to compare

Features

  • Implementation of ArgumentValidations
  • Implementation of ConditionValidations