Releases: zzzprojects/EntityFramework.DynamicFilters
Releases · zzzprojects/EntityFramework.DynamicFilters
3.2.4
FIXED: Revert of the change added in https://github.com/zzzprojects/EntityFramework.DynamicFilters/releases/tag/3.2.1 about the HistoryContext
. By default, we do no longer ignore it as it was done before this change.
We added a Func
to let you add your own code to choose when it should be ignored or not:
DynamicFilterManager.ShouldIgnoreDynamicFilterInterceptor = (interceptionContext) => { /* your code that return a bool value */ };
3.2.3
MERGED: Improve string manipulation performance #178
Thank you @cosminvlad for your contribution
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
ADDED: Added support to EF6 6.3-Preview7 with .NET Standard 2.1
v3.0.1
v3.0.0
v2.11.0-beta2
- FIXED:
Convert
expression raising aTypeUsage
exception (Issue #122)