Skip to content

Commit dbbe1d4

Browse files
authored
Release 0.4.0 (#34)
* Add Chrome 70, 71 and 72 * Version 0.4.0
1 parent 9b071ba commit dbbe1d4

File tree

4 files changed

+22
-11
lines changed

4 files changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,35 @@
1-
#### 0.3.5 (2017-10-01)
1+
#### 0.4.0 (2019-02-07)
2+
* **Fix:** [Issue 96 of WhichBrowser/Parser-PHP](https://github.com/WhichBrowser/Parser-PHP/issues/96), `profiles.js` and `models-*.js` files had some occourrences of spaces replaced by Unicode Character 'EN SPACE' (U+2002). The scripts that download these files are now stripping away that character and replacing it with a normal space. Thanks @[koconder](https://github.com/koconder) for [#29](https://github.com/WhichBrowser/Parser-JavaScript/pull/29) and @[Taiwaninja](https://github.com/Taiwaninja) for reporting it.
3+
* **Tools:** WhichBrowser/Parser-Javascript is now tested on all the node versions between 6 and 11 included. Thanks again to @[koconder](https://github.com/koconder) for [#30](https://github.com/WhichBrowser/Parser-JavaScript/pull/30).
4+
* **Database:** Added Chrome 70, 71 and 72 ([34735c2](https://github.com/WhichBrowser/Parser-JavaScript/commit/34735c27191e6b4c70b850aeea6f90bc51c65299))
5+
6+
#### 0.3.5 (2018-10-01)
27
* **Database:** Added new iPhones XS, XS Max, XR ([911ae7a](https://github.com/WhichBrowser/Parser-JavaScript/commit/911ae7a7847acc2be01a809db95bbfaeb930ae73))
38

4-
#### 0.3.4 (2017-09-13)
9+
#### 0.3.4 (2018-09-13)
510
* **Database:** Added Chrome 69 ([5b8a4fa](https://github.com/WhichBrowser/Parser-JavaScript/commit/5b8a4fa5e81740336cf29c88982af152f70e81c9))
611

7-
#### 0.3.3 (2017-08-22)
12+
#### 0.3.3 (2018-08-22)
813
* **Fixes:** Now is possible to *really* disable the bot detection with the option `detectBots: false` ([5e02e9a](https://github.com/WhichBrowser/Parser-JavaScript/commit/5e02e9a01fdee83b7bb0b6e91372b1870b157d52))
914

10-
#### 0.3.2 (2017-07-27)
15+
#### 0.3.2 (2018-07-27)
1116
* **Database:** Added Chrome 68 ([0d04c8d](https://github.com/WhichBrowser/Parser-JavaScript/commit/0d04c8def9971c7a6bf16e1b1398bb475e69a310) & [cd5ec81](https://github.com/WhichBrowser/Parser-JavaScript/commit/cd5ec8183a6145dd901e3433c78846e1f9af5976))
1217
* **Database:** Fixed name of Oculus Browser and added Oculus Go detection, thanks @frankolivier (#23) ([b38377c](https://github.com/WhichBrowser/Parser-JavaScript/commit/b38377c8d1856a316c6f74fea15ee3228aa050d6))
1318

14-
#### 0.3.1 (2017-07-13)
19+
#### 0.3.1 (2018-07-13)
1520
* **Database:** Updated Models, Indices and Profiles ([fa4dd85](https://github.com/WhichBrowser/Parser-JavaScript/commit/fa4dd8514991578da4102027269071db860194f3))
1621

17-
#### 0.3.0 (2017-06-19)
22+
#### 0.3.0 (2018-06-19)
1823
* **Database:** Added Chrome 66 & 67 ([a9bce87](https://github.com/WhichBrowser/Parser-JavaScript/commit/a9bce872a9a17491539aca760d2627f1af2a6beb))
1924

20-
#### 0.2.9 (2017-03-16)
25+
#### 0.2.9 (2018-03-16)
2126
* **Database:** Added Chrome 65 ([c1c9148](https://github.com/WhichBrowser/Parser-JavaScript/commit/c1c9148397b179d0655ec0f5b181d8e65511df38))
2227

23-
#### 0.2.8 (2017-03-06)
28+
#### 0.2.8 (2018-03-06)
2429
* **Fixes:** Update dependencies due to [vulnerable moment.js version](https://nvd.nist.gov/vuln/detail/CVE-2017-18214) ([4ed2fc2](https://github.com/WhichBrowser/Parser-JavaScript/commit/4ed2fc296e1949b0cb8c5563a65b8cf97649241a))
2530
* **Database:** Added Czech service, thanks to @pixietrixibell for [#90 on Parser-PHP](https://github.com/WhichBrowser/Parser-PHP/pull/90) ([8a96017](https://github.com/WhichBrowser/Parser-JavaScript/commit/8a96017408ac35b37e73d31b7746ad84723dcfc0))
2631

27-
#### 0.2.7 (2017-01-31)
32+
#### 0.2.7 (2018-01-31)
2833
* **Fixes:** Windows IoT 10 being detected as Android ([695751b](https://github.com/WhichBrowser/Parser-JavaScript/commit/695751b00a28b6ca28208c944e8bbf13a230c798))
2934
* **Database:** Added Chrome 64 ([ec0e117](https://github.com/WhichBrowser/Parser-JavaScript/commit/ec0e117b7e1f56a68d53cc2e8d0982b23827994a))
3035

data/browsers-chrome.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ module.exports = {
7373
'67.0.3396': 'stable',
7474
'68.0.3440': 'stable',
7575
'69.0.3497': 'stable',
76+
'70.0.3538': 'stable',
77+
'71.0.3578': 'stable',
78+
'72.0.3626': 'stable',
7679
},
7780
MOBILE: {
7881
'16.0.912': 'beta',
@@ -120,5 +123,8 @@ module.exports = {
120123
'67.0.3396': 'stable',
121124
'68.0.3440': 'stable',
122125
'69.0.3497': 'stable',
126+
'70.0.3538': 'stable',
127+
'71.0.3578': 'stable',
128+
'72.0.3626': 'stable',
123129
},
124130
};

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "which-browser",
3-
"version": "0.3.5",
3+
"version": "0.4.0",
44
"description": "Browser sniffing tool and UA parser. Browser sniffing gone too far — A useragent parser library for JavaScript",
55
"main": "src/Parser.js",
66
"scripts": {

0 commit comments

Comments
 (0)