Skip to content

Releases: wavesoftware/java-eid-exceptions

Release v2.0.0

29 Dec 21:28
v2.0.0
Compare
Choose a tag to compare

Features done:

  • Complete overhaul of library structure
  • More obvious exceptions constructors
  • Better configuration
  • Optional validation
  • Support for Java 9+ (tested on Java 11, also)
  • Better documentation

Bug fixes:

  • #15 improper checking for index and size for arrays

Release v1.2.0 - codename: CloudFlash

30 Mar 14:42
Compare
Choose a tag to compare
  • Major performance tweaks and tests for EidPreconditions methods #4
  • Major performance tweaks and tests for Eid class #2
  • Switched to new OSSRH maven template
  • Switched to Git Flow via jgitflow plugin

Release v1.1.0

22 Nov 14:44
Compare
Choose a tag to compare
  • Adding support for formatted messages in exceptions and also in utility methods of EidPreconditions

Patch v1.0.1

07 Oct 19:55
Compare
Choose a tag to compare
  • Fixes handling for throwables as a cause with message == null, cause.toString() method is used

Release v1.0.0

07 Oct 19:53
Compare
Choose a tag to compare
  • Public final release
  • Support for JDK >= 1.6

Initial release v0.1.0

07 Oct 19:53
Compare
Choose a tag to compare
Pre-release
  • Initial release
  • Idea for this library is based on Guava and code in Centralny Oroder Informatyki / Poland