You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@
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.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
+
6
15
## [1.2.0] - 2017-12-15
7
16
### Added
8
17
- Added `useReport` initialization option to use `REPORT` instead of `GET` when communicating with LaunchDarkly.
0 commit comments