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

Commit

Permalink
0.3.5 release (#28)
Browse files Browse the repository at this point in the history
* Add new iPhones XS, XS Max, XR

* Releasing 0.3.5
  • Loading branch information
mariotsi authored Oct 1, 2018
1 parent 958b4c9 commit f7ee3e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 0.3.5 (2017-10-01)
* **Database:** Added new iPhones XS, XS Max, XR ([911ae7a](https://github.com/WhichBrowser/Parser-JavaScript/commit/911ae7a7847acc2be01a809db95bbfaeb930ae73))

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

Expand Down
4 changes: 4 additions & 0 deletions data/models-ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ exports.IOS_MODELS = {
'iPhone10,4': ['Apple', 'iPhone 8', DeviceType.MOBILE],
'iPhone10,5': ['Apple', 'iPhone 8 Plus', DeviceType.MOBILE],
'iPhone10,6': ['Apple', 'iPhone X', DeviceType.MOBILE],
'iPhone11,2': ['Apple', 'iPhone XS', DeviceType.MOBILE],
'iPhone11,4': ['Apple', 'iPhone XS Max', DeviceType.MOBILE],
'iPhone11,6': ['Apple', 'iPhone XS Max', DeviceType.MOBILE],
'iPhone11,8': ['Apple', 'iPhone XR', DeviceType.MOBILE],
'iPod1,1': ['Apple', 'iPod touch', DeviceType.MEDIA],
'iPod2,1': ['Apple', 'iPod touch (2nd gen)', DeviceType.MEDIA],
'iPod3,1': ['Apple', 'iPod touch (3rd gen)', DeviceType.MEDIA],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "which-browser",
"version": "0.3.4",
"version": "0.3.5",
"description": "Browser sniffing tool and UA parser. Browser sniffing gone too far — A useragent parser library for JavaScript",
"main": "src/Parser.js",
"scripts": {
Expand Down

0 comments on commit f7ee3e2

Please sign in to comment.