Releases: pmbanugo/flargd
Releases · pmbanugo/flargd
v0.3.0
Features
- App/project feature. Ability to create apps and map flags to specific applications
- (npm client) Updated to allow reading all flags
- change how conditions are evaluated
- Ability to resolve all flags for an application
- Processing multiple flags at once became a faster 🚀
Fix
- UI shows outdated data after a flag is updated. This was an effect of how the eventual consistency and data access pattern when listing the flags in the UI
- (npm client) Updated to use new endpoints
Miscellanous
- Updated the UI Console to use Remix 1.15.0
- @flargd/web v0.4
Notes
This changes breaks the previous versions, so be careful when upgrading. The data model has changed drastically and also the API endpoints.
Related PRs:
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Added support for setting rules to the flag evaluation.
- Moved to a monorepo.
- Added admin UI
- Added a web client (@flargd/web)
- Added a new API to retrieve multiple flags
Full Changelog: v0.1.0...v0.2.0
v0.1.0 - alpha
Update README.md