File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 33All notable changes to the LaunchDarkly client-side JavaScript SDK will be documented in this file. This
44project adheres to [ Semantic Versioning] ( http://semver.org ) .
55
6+ ## [ 1.4.0] - 2018-02-07
7+ ### Added
8+ - The SDK now supports multiple environments. Calling ` initialize ` returns a new client each time it is called.
9+ ### Fixed
10+ - The ` waitUntilReady ` ` Promise ` will now resolve even after the ` ready ` event was emitted — thanks @rmanalan !
11+
612## [ 1.3.1] - 2018-01-23
713### Fixed
814- Methods that expose a ` Promise ` interface now properly return the resolution or rejection value to the caller.
Original file line number Diff line number Diff line change 11{
22 "name" : " ldclient-js" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.4.0 " ,
44 "description" : " LaunchDarkly SDK for JavaScript" ,
55 "author" :
" LaunchDarkly <[email protected] >" ,
66 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments