Skip to content

Commit 1c6b0c6

Browse files
committed
Update README.md
Added features and proposed features.
1 parent d484d2e commit 1c6b0c6

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,23 @@ Please see the initial post @ http://blog.brentmckendrick.com/introducing-graphd
99

1010
Nuget 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

0 commit comments

Comments
 (0)