0.9.1
Added
- Builder pattern for
Laboratory
construction. DefaultOptionFactory
that can substitute default options for feature flags read byLaboratory
.clear()
function toFeatureStorage
andLaboratory
.
Changed
- Upgrade to DataStore
1.0.0-alpha03
.
Deprecated
Laboratory(storage)
constructor. UseLaboratory.create(storage)
orLaboratory.builder()
instead.