Skip to content

Releases: configcat/node-sdk

v3.1.0

19 Feb 23:49

Choose a tag to compare

Released by mistake. No change.

v3.0.4

22 Jan 12:20

Choose a tag to compare

Custom semver, sha1 implementations to reduce package size and solve IE bugs

v3.0.3

13 Jan 19:24

Choose a tag to compare

Minor fixes

v3.0.2

13 Jan 17:22

Choose a tag to compare

Detailed logging for feature flag evaluation

v3.0.1

09 Jan 11:16

Choose a tag to compare

semver dependency warning fix (request of a dependency is an expression)

v3.0.0

03 Dec 09:28

Choose a tag to compare

SDK improvements

  • semver support
  • numeric operators
  • detailed logging
  • VariationId generation modifications

v2.4.0

30 Nov 13:31

Choose a tag to compare

Introduced getVariationId(), getVariationIdAsync(), getAllVariationIds(), getAllVariationIdsAsync() functions to support A/B/n test scenarios with analytics tools.

Adding proxy support

17 Nov 13:38

Choose a tag to compare

v2.3.0

2.3.0

v2.2.4

27 Oct 22:06

Choose a tag to compare

Adding forceRefreshAsync() and getAllKeysAsync().

v2.2.2

26 Oct 17:56

Choose a tag to compare

Adding GetValueAsync(), that returns a promise instead of using callbacks.