Skip to content

Releases: tdeekens/flopflip

Restructure internals and update dependencies

Choose a tag to compare

⛱ Little improvements

  • Restructured internals to be more modular without affecting consumers

🥇 Tooling

  • We now run on CircleCI reducing build times from about 6-7 to 2 minutes

Restructure internals and update dependencies

Choose a tag to compare

💣 Breaking change

  • Thanks to #63 @Kerumen we mitigated an inconsistency in our LaunchDarkly adapter which now does not spread the user arg and is homogenous to all other adapters

⛱ Little improvements

  • Restructured internals to be more modular without affecting consumers

🥇 Tooling

  • We now run on CircleCI reducing build times from about 6-7 to 2 minutes

Rename `withFeatureFlag` to `branchOnFeatureFlag`

Choose a tag to compare

@tdeekens tdeekens released this 05 Nov 13:03

This release contains some minor improvements under the hood while trying to make the API improve some rough edge on the API.

💣 Breaking Changes (sorry again)

  • The withFeatureToggle HoC is now called branchOnFeatureToggle
    • This felt more descriptive as the withFeatureToggle never injected a prop but rather alternated rendering

🍭 Glitches and gotchas

  • We went over our rollup build again trying to making our dist files smaller //TODO

❤️ Fixes and tooling

  • We upgraded to the new version of XO and fixed linting errors along the way
  • We fixed broken links in our readme pointing to unpkg
  • We updated all dependencies again

Rename `withFeatureFlag` to `branchOnFeatureFlag`

Choose a tag to compare

This release contains some minor improvements under the hood while trying to make the API improve some rough edge on the API.

💣 Breaking Changes (sorry again)

  • The withFeatureToggle HoC is now called branchOnFeatureToggle
    • This felt more descriptive as the withFeatureToggle never injected a prop but rather alternated rendering

🍭 Glitches and gotchas

  • We went over our rollup build again trying to making our dist files smaller //TODO

❤️ Fixes and tooling

  • We upgraded to the new version of XO and fixed linting errors along the way
  • We fixed broken links in our readme pointing to unpkg
  • We updated all dependencies again

Rename `withFeatureFlag` to `branchOnFeatureFlag`

Choose a tag to compare

This release contains some minor improvements under the hood while trying to make the API improve some rough edge on the API.

💣 Breaking Changes (sorry again)

  • The withFeatureToggle HoC is now called branchOnFeatureToggle
    • This felt more descriptive as the withFeatureToggle never injected a prop but rather alternated rendering

🍭 Glitches and gotchas

  • We went over our rollup build again trying to making our dist files smaller //TODO

❤️ Fixes and tooling

  • We upgraded to the new version of XO and fixed linting errors along the way
  • We fixed broken links in our readme pointing to unpkg
  • We updated all dependencies again

Fix import of ldclient-js

Choose a tag to compare

We had to change the import of ldclient-js to work with the latest commonjs rollup plugin.

Fix up cross package dependencies

Choose a tag to compare

@tdeekens tdeekens released this 28 Oct 07:04

🎱 Improvements

  • Due to the more loosely coupled package infrastructure we can now remove cross package dependencies

Fix up cross package dependencies

Choose a tag to compare

🎱 Improvements

  • Due to the more loosely coupled package infrastructure we can now remove cross package dependencies

Fix up cross package dependencies

Choose a tag to compare

🎱 Improvements

  • Due to the more loosely coupled package infrastructure we can now remove cross package dependencies

Fix regression in `withFeatureToggle`

Choose a tag to compare

🍾 Bug fixes

  • We fixed a regression bug in withFeatureToggle caused by a falsely named argument