API Improvements
·
726 commits
to master
since this release
- 2016.03.02 - add implicit execution context parameter to: all
Repo
methods;RepoPool.createMany; andLongevityContext.repoCrudSpec
andinMemTestRepoCrudSpec. users now need to provide execution
contexts to use all these methods. the easiest way to do this is to
includeimport scala.concurrent.ExecutionContext.Implicits.global
at the top of the file. - 2016.03.08 - update to latest version of library dependencies
casbah (3.1.1) and cassandra (3.0.0). - 2016.03.08 - add sub-projects
longevity-cassandra-depsand
longevity-mongo-deps. - 2016.03.10 - replace
RootwithPersistent. givePersistent
three child traits:Root,ViewItem, andEvent. these changes
should not affect existing code that usesRoot. - 2016.03.10 - replace
RootTypewithPType. givePTypethree
child traits:RootType,View, andEventType. these changes
should not affect existing code that usesRootType. - 2016.03.25 - rework
PTypeAPI forkeySetandindexSet. please
see the latest documentation for a review of the new API.