Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit f7ee3e2

Browse files
authored
0.3.5 release (#28)
* Add new iPhones XS, XS Max, XR * Releasing 0.3.5
1 parent 958b4c9 commit f7ee3e2

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 0.3.5 (2017-10-01)
2+
* **Database:** Added new iPhones XS, XS Max, XR ([911ae7a](https://github.com/WhichBrowser/Parser-JavaScript/commit/911ae7a7847acc2be01a809db95bbfaeb930ae73))
3+
14
#### 0.3.4 (2017-09-13)
25
* **Database:** Added Chrome 69 ([5b8a4fa](https://github.com/WhichBrowser/Parser-JavaScript/commit/5b8a4fa5e81740336cf29c88982af152f70e81c9))
36

data/models-ios.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ exports.IOS_MODELS = {
4949
'iPhone10,4': ['Apple', 'iPhone 8', DeviceType.MOBILE],
5050
'iPhone10,5': ['Apple', 'iPhone 8 Plus', DeviceType.MOBILE],
5151
'iPhone10,6': ['Apple', 'iPhone X', DeviceType.MOBILE],
52+
'iPhone11,2': ['Apple', 'iPhone XS', DeviceType.MOBILE],
53+
'iPhone11,4': ['Apple', 'iPhone XS Max', DeviceType.MOBILE],
54+
'iPhone11,6': ['Apple', 'iPhone XS Max', DeviceType.MOBILE],
55+
'iPhone11,8': ['Apple', 'iPhone XR', DeviceType.MOBILE],
5256
'iPod1,1': ['Apple', 'iPod touch', DeviceType.MEDIA],
5357
'iPod2,1': ['Apple', 'iPod touch (2nd gen)', DeviceType.MEDIA],
5458
'iPod3,1': ['Apple', 'iPod touch (3rd gen)', DeviceType.MEDIA],

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.4",
3+
"version": "0.3.5",
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)