Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@avegera avegera released this 26 Jul 08:18
· 2 commits to main since this release

What's Changed

This is first release that introduces initial version of predicates and predicate builder. The library was configured and published to Maven Central.

Object predicates:

  • #1 - Added initial version of object predicates
  • #12 - Added methods that accepts/rejects predicate

Type-specific predicates:

  • #2 - Introduced boolean predicates
  • #7 - Introduced string predicates
  • #15 - Introduced number predicates
  • #16 - Introduced string length predicates
  • #19 - Refactored list size predicates

Logical conjunction:

  • #5 - Added support of logical conjunction to predicate builder
  • #10 - Added support of typed conjunction to predicate composition

Documentation:

  • #21 - Added initial version of README file

Full Changelog: https://github.com/avegera/predicate4j/commits/v0.1.0