Skip to content

Commit 413443a

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.22.0
1 parent 2070565 commit 413443a

File tree

3 files changed

+8969
-1
lines changed

3 files changed

+8969
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to the LaunchDarkly client-side JavaScript SDKs will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.22.0] - 2022-04-26
6+
### Added:
7+
- `LDOptions.application`, for configuration of application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.
8+
9+
### Fixed:
10+
- The `baseUrl`, `streamUrl`, and `eventsUrl` properties now work properly regardless of whether the URL string has a trailing slash. Previously, a trailing slash would cause request URL paths to have double slashes.
11+
12+
### Removed:
13+
- The `package-lock.json` file is no longer in source control. As this is a library project, the lockfile never affected application code that used the SDK, but only affected the SDK's CI build. It is preferable for the CI build to refer only to `package.json` so that it resolves dependencies the same way an application using the SDK would, rather than using pinned dependencies that an application would not use.
14+
515
## [2.21.0] - 2022-03-21
616
### Added:
717
- Added `basicLogger`, a replacement for the deprecated `createConsoleLogger`.

0 commit comments

Comments
 (0)