Skip to content

Commit

Permalink
Updated roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Snkz committed Nov 23, 2014
1 parent 7a83b00 commit 0d6de11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ This is also done on calls to .getVersion(0, callback); and .history(0,max, call
### Coming Soon!
Handle concurrency, (see below)

Mark models to prevent history updates (can be toggled on the fly);
Mark models to prevent history updates (can be toggled on the fly).
Allow for storage of diffs along with full model.
Remove requirement to add in collection name removed.

## About concurrency
Concurrent saves currently work like they do in mongo, latest update wins. Initial commits to the hist model are also kind of iffy cause of \_id collisions. Avoid initing history for an existing model concurrently.
Expand Down

0 comments on commit 0d6de11

Please sign in to comment.