Skip to content

Releases: turkraft/springfilter

Version 0.9.5

11 Apr 19:34
3c2f7c6
Compare
Choose a tag to compare

The * character can now be used instead of % if needed when using the like comparator.

Version 0.9.4

30 Mar 08:24
f97caf9
Compare
Choose a tag to compare

Removing sorting stuff. Letting Pageable do the work. Seems to not cause problems.

Version 0.9.3

26 Mar 11:14
f5a40dc
Compare
Choose a tag to compare
  • Defined the FILTERING_AUTHORIZATION and SORTING_AUTHORIZATION functions in FilterConfig, which are called when traversing paths. Authorization logic to filter/sort paths (fields) might be provided there.
  • Added a payload to the generate method of expressions and to FilterSpecification, which is passed to the authorization functions.

Version 0.9.2

25 Mar 09:47
300a234
Compare
Choose a tag to compare

Support disabling filtering or sorting using @EntityFilter(filterParameterName = "", sortParameterName = "")

Version 0.9.1

23 Mar 11:51
11bdbbd
Compare
Choose a tag to compare

Support for primitive types.

Version 0.9.0

22 Mar 12:23
2765140
Compare
Choose a tag to compare

Added support for sorting.

Version 0.8.9

18 Mar 09:26
c9fe88f
Compare
Choose a tag to compare
  • Added the turkraft.springfilter.dateformatter.pattern for setting the date formatter pattern from the application's property file
  • Fixed a problem with joins

Version 0.8.8

05 Mar 11:07
af8b110
Compare
Choose a tag to compare

Left joining SingularAttributePath's.

Version 0.8.7

03 Mar 05:52
851f363
Compare
Choose a tag to compare

Mapper methods added to the query builder.

Version 0.8.6

01 Mar 13:54
f733048
Compare
Choose a tag to compare
  • Added support for chars
  • Default date format is now dd-MM-yyyy instead of dd/MM/yyyy (configurable with the FilterConfig class)
  • Test/demo Spring app added in the test package