Skip to content

Releases: tghamm/dynamic-linq-query-builder

v1.3.4

31 Aug 15:14
Compare
Choose a tag to compare
  • Misc minor enhancements
  • Support for .NET 8
  • Switch to MIT License

v1.3.3

30 Aug 17:32
6c67c2c
Compare
Choose a tag to compare
  • Support for the long data type
  • Optional RequireExplicitToStringConversion (set it to false in supported cases) support for faster Mongo calculations
  • Thanks to @MichalBor for the PR's!

v1.3.2

02 May 00:37
c351eed
Compare
Choose a tag to compare
  • Additional support for Mongo

v1.3.1

29 Apr 15:56
958f81d
Compare
Choose a tag to compare
  • Introduces support for Mongo
  • Better support for Dates/DateOnly
  • Reintroduces plugin_config

General enhancement, bugfix release. Special thanks to @Ilanlido and @Ibrahemkhalil for the PRs!

v1.3.0

20 Apr 02:22
e8ce06d
Compare
Choose a tag to compare
  • Adds support for Dictionary<string, object>

v1.2.9

08 Oct 12:34
921199d
Compare
Choose a tag to compare
  • Addresses a critical regression in 1.2.6+ causing EF/Linq to SQL queries to fail in circumstances where CLR objects are checked for null. Checks for null CLR objects are now opt-in supported for non EF use cases by using the BuildExpressionOptions class and the NullCheckNestedCLRObjects flag.

v1.2.8

06 Oct 03:04
Compare
Choose a tag to compare
  • Addresses a critical regression in 1.2.6 and 1.2.7 causing EF/Linq to SQL queries to fail in circumstances where CLR objects are checked for null. Checks for null CLR objects are now opt-in supported for non EF use cases by using the BuildExpressionOptions class and the NullCheckNestedCLRObjects flag.

v1.2.7

13 Sep 15:21
11fe6fb
Compare
Choose a tag to compare
  • Fixes issues with CultureInfo handling throughout.

v1.2.6

07 Aug 13:23
d177fff
Compare
Choose a tag to compare
  • Fixes a nullability issue with nested collections.

v1.2.5

03 May 12:46
Compare
Choose a tag to compare
  • Fixes an issue with HashSets