Support nullable types for date range and numeric range filters
With this release, the NumericRangeFilter
and the DateRangeFilter
received support for nullable data types. Also changed has been the way the property selector on the search predicate provider factory methods is being interpreted. It does now support nested properties as well. For details see the corresponding pull request (#14).