Releases: alirezanet/Gridify
Releases · alirezanet/Gridify
v2.4.4
- Fix BuildEvaluatorCompiled performance issue #47
- Bugfix Index was outside the bounds of array #45
v2.4.3
- Add
BuildCompiledEvaluator
- Remove BuildCollectionEvaluator
- Rename BuildQueryableEvaluator to
BuildEvaluator
- Improve documentations
- Update Readme
v2.4.2
- 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
- Allowing to use
AddOrderBy
multiple times without overrides
- Update
QueryBuilder
APIs
- Add
UseEmptyMapper
to builder
- Improve builder documentation comments
v2.4.0
- 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
Bugfix - Index parameter fails on nested collections #36
v2.3.2
- 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
- Performance improvement, field index parameter parser
v2.3.0
- 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
- Add support to generate parameterized queries in SQL providers. issue #24