Releases: turkraft/springfilter
Releases · turkraft/springfilter
Version 0.9.5
The *
character can now be used instead of %
if needed when using the like comparator.
Version 0.9.4
Removing sorting stuff. Letting Pageable
do the work. Seems to not cause problems.
Version 0.9.3
- Defined the
FILTERING_AUTHORIZATION
andSORTING_AUTHORIZATION
functions inFilterConfig
, which are called when traversing paths. Authorization logic to filter/sort paths (fields) might be provided there. - Added a
payload
to thegenerate
method of expressions and toFilterSpecification
, which is passed to the authorization functions.
Version 0.9.2
Support disabling filtering or sorting using @EntityFilter(filterParameterName = "", sortParameterName = "")
Version 0.9.1
Support for primitive types.
Version 0.9.0
Added support for sorting.
Version 0.8.9
- 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
Left joining SingularAttributePath's.
Version 0.8.7
Mapper methods added to the query builder.
Version 0.8.6
- 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