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

prepare 5.4.0 release #118

Merged
merged 61 commits into from
Aug 30, 2018
Merged

prepare 5.4.0 release #118

merged 61 commits into from
Aug 30, 2018

Conversation

eli-darkly
Copy link
Contributor

[5.4.0] - 2018-08-30

Added:

  • The new LDClient method variationDetail allows you to evaluate a feature flag (using the same parameters as you would for variation) and receive more information about how the value was calculated. This information is returned in an object that contains both the result value and a "reason" object which will tell you, for instance, if the user was individually targeted for the flag or was matched by one of the flag's rules, or if the flag returned the default value due to an error.

Fixed:

  • Evaluating a prerequisite feature flag did not produce an analytics event if the prerequisite flag was off.

Arnold Trakhtenberg and others added 30 commits July 11, 2018 10:55
…hods-to-typescript-definitions

[ch20232] Add flag util methods to typescript definitions
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:cryptiles:20180710
[Snyk] Fix for 1 vulnerable dependencies
remove npm dependency on "crypto", use built-in version instead
treat HTTP 400 as a recoverable error
update doc comment for new waitForInitialization behavior
fix waitForInitialization to always resolve with a value
Update LDFeatureStore type definition for versioned data kind
add new version of allFlags() that captures more metadata
eli-darkly and others added 25 commits August 22, 2018 16:14
fix dependencies with npm audit; add npm audit to CI build
fix allFlagsState behavior when options are omitted
validate TypeScript definitions in CI build
# Conflicts:
#	test/LDClient-test.js
@eli-darkly eli-darkly merged commit 3b9f78f into master Aug 30, 2018
@eli-darkly eli-darkly deleted the 5.4.0 branch August 30, 2018 19:56
eli-darkly added a commit that referenced this pull request Jan 12, 2019
implement dependency ordering for feature store data
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants