Skip to content

Commit eb842e6

Browse files
update JS-commons and eslint dependencies
1 parent b75db9a commit eb842e6

5 files changed

Lines changed: 1083 additions & 1071 deletions

File tree

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
],
4545
"rules": {
4646
"no-restricted-syntax": ["error", "ForOfStatement", "ForInStatement", "ArrayPattern"],
47-
"compat/compat": ["error", "defaults, not ie < 10"],
47+
"compat/compat": ["error", "defaults, ie 10"],
4848
"no-throw-literal": "error",
4949
"import/no-default-export": "error",
5050
"import/no-self-import": "error",

CHANGES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.10.1 (September 22, 2023)
2+
- Updated @splitsoftware/splitio-commons package to version 1.9.1. This update removes the handler for 'unload' DOM events, that can prevent browsers from being able to put pages in the back/forward cache for faster back and forward loads (Related to issue https://github.com/splitio/javascript-client/issues/759).
3+
14
0.10.0 (July 18, 2023)
25
- Updated @splitsoftware/splitio-commons package to version 1.9.0 that includes minor improvements:
36
- Updated streaming architecture implementation to apply feature flag updates from the notification received which is now enhanced, improving efficiency and reliability of the whole update system.
@@ -6,7 +9,7 @@
69
- Updated some transitive dependencies for vulnerability fixes.
710
- Updated @splitsoftware/splitio-commons package to version 1.8.3 that includes:
811
- Updated SDK_READY_TIMED_OUT event to be emitted immediately when a connection error occurs using pluggable storage (i.e., when the wrapper `connect` promise is rejected) in consumer and partial consumer modes.
9-
- Bugfix - The `destroy` method has been updated to immediately flag the SDK client as destroyed, to prevent unexpected behaviours when `getTreatment` and `track` methods are called synchronously after `destroy` method is called.
12+
- Bugfixing - The `destroy` method has been updated to immediately flag the SDK client as destroyed, to prevent unexpected behaviours when `getTreatment` and `track` methods are called synchronously after `destroy` method is called.
1013

1114
0.9.5 (May 15, 2023)
1215
- Updated @splitsoftware/splitio-commons package to version 1.8.2 that includes minor improvements.

0 commit comments

Comments
 (0)