Skip to content

Releases: alirezanet/Gridify

v2.2.0

28 Sep 16:22
7b9aa1f
Compare
Choose a tag to compare
  • Change page type of IGridifyPagination to int. #23
  • Add comparison operations and string types. (> < >= <= operators) #27
  • Add processing is null or empty or default. #25
  • Add GridifyGlobalConfiguration and EntityFrameworkCompatibilityLayer functions. #27

v2.1.0

21 Sep 09:03
116795e
Compare
Choose a tag to compare
  • Add support Case-Insensitive search using /i operator. issue #21

v2.0.0

18 Sep 13:59
acc1508
Compare
Choose a tag to compare
  • 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

17 Sep 13:28
c3c888a
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release
  • Add support for chain filtering using parenthesis Chain filtering #17

v2.0.0-beta.2

16 Sep 11:25
4dff54d
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release
  • Preventing Null Error Exceptions when working with nested collections
  • Support combination of nested collection filtering and normal properties

v2.0.0-beta.1

15 Sep 21:27
66fcd2a
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release
  • Add support filtering on nested collections (one and many to many)

requested in issue #10 #13

v2.0.0-alpha.1

12 Aug 09:10
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release
  • 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

08 Aug 04:56
Compare
Choose a tag to compare
  • Add sorting support for Entity Framework 6 (.NetFramework) - issue #8
  • Add another overload to Gridify extension, accepts an action to configure gridifyQuery

v1.4.1

04 Aug 09:12
Compare
Choose a tag to compare
  • Performance improvement on StartsWith And EndsWith operators

v1.4.0

04 Aug 08:58
Compare
Choose a tag to compare
  • Add StartsWith operator (^)
  • Add EndsWith operator ($)
  • Add NotStartsWith operator (!^)
  • Add NotEndsWith operator (!$)