Releases: alirezanet/Gridify
Releases · alirezanet/Gridify
v2.7.4
v2.7.3
v2.7.2
v2.7.1
v2.7.0
- Add order by nullable types (HasValue)
Docs: https://alirezanet.github.io/Gridify/guide/ordering.html#order-by-nullable-types
Requested in #69
v2.6.0
v2.5.0
- Multiple targeted framework support (netstandard2.0 , netstandard2.1 , net5 , net6)
- Support Child element property #60 - thanks to @sunyuliang 🥂😍
v2.4.8
v2.4.7
- Added new overload for
ApplyPaging
that acceptspage
andpageSize
int values. - Added
IsValid
method to theQueryBuilder
andGridifyQuery
filtering and ordering interfaces. - bugfix
ApplyFilteringAndOrdering
not using the custom mapper.
v2.4.6
- Performance improvement for the default map generator
- Removed FixMapper public access
note: We no longer need to use FixMapper
method to prevent the null exception, it is totally safe to remove this function if you are already using it.