Releases: dbelmont/ExpressionBuilder
Releases · dbelmont/ExpressionBuilder
Version 2.0.1
Version 1.1.2
- New operation added: DoesNotContain
- Support for complex expressions (those that group up statements within parenthesis)
- Added tests using LINQ to SQL (along with a bug fix regarding the library usage with LINQ to SQL)
Version 1.1.1
Adding configuration support in order to enable the use of types other than the default ones.
Version 1.1
Merge pull request #6 from dbelmont/Nullables Fixing bug regarding the usage of Nullable properties.