-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
UAParser.js Version Guide
Faisal Salman edited this page Feb 25, 2026
·
1 revision
UAParser.js follows this versioning rule: X.Y.Z
-
X(MAJOR release) introduce some BREAKING CHANGES -
Y(MINOR release) introduce some NEW FEATURES or DEPRECATION WARNINGS -
Z(PATCH release) only BACKWARD COMPATIBLE CHANGES
- Actively maintained
- Receives new features and updates
- Best choice for most users and new development
- Maintained on a limited basis
- Mainly just backports from newer version (eg improved detection rules or important bug fixes)
- No new features will be added
- Use only if you need their older behavior or license terms
For migration details from older versions, see the official "Migrating from v1 to v2" section in the docs: