Skip to content

Releases: Double-O-Seven/equalizer

Release 1.2.1

02 Apr 20:08
Compare
Choose a tag to compare

What's new?

  • Bill of materials artifact: equalizer-bom
  • Cleaned up build setup
  • Updated dependencies

Release 1.2.0

13 Feb 18:19
Compare
Choose a tag to compare

What's new:

  • Add module equalizer-kotlin for a nice Kotlin DSL
  • Update to Gradle 6.1.1

Bugfixes:

  • Do not allow invalid configuration of EqualsAndHashCodeBuilder: If there's at least one comparison step, at least one hash step is required

Release 1.1.0

02 Sep 20:59
Compare
Choose a tag to compare

Added convenient factory methods:

  • Equals.of
  • HashCode.of
  • EqualsAndHashCode.of

Initial release (1.0.1)

28 Aug 19:39
3aa9835
Compare
Choose a tag to compare

Initial release of Equalizer