Skip to content

v2.0.0

Compare
Choose a tag to compare
@alirezanet alirezanet released this 18 Sep 13:59
· 373 commits to master since this release
acc1508
  • 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