@splitsoftware/splitio-browserjs
Advanced tools
Comparing version 1.0.0-rc.3 to 1.0.0
@@ -1,7 +0,7 @@ | ||
1.0.0 (October XX, 2024) | ||
- Added support for targeting rules based on large segments for browsers. | ||
1.0.0 (November 1, 2024) | ||
- Added support for targeting rules based on large segments. | ||
- Added `factory.destroy()` method, which invokes the `destroy` method of all clients created by the factory. | ||
- Updated @splitsoftware/splitio-commons package to version 2.0.0 that includes major updates and updated some transitive dependencies for vulnerability fixes. | ||
- BREAKING CHANGES: | ||
- Renamed some TypeScript definitions in the SplitIO namespace to avoid conflicts with other Split packages: `SplitIO.IBrowserSettings` to `SplitIO.IClientSideSettings`, `SplitIO.IBrowserAsyncSettings` to `SplitIO.IClientSideAsyncSettings`, `SplitIO.ISDK` to `SplitIO.IBrowserSDK`, and `SplitIO.IAsyncSDK` to `SplitIO.IBrowserAsyncSDK`. | ||
- Dropped support for Split Proxy below version 5.9.0. The SDK now requires Split Proxy 5.9.0 or above. | ||
- Removed internal ponyfills for the `Map` and `Set` global objects, dropping support for IE and other outdated browsers. The SDK now requires the runtime environment to support these features natively or provide a polyfill. | ||
@@ -8,0 +8,0 @@ - Removed the deprecated `GoogleAnalyticsToSplit` and `SplitToGoogleAnalytics` pluggable integration modules, along with the related interfaces in the TypeScript definitions. |
@@ -6,3 +6,3 @@ "use strict"; | ||
var constants_1 = require("@splitsoftware/splitio-commons/cjs/utils/constants"); | ||
var packageVersion = '1.0.0-rc.3'; | ||
var packageVersion = '1.0.0'; | ||
/** | ||
@@ -9,0 +9,0 @@ * In browser, the default debug level, can be set via the `localStorage.splitio_debug` item. |
import { LogLevels, isLogLevelString } from '@splitsoftware/splitio-commons/esm/logger/index'; | ||
import { CONSENT_GRANTED } from '@splitsoftware/splitio-commons/esm/utils/constants'; | ||
var packageVersion = '1.0.0-rc.3'; | ||
var packageVersion = '1.0.0'; | ||
/** | ||
@@ -5,0 +5,0 @@ * In browser, the default debug level, can be set via the `localStorage.splitio_debug` item. |
{ | ||
"name": "@splitsoftware/splitio-browserjs", | ||
"version": "1.0.0-rc.3", | ||
"version": "1.0.0", | ||
"description": "Split SDK for JavaScript on Browser", | ||
@@ -62,3 +62,3 @@ "main": "cjs/index.js", | ||
"dependencies": { | ||
"@splitsoftware/splitio-commons": "2.0.0-rc.6", | ||
"@splitsoftware/splitio-commons": "2.0.0", | ||
"tslib": "^2.3.1", | ||
@@ -65,0 +65,0 @@ "unfetch": "^4.2.0" |
@@ -13,3 +13,3 @@ # Split JavaScript SDK for Browsers | ||
The library was build to support ES5 syntax and all major browsers. *However, there are a few polyfills that would be required when targeting old browsers that don't have native support for Promises and Fetch Web API. You should include a Promise polyfill like [es6-promise](https://github.com/stefanpenner/es6-promise), and a Fetch polyfill such as [whatwg-fetch](https://cdn.jsdelivr.net/npm/whatwg-fetch@3.5.0/dist/fetch.umd.min.js) or the lightweight [unfetch](https://unpkg.com/unfetch/polyfill).* | ||
The library was build to support ES5 syntax and all major browsers. *However, there are a few polyfills that would be required when targeting old browsers that don't have native support for Promises, Maps, Sets and Fetch Web API. You should include a polyfill, like [es6-promise](https://github.com/stefanpenner/es6-promise) for Promises, and [whatwg-fetch](https://cdn.jsdelivr.net/npm/whatwg-fetch@3.5.0/dist/fetch.umd.min.js) or the lightweight [unfetch](https://unpkg.com/unfetch/polyfill) for the Fetch API.* | ||
@@ -16,0 +16,0 @@ ## Getting started |
@@ -5,3 +5,3 @@ import type SplitIO from '@splitsoftware/splitio-commons/types/splitio'; | ||
const packageVersion = '1.0.0-rc.3'; | ||
const packageVersion = '1.0.0'; | ||
@@ -8,0 +8,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
74108
+ Added@splitsoftware/splitio-commons@2.0.0(transitive)
- Removed@splitsoftware/splitio-commons@2.0.0-rc.6(transitive)