Skip to content

Releases: alirezanet/Gridify

v2.4.2

19 Nov 20:39
406b518

Choose a tag to compare

v2.4.2 Pre-release
Pre-release
  • Add a few overloads for Build methods that don't need any argument.
  • Add BuildCompiled and BuildWithPagingCompiled.
  • BuildOrderingExpression removed.
  • Improve QueryBuilder Docs

  • Add a new benchmark (source only)
    Screenshot 2021-11-19 234725

v2.4.1

18 Nov 17:57
d137e58

Choose a tag to compare

v2.4.1 Pre-release
Pre-release
  • Allowing to use AddOrderBy multiple times without overrides
  • Update QueryBuilder APIs
  • Add UseEmptyMapper to builder
  • Improve builder documentation comments

v2.4.0

18 Nov 13:53
8ac647a

Choose a tag to compare

v2.4.0 Pre-release
Pre-release
  • Added QueryBuilder class to help manual query creation process.
  • Add Evaluation logic, Issue #38
  • Fix access modifier of some internal classes
  • Expose public access to PredicateBuilder
  • Expose public access to SyntaxTree

v2.3.3

16 Nov 08:53
7b3612c

Choose a tag to compare

Bugfix - Index parameter fails on nested collections #36

v2.3.2

01 Nov 12:29
b03a112

Choose a tag to compare

  • Add configuration to allow for filter expressions to exclude unmapped fields instead of throwing an exception
  • Change GridifyFilteringException when a field does not exist in mappings to GridifyMapperException
  • Add a new overload for ApplyOrdering extension that Accepts string and mapper

v2.3.1

19 Oct 16:09
3c77265

Choose a tag to compare

  • Performance improvement, field index parameter parser

v2.3.0

04 Oct 16:01
eed8985

Choose a tag to compare

  • Add CancelationToken support to the Gridify.EntityFramework package.
  • Add the ToString method to GridifyMapper that returns a comma-separated list of field names.
  • Add support to use the Indexes on the nested collections. issue #29

v2.2.1

30 Sep 12:55
179c5ab

Choose a tag to compare

  • Add support to generate parameterized queries in SQL providers. issue #24

v2.2.0

28 Sep 16:22
7b9aa1f

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

Choose a tag to compare

  • Add support Case-Insensitive search using /i operator. issue #21