Skip to content

v0.16.0

Compare
Choose a tag to compare
@andrewgryan andrewgryan released this 06 May 13:50
· 376 commits to master since this release
bb17099
  • Add support for third-party feature flag entry point in config file, e.g.
plugin:
  feature:
     entry_point: 'lib.mod.main`
  • Dynamically toggle features without deployment using a plugin architecture
forest.data.FEATURE_FLAGS = forest.plugin.call(config.plugins['feature'].entry_point)