Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 4.51 KB

File metadata and controls

53 lines (30 loc) · 4.51 KB

Changelog

0.0.3 (2026-04-01)

📚 Documentation

  • add npm badges and update flagd-core version references (#26) (dc6d70b)

🔄 Refactoring

0.0.2 (2026-03-31)

✨ New Features

  • add R2 flag source support with per-token config loading (#2) (92f9c2e)
  • add Rust OFREP worker with WASM support (d3dec1c)
  • initial JS OFREP worker implementation (be8010a)

🐛 Bug Fixes

  • disable CORS by default in the published artifact (#12) (714d49f)
  • normalize repository URLs in package.json (#20) (d8c6be5)
  • use disableDynamicCodeGeneration option in FlagdCoreOptions (a6fdbaf)

🧹 Chore

  • add Apache-2.0 LICENSE and include it in published package (#16) (7769fa4)
  • add release-please and npm publish workflow with OIDC (#18) (d4e5e56)
  • align dev tooling with js-sdk and js-sdk-contrib (2b2d316)
  • deps: update dependency @openfeature/flagd-core to v2 (#13) (0c7d3ff)
  • fix TypeScript warnings and use logger in Targeting class (b30ec6f)
  • migrate to ESLint 10 with flat config (#22) (f2beccd)
  • pin js-sdk-contrib PR branch and add local build/test resolution mappings (42540ae)
  • replace the flagd-core submodule with the released 1.3.0 package (#6) (7199cd5)
  • update all dependencies to latest versions (394dd4c)
  • upgrade to Node 25 and latest Cloudflare packages (e40c3a9)

📚 Documentation

  • clean up root and package readmes (#7) (3ee157a)

🔄 Refactoring

  • switch from custom implementation to forked flagd-core (e198b86)