Skip to content

Commit 927baad

Browse files
committed
Prepare 1.3.0
1 parent a58ccae commit 927baad

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to the LaunchDarkly client-side JavaScript SDK will be documented in this file. This
44
project adheres to [Semantic Versioning](http://semver.org).
55

6+
## [1.3.0] - 2018-01-22
7+
### Added
8+
- Support for [private user attributes](https://docs.launchdarkly.com/docs/private-user-attributes).
9+
- New `sendEvents` option to control whether the SDK should send events back to LaunchDarkly or not. Defaults to `true`.
10+
- It is now possible to wait for SDK readiness using `waitUntilReady` which returns a `Promise`. `identify` also returns a `Promise` (while still supporting the callback argument), which should make
11+
it easier to integrate into code that relies heavily on `Promise`'s for asynchronous code.
12+
### Changed
13+
- The SDK now respects the user's [do-not-track setting](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/doNotTrack)
14+
615
## [1.2.0] - 2017-12-15
716
### Added
817
- Added `useReport` initialization option to use `REPORT` instead of `GET` when communicating with LaunchDarkly.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ldclient-js",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "LaunchDarkly SDK for JavaScript",
55
"author": "LaunchDarkly <team@launchdarkly.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)