Roadmap
0.1.0
Persisting objectsDeleting objectsenumerating objectsreusing storage of deleted objectscross-collection transaction supportIndexingiOS/Android (Xamarin) supportPolymorphic collections with Polymorphic childrenWindows 8.1 SupportWindows Phone 8.1 Support
0.2.0
Indexing propertiesIndexing user-defined valuesIterating indexesIterating a range from an index
0.3.0
Iterating indexes in descending orderIterating index keys only
0.4.0 (Performance optimizations)
Use custom btree node serializationUse Generic IDsRemove unnecessary serializations
0.5.0
Compound indexesIndexing list of valuesContains/ContainsAll query
0.6.0
Unique indexesConditional Indexes (to exclude nulls f.i.)
1.0.0
Stable file format, to be supported in all future 1.x versions
1.1.0
- Named objects (singleton objects per collection)
- ClearAllCollections in collection files
1.2.0
- Data migration mechanism
1.3.0
- Updates while enumerating
- Rebuilding indexes
Read long term plans to see what may be comming later.