Releases: eff3ct0/criteria4s
Releases · eff3ct0/criteria4s
v0.9.0
v0.8.4
What's Changed
- Revert "Cross Scala versions (#29)" @rafafrdz (#35)
Full Changelog: v0.8.3...v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
What's Changed
- Branch 0.8 by @mark-kar in #16
- Fix
BETWEEN
andNOTBETWEEN
expressions #12 - Add support for collection values (
Collection
) #6 - Add support for range values (
Range
) - Modify the references' representation way using
Show
type class - Separate
Predicate
trait in two:PredicateUnary
andPredicateBinary
- Include Kind Projetor plugin in order to simplify type lambdas expressions in the method's declarations
- The use of
array
andrange
examples
- Fix
New Contributors
Full Changelog: v0.7.3...v0.8.0