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 3
3
All notable changes to the LaunchDarkly client-side JavaScript SDK will be documented in this file. This
4
4
project adheres to [ Semantic Versioning] ( http://semver.org ) .
5
5
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
+
6
12
## [ 1.3.1] - 2018-01-23
7
13
### Fixed
8
14
- 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 1
1
{
2
2
"name" : " ldclient-js" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"description" : " LaunchDarkly SDK for JavaScript" ,
5
5
"author" :
" LaunchDarkly <[email protected] >" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments