Releases: zzzprojects/EntityFramework.DynamicFilters
Releases · zzzprojects/EntityFramework.DynamicFilters
3.2.4
26 Jan 14:08
Compare
Sorry, something went wrong.
No results found
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
08 Dec 14:11
Compare
Sorry, something went wrong.
No results found
MERGED: Improve string manipulation performance #178
Thank you @cosminvlad for your contribution
3.2.2
30 Oct 21:06
Compare
Sorry, something went wrong.
No results found
FIXED: Concurrency error when PreventDisabledFilterConditions is called #174
3.2.1
17 Sep 14:08
Compare
Sorry, something went wrong.
No results found
FIXED: SqlQuery cannot be used inside of HistoryContext within a DbCommandtreeInterceptor, when using -SourceMigration:0 #153
3.2.0
15 Jun 22:23
Compare
Sorry, something went wrong.
No results found
BREAKING CHANGE: Starting from the v3.2.0, the Entity Framework dependencies has been upgraded from v6.1.0 to v6.2.0
ADDED: Added support to Substring (Issue #167 )
3.1.1
03 Nov 22:03
Compare
Sorry, something went wrong.
No results found
MERGED: Improve enum-of-byte handling #164
MERGED: Optimize removal of filter disabled conditions #163
ADDED: Added support to EF6 6.3 (was 6.3-preview7)
3.1.0
25 Jul 18:55
Compare
Sorry, something went wrong.
No results found
ADDED: Added support to EF6 6.3-Preview7 with .NET Standard 2.1
v3.0.1
10 Nov 20:12
Compare
Sorry, something went wrong.
No results found
PATCH
Error with Enum in filter #131
v3.0.0
01 Nov 01:29
Compare
Sorry, something went wrong.
No results found
MAJOR
Signed Key has been modified
PATCH
Added support to ToLower method (Issue #130 )
Added support to ToUpper method
v2.11.0-beta2
18 Sep 16:45
Compare
Sorry, something went wrong.
No results found
FIXED: Convert expression raising a TypeUsage exception (Issue #122 )