Skip to content

Releases: turkraft/springfilter

Version 0.8.5

25 Feb 10:17
9da9f0a
Compare
Choose a tag to compare

Escaping quotes with backslash, added more tests.

Version 0.8.4

23 Feb 18:57
f37c197
Compare
Choose a tag to compare

Added more methods to the builder, fixed some problems, added the Spring tests.

Version 0.8.3

18 Feb 10:01
6f3ebee
Compare
Choose a tag to compare

Query builder fixes.

Version 0.8.2

17 Feb 13:08
c82331e
Compare
Choose a tag to compare

Added some null checks to prevent NPE.

Version 0.8.1

17 Feb 12:59
5ff4536
Compare
Choose a tag to compare

Added FilterConfig class, in order to be able to make some configurations (date format, number format, to begin with).

Version 0.8.0

16 Feb 17:16
c4a7be5
Compare
Choose a tag to compare

Letting JPA throw exceptions in case expression types are invalid.

Version 0.7.9

16 Feb 14:12
1e32ad2
Compare
Choose a tag to compare

Fixed undetected comparator before closing parenthesis.

Version 0.7.8

16 Feb 11:58
3b88a6f
Compare
Choose a tag to compare

Anding filters when given as more than one query parameter such as ?filter=x&filter=y

Version 0.7.7

16 Feb 09:14
4fd0e86
Compare
Choose a tag to compare

Fixing wrong exceptions, with some null checks added.

Version 0.7.6

16 Feb 06:41
40330a9
Compare
Choose a tag to compare

Added some checks in order to prevent NPE. in () is also transformed to empty string, meaning that the predicate is ignored.