Skip to content

Releases: pmbanugo/flargd

v0.3.0

17 May 10:46
762cb8a
Compare
Choose a tag to compare

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

20 Feb 17:23
c2c66e3
Compare
Choose a tag to compare

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

v0.2: Merge dev into main branch by @pmbanugo in #2

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - alpha

31 Jan 18:59
5d99ac4
Compare
Choose a tag to compare
v0.1.0 - alpha Pre-release
Pre-release
Update README.md