Skip to content

Releases: codepb/DDDToolkit

1.3.6

04 Mar 10:20
0f25a65

Choose a tag to compare

  • Fix update when entity already tracked

1.3.5

17 Feb 21:52
753987c

Choose a tag to compare

Fixes bug where using Has with an expression that evaluates to a boolean after an And or Or in a query excluded the prior part of the query

1.3.4

04 Feb 16:41
84edd01

Choose a tag to compare

  • Api Controllers now return IActionRequest for all methods

1.3.3

04 Feb 10:43
623510e

Choose a tag to compare

Fixed bug where IncludeEverything when nothing to include would error

1.3.2

03 Feb 19:39
fa2d4ec

Choose a tag to compare

Read 1.3.1 notes.

No tracking on queries

03 Feb 19:08
abc9ff2

Choose a tag to compare

  • Fixed bug where query method on repository tracked entities.
  • Added query method on repository that includes children
  • Fixed nuget package data for Validation library

1.3.0

29 Jan 20:41
abc9ff2

Choose a tag to compare

Validation library and improvements to Querying library

1.2.1

21 Jan 16:00
ca3749a

Choose a tag to compare

Changes to make Queries simpler, and added some tests to Queries

1.2.0

21 Jan 13:35
08cb0ca

Choose a tag to compare

Added new querying library that allows fluent definition of queries. Application services and repository can use these queries.

1.1.1: Merge pull request #17 from codepb/develop

16 Jan 21:42
c0f00b7

Choose a tag to compare

  • ReadOnlyRepository now returns a ReadOnlyCollection internally, instead of a list
  • Added Alias for ConvertTask().To<T>() that is more explicit: ConvertTask().ToTaskOf<T>()