Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
82487b7
Bump minimatch from 3.1.2 to 3.1.5
dependabot[bot] Feb 28, 2026
9cb3ccf
Handle null conditions and excluded fields in IRBSegment parsing
EmilianoSanchez Mar 5, 2026
bfab496
Remove whenInit callback mechanism from trackers. It was originally a…
EmilianoSanchez Mar 5, 2026
6b495bb
Move SDK initialization logic together with destroy, since both use t…
EmilianoSanchez Mar 5, 2026
16dea9f
Refactor impressionsTracker to handle its own initialization and clea…
EmilianoSanchez Mar 10, 2026
dbf6978
Refactor /splitChanges DTO to make the SDK more robust in case nullab…
EmilianoSanchez Mar 11, 2026
880727f
Merge pull request #477 from splitio/polishing
EmilianoSanchez Mar 11, 2026
82acca2
Merge branch 'development' into refactor-init
EmilianoSanchez Mar 11, 2026
970a5a3
Merge branch 'refactor-init' into refactor-impressions-tracker
EmilianoSanchez Mar 11, 2026
2afb814
Refactor FallbackTreatmentsCalculator from class to factory function
EmilianoSanchez Mar 13, 2026
df5ec56
Merge branch 'development' into dependabot/npm_and_yarn/minimatch-3.1.5
EmilianoSanchez Mar 17, 2026
2e11bce
Merge pull request #475 from splitio/dependabot/npm_and_yarn/minimatc…
EmilianoSanchez Mar 17, 2026
5ab7f81
Merge branch 'development' into refactor-init
EmilianoSanchez Mar 18, 2026
c5b1483
Update dependencies for vulnerability fixes
EmilianoSanchez Mar 18, 2026
b102bbf
Merge pull request #478 from splitio/refactor-init
EmilianoSanchez Mar 18, 2026
0a226b7
Merge branch 'development' into refactor-impressions-tracker
EmilianoSanchez Mar 18, 2026
5121dd8
Merge pull request #479 from splitio/refactor-impressions-tracker
EmilianoSanchez Mar 18, 2026
6c85f3d
Merge branch 'development' into refactor-fallback-calculator
EmilianoSanchez Mar 18, 2026
d052fa1
Refactors to simplify code and make whitelist rule more robust in cas…
EmilianoSanchez Mar 18, 2026
cc3f145
Update CHANGES.txt to reference related issue #471
EmilianoSanchez Mar 18, 2026
b992a20
Merge pull request #480 from splitio/refactor-fallback-calculator
EmilianoSanchez Mar 19, 2026
f037f2a
Bump picomatch from 2.3.1 to 2.3.2
dependabot[bot] Mar 26, 2026
b0b1660
Merge pull request #485 from splitio/dependabot/npm_and_yarn/picomatc…
EmilianoSanchez Apr 8, 2026
dc179e5
Bump lodash from 4.17.23 to 4.18.1
dependabot[bot] Apr 8, 2026
ed063c8
Merge pull request #488 from splitio/dependabot/npm_and_yarn/lodash-4…
EmilianoSanchez Apr 13, 2026
eb99cbd
Handle null values in /splitChanges response for sets, ff.d, and rbs.…
EmilianoSanchez Apr 28, 2026
8b4f68d
Update CHANGELOG entry
EmilianoSanchez Apr 28, 2026
a516806
Merge pull request #499 from splitio/handle-null-splitchanges-response
EmilianoSanchez Apr 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@

## coverage info
/coverage

## worktrees
/.worktrees

## agents files
/AGENTS.md
/CLAUDE.md
/.claude
6 changes: 5 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2.12.1 (April 30, 2026)
- Updated internal modules to handle `null` values from `/splitChanges` response.
- Updated some dependencies for vulnerability fixes.

2.12.0 (February 24, 2026)
- Added support for ioredis v5.
- Added support for ioredis v5 (Related to issue https://github.com/splitio/javascript-commons/issues/471).

2.11.0 (January 28, 2026)
- Added functionality to provide metadata alongside SDK update and READY events. Read more in our docs.
Expand Down
Loading