Skip to content

Releases: quinnandrews/spring-data-specification-builder

v2.0.0

29 Jan 19:41
d2e516a
Compare
Choose a tag to compare

Version 2.0.0

  • The fluent API provided by SpecificationBuilder has been substantially refactored to be even more fluent and legible.
  • Methods in SpecificationFactory have been migrated to static methods. They should have been static from the beginning.
  • Examples and tests have been updated to reflect the changes.
  • Every Method and Class is now documented with Javadoc comments.
  • The README has been updated to reflect the changes.

v1.0.0

16 Jan 04:12
a223dfc
Compare
Choose a tag to compare

First release.