Releases: alirezanet/Gridify
Releases · alirezanet/Gridify
v2.2.0
v2.1.0
v2.0.0
- Add support for chain filtering using parenthesis. Chain filtering #17
- Add support filtering on nested collections (one and many to many) #10 #13
- Add support for null keyword in filtering
- Change ApplyEverything method to ApplyFilteringOrderingPaging (breaking change)
- Use a single equal operator instead of double equals (breaking change)
- Change SortBy to OrderBy, allow ordering with multiple fields (breaking change)
- Support(asc, desc) keywords per each ordering field instead of IsSortAsc (breaking change)
- Use List instead of HashSet to improve mapper performance internally
- Change infrastructure interfaces
- Add GridifyMapperConfiguration (breaking change)
- Change Paging property names (TotalItems => Count - Items => Data) (breaking change)
- Add support C# 8 Nullable feature
v2.0.0-beta.3
- Add support for chain filtering using parenthesis Chain filtering #17
v2.0.0-beta.2
- Preventing Null Error Exceptions when working with nested collections
- Support combination of nested collection filtering and normal properties
v2.0.0-beta.1
v2.0.0-alpha.1
- Add support for
null
keyword in filtering - Use a single equal operator instead of double equals (breaking change)
- Change SortBy to OrderBy, allow ordering with multiple fields (breaking change)
- Support(asc, desc) keywords per each ordering field instead of IsSortAsc (breaking change)
- Use List instead of HashSet to improve mapper performance internally
- Change infrastructure interfaces
- Add GridifyMapperConfiguration (breaking change)
- Change Paging property names (TotalItems => Count - Items => Data) (breaking change)
- Add support C# 8 Nullable feature
v.1.4.2
v1.4.1
- Performance improvement on StartsWith And EndsWith operators
v1.4.0
- Add StartsWith operator (^)
- Add EndsWith operator ($)
- Add NotStartsWith operator (!^)
- Add NotEndsWith operator (!$)