Skip to content

Releases: alexmurari/Exprelsior

2.1.1

30 Oct 17:13
Compare
Choose a tag to compare
  • Fixed expression comparisons on composition operations.

2.1.0

30 Oct 15:07
144cb44
Compare
Choose a tag to compare
  • Removed the OrdinalIgnoreCase string comparison from calls to contains methods on string collections (EF Core doesn't support string comparers).
  • Added initial methods to start building expressions to the ExpressionBuilder class.
  • Changed the behavior of the extension methods that compose expressions (And, Or) so it handles initial values correctly.

2.0.1

29 Sep 17:40
90c2810
Compare
Choose a tag to compare
  • Fixed query parser not working with short name properties.

2.0.0

06 Jun 19:48
Compare
Choose a tag to compare
  • Assemblies are strong-name signed
  • Other minor code improvements

1.0.0

26 Jan 20:36
Compare
Choose a tag to compare

First production ready release.

1.0.0-alpha-2

03 Nov 04:24
Compare
Choose a tag to compare
1.0.0-alpha-2 Pre-release
Pre-release
  • Added support for TimeSpan.
  • Other minor improvements

1.0.0-alpha-1

27 Oct 01:49
Compare
Choose a tag to compare
1.0.0-alpha-1 Pre-release
Pre-release

First alpha release!