Skip to content

Releases: alirezanet/Gridify

v2.7.4

22 Apr 10:22
Compare
Choose a tag to compare
  • feat: add support parsing 0 & 1 for Boolean values #71

v2.7.3

13 Apr 23:33
Compare
Choose a tag to compare
  • BugFix - Nested filtering exception on execution #75

v2.7.2

12 Apr 16:13
Compare
Choose a tag to compare
  • Fix - Null value in Custom operator when value is an anonymous object #76
  • Fix - Nested filtering with child element property and collection combination #75

v2.7.1

02 Mar 23:14
Compare
Choose a tag to compare
  • Add DisableNullChecks global configuration.

Related to #70

v2.7.0

01 Mar 21:58
Compare
Choose a tag to compare

v2.6.0

14 Jan 11:26
6138daf
Compare
Choose a tag to compare
  • Add Support CustomOperators. #42

More info here

v2.5.0

27 Dec 18:33
e12977f
Compare
Choose a tag to compare
  • Multiple targeted framework support (netstandard2.0 , netstandard2.1 , net5 , net6)
  • Support Child element property #60 - thanks to @sunyuliang 🥂😍

v2.4.8

15 Dec 13:21
Compare
Choose a tag to compare
  • BugFix Filtering on Nested Collections using EF6 and the .NetFramework #58
  • Added the GridifyGlobalConfiguration

v2.4.7

14 Dec 07:24
6e6f179
Compare
Choose a tag to compare
  • Added new overload for ApplyPaging that accepts page and pageSize int values.
  • Added IsValid method to the QueryBuilder and GridifyQuery filtering and ordering interfaces.
  • bugfix ApplyFilteringAndOrdering not using the custom mapper.

v2.4.6

10 Dec 14:20
6171d25
Compare
Choose a tag to compare
  • 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.