Skip to content

0.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 17:55
· 515 commits to trunk since this release

Added

  • Builder pattern for Laboratory construction.
  • DefaultOptionFactory that can substitute default options for feature flags read by Laboratory.
  • clear() function to FeatureStorage and Laboratory.

Changed

  • Upgrade to DataStore 1.0.0-alpha03.

Deprecated

  • Laboratory(storage) constructor. Use Laboratory.create(storage) or Laboratory.builder() instead.