Releases: turkraft/springfilter
Releases · turkraft/springfilter
Version 0.8.5
Escaping quotes with backslash, added more tests.
Version 0.8.4
Added more methods to the builder, fixed some problems, added the Spring tests.
Version 0.8.3
Query builder fixes.
Version 0.8.2
Added some null checks to prevent NPE.
Version 0.8.1
Added FilterConfig class, in order to be able to make some configurations (date format, number format, to begin with).
Version 0.8.0
Letting JPA throw exceptions in case expression types are invalid.
Version 0.7.9
Fixed undetected comparator before closing parenthesis.
Version 0.7.8
Anding filters when given as more than one query parameter such as ?filter=x&filter=y
Version 0.7.7
Fixing wrong exceptions, with some null checks added.
Version 0.7.6
Added some checks in order to prevent NPE. in ()
is also transformed to empty string, meaning that the predicate is ignored.