Releases: tghamm/dynamic-linq-query-builder
Releases · tghamm/dynamic-linq-query-builder
v1.2.4
- Adds support for the
GUID
type.
- Improves parsing of types in
SystemTextJson
companion library.
- Enhanced testing and updated CI.
v1.2.3
- Addresses a bug that causes use with Linq to SQL to stop working.
- Added examples of additional custom operators in unit tests.
v1.2.2
- Adds extension package for System.Text.Json support NuGet
- Updates some CI/Build Definitions
v1.2.1
Better GUID Support, support for System.Text.Json.
v1.1.4
Merge pull request #51 from castle-it/release-1.1.4
Release 1.1.4
v1.1.3
Merge pull request #44 from castle-it/release-1.1.3
Release 1.1.3
v1.1.2
Merge pull request #38 from castle-it/release-1.1.2
Release 1.1.2
v1.1.1
Adds predicate building/caching, corrects a bug in the In clause, and enhances project structure slightly.
v1.1.0
Merge pull request #30 from castle-it/netstandard-work
Netstandard work complete