v0.16.0
- 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)