File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,23 @@ Please see the initial post @ http://blog.brentmckendrick.com/introducing-graphd
99
1010Nuget package is at http://nuget.org/packages/RefactorThis.GraphDiff/
1111
12- ## Realease Notes
12+ ## Features
1313
14- 2.0.0
14+ - Merge an entire graph of detached entities to the database using DbContext.UpdateGraph<T >();
15+ - Ensures concurrency is maintained for all child entities in the graph
16+ - Allows for different configuration mappings to ensure that only changes within the defined graph are persisted
17+ - Comprehensive testing suite to cover many (un/)common scenarios.
18+
19+ ## Proposed Features
20+
21+ - Fluent API style mapping of aggregates on bootstrapping
22+ - Retrieve an aggregate from the database without specifying include expressions
23+ - Define the aggregate using attributes on the models
24+ - Allow for the initial db query to be performed as multiple queries where needed (too many includes, etc)
25+
26+ ## Release Notes
27+
28+ 2.0.1
1529 - Rewrite of graph traversal code and rewrite of tests to cover more scenarios.
1630 - multiple bug fixes
1731
You can’t perform that action at this time.
0 commit comments