Skip to content

Releases: mhewedy/spring-data-jpa-mongodb-expressions

v0.1.0

11 Jan 17:51
Compare
Choose a tag to compare

Starting from version 0.1.0, the library supports Spring Boot 3.0

v0.0.5

26 Nov 02:43
Compare
Choose a tag to compare

support java.time.HijrahDate

v0.0.4

19 Sep 07:41
Compare
Choose a tag to compare

#26 Support UUID type

v0.0.3

25 Jul 21:59
Compare
Choose a tag to compare

Adding new features and bugfixes:

#23 Add public api in the Expression object to accept boolean parameters
#21 fix issue of is null of many-to-one associations
#17 support enum for $in and $nin operators
#15 add count(Expressions) method
#13 Allow using like operator ($contains ...) with numeric properties
#11 support Embedded values
#9 Parent type being reported in case of invalid field enhancement
#6 prevent creating join more than once