- Document a projected cost analysis in the README
- Add test coverage in CI
- Add an example Github Workflow to the README
- Update the example to use an environment variable instead of a hard-coded string
- Add a method to read the feature flag definitions from KV
- Refactor saving to reduce some code duplication
- Fix to the watch not getting setup if the initial config is invalid
- Update logging to be more consistent and helpful
- Fix issue where the flag definitions member property can get out of sync with what's stored in the FlagdCore instance and add some relevant tests
- Add a test for invalid flag definitions configuration
- Minor improvements to the README
- Fix creating a new KV watcher every time the flag definitions changed
- Add missing documentation into the README
- Add example files for how to use on Deno Deploy
Initial functionality
- A client to store feature flag definitions in KV
- An OpenFeature provider that references values in KV
- Sets up CI and publish workflows with a dummy entrypoint