Releases: alirezanet/Gridify
Releases · alirezanet/Gridify
v1.4.0
- Add StartsWith operator (^)
- Add EndsWith operator ($)
- Add NotStartsWith operator (!^)
- Add NotEndsWith operator (!$)
v.1.3.5
- Add a custom exception for GridifyMapper (GridifyMapperException)
- Use single less than or greater than operators instead of double (>> <<) (Braking Change)
v.1.3.4
- Add raw text support overload to ApplyFiltering
- Add GetFilteringExpression extension to GridifyQuery
- Add GetOrderingExpression extension to GridifyQuery
- Small performance improvements
v1.3.3
- bug fix GridifyQuery Controller usage - System.InvalidOperationException: Could not create an instance of type 'Gridify.GridifyQuery'.
v1.3.2
v1.3.1
- Add invalid filter error handing
- support escape characters
- change filter parser
v1.1.2
v1.1.1
in case of invalid formatting return no records instead all.
v1.1.0
- Add Client side custom convertor support
v1.0.5
add GetExpression test