Ld Redux Versions Save

A library to integrate launch darkly with react redux

v3.3.4

2 years ago

Fixes the issue where subscribeToChanges always uses camel case flag keys even when useCamelCaseFlagKeys is false.

v3.3.2

3 years ago

Added a config option to turn off camel case keys.

v3.3.1

4 years ago

This release upgrades the js client package to the newly renamed launchdarkly-js-client-sdk.

v3.2.4

4 years ago

Provide means to opt-out of automatic live flag updates by adding a subscribe option in the init config.

v3.2.1

5 years ago
  • Fixed #22 ldclient-js warning re deprecated default export
[LaunchDarkly] "default export" is deprecated, please use "named LDClient export"
  • Npm package upgrades

v3.1.3

5 years ago

The flags argument is now no longer mandatory when initialising ld-redux. If you don't specify this argument, ld-redux will subscribe to all flags in your launch darkly environment.

If you specify the argument (this is the previous behaviour), then ld-redux will only subscribe to those flags specified.

This is a non-breaking change, no action required to upgrade to this version from v3.1.2.

Refer to GH-21 for the initial motivation for this change.