Skip to content

Commit 9ab8633

Browse files
authored
v0.7.0 (#63)
* Update models * Support Chrome UA reduction, new browsers and devices * Re-format test file and add new test cases * Bump to 0.7.0
1 parent 22b3f93 commit 9ab8633

36 files changed

+5200
-8047
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
#### 0.7.0 (2022-04-21)
2+
3+
- Sync WhichBrowser/Parser-JavaScript to [WhichBrowser/Parser-PHP@1044880](https://github.com/WhichBrowser/Parser-PHP/commit/1044880bc792dbce5948fbff22ae731c43c280d9)
4+
5+
- Supports [Chrome UA reduction](https://developer.chrome.com/docs/privacy-sandbox/user-agent/)
6+
7+
- **BREAKING:** `Plasystation` has been reworded to `PlayStation` across the whole codebase.
8+
9+
- **Database:**
10+
* Adds support for `Huawei Browser`
11+
* Adds support for `Xbox Series X`
12+
* Adds support for `PlayStation 5`
13+
* Adds support for `HarmonyOS`
14+
15+
16+
117
#### 0.6.1 (2022-04-07)
218

319
- **Database:** Added Chrome 99 and 100 ([a770c30](https://github.com/WhichBrowser/Parser-JavaScript/commit/a770c30d29045893797b79f6c623b9ab8ebb8cc0))

data/applications-browsers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ exports.BROWSERS = {
343343
{ name: 'Aplix', id: 'aplix', regexp: /Aplix_SEGASATURN_browser\/([0-9](?:.[0-9.]+)?)/u }, // browser for the Sega Saturn
344344
{ name: 'Bunjalloo', id: 'bunjalloo', regexp: /Bunjalloo\/([0-9.]*)/u }, // browser for the Nintento DS
345345
{ name: 'Nintendo Web Framework', id: 'nwf', regexp: /NWF\/([0-9.]*)/u, details: 2 }, // browser for the Sega Dreamcast
346-
{ name: 'Nuanti Meta', id: 'nuanti', regexp: /Nuanti(?:Meta)?\/([0-9.]*)/u }, // browser for the Playstation
346+
{ name: 'Nuanti Meta', id: 'nuanti', regexp: /Nuanti(?:Meta)?\/([0-9.]*)/u }, // browser for the PlayStation
347347

348348
/* Other browsers */
349349
{ name: 'Wear Internet Browser', id: 'wib', regexp: /WIB\/([0-9.]*)/u },

0 commit comments

Comments
 (0)