Releases: alirezanet/Gridify
Releases · alirezanet/Gridify
v2.4.2
19 Nov 20:39
Compare
Sorry, something went wrong.
No results found
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)
v2.4.1
18 Nov 17:57
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bugfix - Index parameter fails on nested collections #36
v2.3.2
01 Nov 12:29
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Performance improvement, field index parameter parser
v2.3.0
04 Oct 16:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add support to generate parameterized queries in SQL providers. issue #24
v2.2.0
28 Sep 16:22
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add support Case-Insensitive search using /i operator. issue #21