Bumpsua-parser-js from 1.0.37 to 2.0.0.
Release notes
Sourced fromua-parser-js's releases.
v2.0.0
🚀 Version 2.0 is here!
We’re excited to share the release of Version 2.0! This update comes with significant improvements and new features compared to earlier versions. Thank you for your support!
v2.0.0-rc.3
Version 2.0.0-rc.3
- Add support for Headers object
- Add new device: Advan, Cat, Energizer, Honor, IMO, Micromax, Smartfren
- Add new engine: Servo
ua-parser-js/extensions
submodule:- Breaking change: rename
module
tolibrary
- Add new email clients: Evolution, KMail, Kontact
- Add new bots: 360Spider, Archive.org Bots, CCBot, DataForSeoBot, DuckAssistBot, Exabot, Google Bots, Meta Bots, MojeekBot, PerplexityBot, PetalBot, TurnitinBot, Yeti, YisouSpider
v2.0.0-rc.2
Version 2.0.0-rc.2
- Fix incorrect import path in ESM files
- Add new browser: 115, SlimBoat, Slimjet, LibreWolf
- Improve browser detection: 2345, 360, Dragon, Iron, Maxthon
ua-parser-js/enums
submodule:- Add Chromecast OS variants: Android/Fuchsia/Linux/SmartSpeaker
ua-parser-js/helpers
submodule:- Add new method:
isBot()
to check if the browser is identified as a bot
v2.0.0-rc.1
Version 2.0.0-rc.1
- Fix Python Request mistakenly identified as Meta Quest
- Add new browser: Helio
- Add new device: itel, Nothing, Pico, TCL
- Add new engine: ArkWeb
- Add new OS: OpenHarmony, Pico
- Improve browser detection: Quark
- Improve device detection: Xiaomi, Amazon Echo Show, Google Chromecast, Samsung Galaxy Watch
ua-parser-js/helpers
submodule:- Add new method:
getDeviceVendor()
to guess for a device vendor based on its model nameisElectron()
to check if current window is running inside ElectronisFromEU()
to check if current window is from an EU (European Union) countryisStandalonePWA()
to check if current window is a standalone PWA
- Rename
isChromiumBased()
toisChromeFamily()
- Update
isAppleSilicon()
to also checks for WebGL renderer info
ua-parser-js/extensions
submodule:- Restore
bots
as a compilation of all these browser types:clis
,crawlers
,fetchers
, andmodules
v2.0.0-beta.3
Version 2.0.0-beta.3
... (truncated)
Changelog
Sourced fromua-parser-js's changelog.
Version 2.0.0
ua-parser-js/extensions
submodule:- Add new CLI: ELinks, HTTPie
- Add new crawler: AI2Bot, aiHitBot, anthropic-ai, Diffbot, ImagesiftBot, magpie-crawler, Omgilibot, Screaming Frog SEO Spider, Seznambot, Teoma, Timpibot, VelenPublicWebCrawler, Webzio-Extended, YouBot
- Add new email: Airmail, BlueMail, eMClient, NaverMailApp, Sparrow, Yahoo
- Add new fetcher: cohere-ai, Vercelbot
- Add new library: java, python-urllib, python-requests
ua-parser-js/helpers
submodule:- Add new method
isAIBot()
: Checks if the user-agent is an AI bot
Version 2.0.0-rc.3
- Add support for Headers object
- Add new device: Advan, Cat, Energizer, Honor, IMO, Micromax, Smartfren
- Add new engine: Servo
ua-parser-js/extensions
submodule:- Breaking change: rename
module
tolibrary
- Add new email clients: Evolution, KMail, Kontact
- Add new bots: 360Spider, Archive.org Bots, CCBot, DataForSeoBot, DuckAssistBot, Exabot, Google Bots, Meta Bots, MojeekBot, PerplexityBot, PetalBot, TurnitinBot, Yeti, YisouSpider
Version 2.0.0-rc.2
- Fix incorrect import path in ESM files
- Add new browser: 115, SlimBoat, Slimjet, LibreWolf
- Improve browser detection: 2345, 360, Dragon, Iron, Maxthon
ua-parser-js/enums
submodule:- Add Chromecast OS variants: Android/Fuchsia/Linux/SmartSpeaker
ua-parser-js/helpers
submodule:- Add new method:
isBot()
to check if the browser is identified as a bot
Version 2.0.0-rc.1
- Fix Python Request mistakenly identified as Meta Quest
- Add new browser: Helio
- Add new device: itel, Nothing, Pico, TCL
- Add new engine: ArkWeb
- Add new OS: OpenHarmony, Pico
- Improve browser detection: Quark
- Improve device detection: Xiaomi, Amazon Echo Show, Google Chromecast, Samsung Galaxy Watch
ua-parser-js/helpers
submodule:- Add new method:
getDeviceVendor()
to guess for a device vendor based on its model nameisElectron()
to check if current window is running inside ElectronisFromEU()
to check if current window is from an EU (European Union) countryisStandalonePWA()
to check if current window is a standalone PWA
- Rename
isChromiumBased()
toisChromeFamily()
- Update
isAppleSilicon()
to also checks for WebGL renderer info
ua-parser-js/extensions
submodule:- Restore
Bots
as a compilation of all these browser types:cli
,crawler
,fetcher
, andlibrary
... (truncated)
Commits
38baf84
Update version to2.0.0
70b3003
[submodule:helpers] Add new methodisAIBot()
: detect AI bots5b375b9
[submodule:helpers] Enable directly pass user-agent as an input to `isAppleSi...b1c7dfc
[submodule:helpers] Revert providing extra param inisAppleSilicon()
and ju...2b125c8
[submodule:extensions] Add new bots: AI2Bot, aiHitBot, anthropic-ai, cohere-a...2181559
[submodule:extensions] Add new email: Airmail, BlueMail, eMClient, NaverMailA...14caf6d
[submodule:extensions] Add new library:java
,python-urllib
, `python-requ...4a12562
[submodule:extensions] Add new CLI: ELinks, HTTPieba980c8
Refine changelog details regarding v1 to v2 migrationee51caf
Update version to2.0.0-rc.3
- Additional commits viewable incompare view

You can trigger a rebase of this PR by commenting@dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Uh oh!
There was an error while loading.Please reload this page.
Bumpsua-parser-js from 1.0.37 to 2.0.0.
Release notes
Sourced fromua-parser-js's releases.
... (truncated)
Changelog
Sourced fromua-parser-js's changelog.
... (truncated)
Commits
38baf84
Update version to2.0.0
70b3003
[submodule:helpers] Add new methodisAIBot()
: detect AI bots5b375b9
[submodule:helpers] Enable directly pass user-agent as an input to `isAppleSi...b1c7dfc
[submodule:helpers] Revert providing extra param inisAppleSilicon()
and ju...2b125c8
[submodule:extensions] Add new bots: AI2Bot, aiHitBot, anthropic-ai, cohere-a...2181559
[submodule:extensions] Add new email: Airmail, BlueMail, eMClient, NaverMailA...14caf6d
[submodule:extensions] Add new library:java
,python-urllib
, `python-requ...4a12562
[submodule:extensions] Add new CLI: ELinks, HTTPieba980c8
Refine changelog details regarding v1 to v2 migrationee51caf
Update version to2.0.0-rc.3
You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)