Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
splitio
/
javascript-commons
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
3
Code
Issues
1
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Release v2.12.1
- #498
#498
Merged
EmilianoSanchez
merged 33 commits into
main
splitio/javascript-commons:main
from
development
splitio/javascript-commons:development
Copy head branch name to clipboard
Jun 25, 2026
Conversation
Commits
33
(33)
Checks
Files changed
Merged
Release v2.12.1
#498
EmilianoSanchez
merged 33 commits into
main
splitio/javascript-commons:main
from
development
splitio/javascript-commons:development
Copy head branch name to clipboard
Commits
Commits on Feb 28, 2026
Bump minimatch from 3.1.2 to 3.1.5
Show description for 82487b7
dependabot[bot]
authored
82487b7
View commit details
Copy full SHA for 82487b7
Browse repository at this point
Commits on Mar 5, 2026
Handle null conditions and excluded fields in IRBSegment parsing
EmilianoSanchez
committed
9cb3ccf
View commit details
Copy full SHA for 9cb3ccf
Browse repository at this point
Remove whenInit callback mechanism from trackers. It was originally added to handle React SDK side effects, but it’s unnecessary if the user calls client.track inside an effect.
EmilianoSanchez
committed
bfab496
View commit details
Copy full SHA for bfab496
Browse repository at this point
Move SDK initialization logic together with destroy, since both use the same modules.
EmilianoSanchez
committed
6b495bb
View commit details
Copy full SHA for 6b495bb
Browse repository at this point
Commits on Mar 10, 2026
Refactor impressionsTracker to handle its own initialization and cleanup, moving strategy and uniqueKeysTracker instantiation inside
EmilianoSanchez
committed
16dea9f
View commit details
Copy full SHA for 16dea9f
Browse repository at this point
Commits on Mar 11, 2026
Refactor /splitChanges DTO to make the SDK more robust in case nullable field are not defined
EmilianoSanchez
committed
dbf6978
View commit details
Copy full SHA for dbf6978
Browse repository at this point
Merge pull request #477 from splitio/polishing
Show description for 880727f
EmilianoSanchez
authored
880727f
View commit details
Copy full SHA for 880727f
Browse repository at this point
Merge branch 'development' into refactor-init
EmilianoSanchez
committed
82acca2
View commit details
Copy full SHA for 82acca2
Browse repository at this point
Merge branch 'refactor-init' into refactor-impressions-tracker
EmilianoSanchez
committed
970a5a3
View commit details
Copy full SHA for 970a5a3
Browse repository at this point
Commits on Mar 13, 2026
Refactor FallbackTreatmentsCalculator from class to factory function
EmilianoSanchez
committed
2afb814
View commit details
Copy full SHA for 2afb814
Browse repository at this point
Commits on Mar 17, 2026
Merge branch 'development' into dependabot/npm_and_yarn/minimatch-3.1.5
EmilianoSanchez
authored
df5ec56
View commit details
Copy full SHA for df5ec56
Browse repository at this point
Merge pull request #475 from splitio/dependabot/npm_and_yarn/minimatch-3.1.5
Show description for 2e11bce
EmilianoSanchez
authored
2e11bce
View commit details
Copy full SHA for 2e11bce
Browse repository at this point
Commits on Mar 18, 2026
Merge branch 'development' into refactor-init
EmilianoSanchez
committed
5ab7f81
View commit details
Copy full SHA for 5ab7f81
Browse repository at this point
Update dependencies for vulnerability fixes
EmilianoSanchez
committed
c5b1483
View commit details
Copy full SHA for c5b1483
Browse repository at this point
Merge pull request #478 from splitio/refactor-init
Show description for b102bbf
EmilianoSanchez
authored
b102bbf
View commit details
Copy full SHA for b102bbf
Browse repository at this point
Merge branch 'development' into refactor-impressions-tracker
EmilianoSanchez
authored
0a226b7
View commit details
Copy full SHA for 0a226b7
Browse repository at this point
Merge pull request #479 from splitio/refactor-impressions-tracker
Show description for 5121dd8
EmilianoSanchez
authored
5121dd8
View commit details
Copy full SHA for 5121dd8
Browse repository at this point
Merge branch 'development' into refactor-fallback-calculator
EmilianoSanchez
committed
6c85f3d
View commit details
Copy full SHA for 6c85f3d
Browse repository at this point
Refactors to simplify code and make whitelist rule more robust in case of null or undefined field
EmilianoSanchez
committed
d052fa1
View commit details
Copy full SHA for d052fa1
Browse repository at this point
Update CHANGES.txt to reference related issue #471
EmilianoSanchez
committed
cc3f145
View commit details
Copy full SHA for cc3f145
Browse repository at this point
Commits on Mar 19, 2026
Merge pull request #480 from splitio/refactor-fallback-calculator
Show description for b992a20
EmilianoSanchez
authored
b992a20
View commit details
Copy full SHA for b992a20
Browse repository at this point
Commits on Mar 26, 2026
Bump picomatch from 2.3.1 to 2.3.2
Show description for f037f2a
dependabot[bot]
authored
f037f2a
View commit details
Copy full SHA for f037f2a
Browse repository at this point
Commits on Apr 8, 2026
Merge pull request #485 from splitio/dependabot/npm_and_yarn/picomatch-2.3.2
Show description for b0b1660
EmilianoSanchez
authored
b0b1660
View commit details
Copy full SHA for b0b1660
Browse repository at this point
Bump lodash from 4.17.23 to 4.18.1
Show description for dc179e5
dependabot[bot]
authored
dc179e5
View commit details
Copy full SHA for dc179e5
Browse repository at this point
Commits on Apr 13, 2026
Merge pull request #488 from splitio/dependabot/npm_and_yarn/lodash-4.18.1
Show description for ed063c8
EmilianoSanchez
authored
ed063c8
View commit details
Copy full SHA for ed063c8
Browse repository at this point
Commits on Apr 28, 2026
Handle null values in /splitChanges response for sets, ff.d, and rbs.d fields
Show description for eb99cbd
EmilianoSanchez
committed
eb99cbd
View commit details
Copy full SHA for eb99cbd
Browse repository at this point
Update CHANGELOG entry
EmilianoSanchez
committed
8b4f68d
View commit details
Copy full SHA for 8b4f68d
Browse repository at this point
Merge pull request #499 from splitio/handle-null-splitchanges-response
Show description for a516806
EmilianoSanchez
authored
a516806
View commit details
Copy full SHA for a516806
Browse repository at this point
Commits on Apr 29, 2026
Handle null values in /splitChanges response
EmilianoSanchez
committed
60f4a1c
View commit details
Copy full SHA for 60f4a1c
Browse repository at this point
Commits on Jun 25, 2026
Polishing
EmilianoSanchez
committed
4d5c409
View commit details
Copy full SHA for 4d5c409
Browse repository at this point
Re-trigger CI
EmilianoSanchez
committed
ab43673
View commit details
Copy full SHA for ab43673
Browse repository at this point
Re-trigger CI
EmilianoSanchez
committed
4e7d8ad
View commit details
Copy full SHA for 4e7d8ad
Browse repository at this point
Merge pull request #502 from splitio/handle-null-splitchanges-response
Show description for c6fe211
EmilianoSanchez
authored
c6fe211
View commit details
Copy full SHA for c6fe211
Browse repository at this point
You can’t perform that action at this time.