Skip to content

Commit

Permalink
Prepare 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apucacao committed Jan 22, 2018
1 parent a58ccae commit 927baad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to the LaunchDarkly client-side JavaScript SDK will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org).

## [1.3.0] - 2018-01-22
### Added
- Support for [private user attributes](https://docs.launchdarkly.com/docs/private-user-attributes).
- New `sendEvents` option to control whether the SDK should send events back to LaunchDarkly or not. Defaults to `true`.
- 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
it easier to integrate into code that relies heavily on `Promise`'s for asynchronous code.
### Changed
- The SDK now respects the user's [do-not-track setting](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/doNotTrack)

## [1.2.0] - 2017-12-15
### Added
- Added `useReport` initialization option to use `REPORT` instead of `GET` when communicating with LaunchDarkly.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ldclient-js",
"version": "1.2.0",
"version": "1.3.0",
"description": "LaunchDarkly SDK for JavaScript",
"author": "LaunchDarkly <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 927baad

Please sign in to comment.