Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 2.18.2 release #220

Merged
merged 548 commits into from
Oct 19, 2020
Merged

prepare 2.18.2 release #220

merged 548 commits into from
Oct 19, 2020

Conversation

LaunchDarklyCI
Copy link
Contributor

[2.18.2] - 2020-10-19

Changed:

  • With goals that use substring or regex mode for URL matching, the SDK previously was not able to match anything in a URL's hash fragment. Since some applications use path-like hash fragments (http://example.com/url/path#/additional/path), the SDK now considers any hash string that contains a slash to be part of the URL for matching purposes, if the matching mode is substring or regex. Hash strings that do not contain a slash are assumed to be simple HTML anchors and are not included in matching.

eli-darkly and others added 30 commits April 2, 2019 16:50
coerce user attributes into strings when necessary
asyncify tests, simplify HTTP mocking, general cleanup
# Conflicts:
#	packages/ldclient-js-common/src/__tests__/LDClient-events-test.js
#	packages/ldclient-js-common/src/index.js
# Conflicts:
#	lerna.json
#	packages/ldclient-js-common/package-lock.json
#	packages/ldclient-js-common/package.json
#	packages/ldclient-js/package.json
#	packages/ldclient-react/package.json
# Conflicts:
#	packages/ldclient-js-common/src/__tests__/EventSender-test.js
#	packages/ldclient-js/src/__tests__/browserPlatform-test.js
add more general HTTP abstraction, use Promises internally
refactor to isolate the sync XHR logic; expose close() method
eli-darkly and others added 27 commits March 18, 2020 12:00
update js-sdk-common for content type bugfix; update some dev dependencies
update js-sdk-common to get console logging IE bugfix
update js-sdk-common for duplicate diagnostic event fix
update js-sdk-common + some dev dependencies
test code linting + fix lint step in CI
# Conflicts:
#	src/__tests__/internal-test.js
@LaunchDarklyCI LaunchDarklyCI merged commit d61c2e5 into master Oct 19, 2020
@LaunchDarklyCI LaunchDarklyCI deleted the release-2.18.2 branch October 19, 2020 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants