Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

v2.0.6

Compare
Choose a tag to compare
@dferber90 dferber90 released this 04 Jul 07:40
· 43 commits to master since this release
ff80372
  • config did not update when used as esm bundle, introduced internal getConfig() to fix it #24

Breaking change

If you were doing import { config } from "@happykit/flags/config", you now need to import { getConfig } from "@happykit/flags/config". I believe most people are not importing config into their app.

This was a breaking I only realized after publishing as v2.0.6, so the sem ver does not reflect the breaking change. I apologize if this broke your build.