From 0d6de1176a886907b92725288424aae2c6639bfb Mon Sep 17 00:00:00 2001 From: Abdi Dahir Date: Sat, 22 Nov 2014 22:25:29 -0500 Subject: [PATCH] Updated roadmap --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c00fa82..e934752 100644 --- a/README.md +++ b/README.md @@ -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.