Demis Palma
8d9cd21331
palm os regexp fixed
...
The regexp won't work as expected because the meta-character \o doesn't make sense.
Replaced with \s which indicates "whitespace character"
2015-06-18 23:32:15 +01:00
Robert Tod
f117f600ba
Reference window as global if available
...
This change will use `window` by default if it exists so that `browserify` and `Webpack` builds do not need to do something like
```javascript
var parser = new UAParser(window.navigator.userAgent)
```
https://github.com/faisalman/ua-parser-js/issues/84
2015-06-10 17:35:16 +01:00
Faisal Salman
22e17fb004
Add Sleipnir
2015-05-11 23:44:34 +07:00
Faisal Salman
978ee5a4da
Add Firefox for iOS
2015-05-11 23:33:57 +07:00
Faisal Salman
a3e4fbe5bb
Merge pull request #116 from nikrolls/patch-1
...
Added Edge and EdgeHTML to documentation
2015-05-10 12:14:13 +07:00
Faisal Salman
9dacf37e4a
Merge pull request #112 from duzun/master
...
Updated verup to v1.2.0 and moved its config to package.json
2015-05-10 12:13:46 +07:00
Nik Rolls
4d99bc0777
Added Edge and EdgeHTML to documentation
2015-05-10 15:33:36 +12:00
Faisal Salman
f558e657bb
Merge pull request #113 from nikrolls/correct-ms-edge-detection
...
Microsoft Edge is not IE12
2015-05-08 20:15:13 +07:00
Nik Rolls
4203f8144f
Microsoft Edge is not IE12
2015-05-08 18:02:05 +12:00
Faisal Salman
21a525f442
Add layout engine: EdgeHTML
2015-05-07 04:59:01 +07:00
Faisal Salman
3abf465aec
changing build flow
2015-05-07 04:21:43 +07:00
Dumitru Uzun
56c90d2134
updated verup script
2015-05-05 20:39:23 +03:00
Dumitru Uzun
dc6bae6aae
Updated verup to v1.2.0 and moved its config to package.json
2015-04-30 17:58:30 +03:00
Faisal Salman
1fa7137f1f
Fix #111
0.7.7
2015-04-29 11:29:54 +07:00
Faisal Salman
378a298fee
Merge pull request #110 from duzun/master
...
Added a script to bump version in project files. Fix #107
2015-04-28 13:39:17 +07:00
Dumitru Uzun
32db7bfb97
verup adds \n at the end of JSON files
2015-04-20 14:24:20 +03:00
Dumitru Uzun
d1a18c6ff1
Added script to bump version. Eg: npm run verup -- 1.0
2015-04-20 14:19:37 +03:00
Faisal Salman
4887793ee0
Merge pull request #108 from mollases/master
...
Adding Windows 10 IE 12 to ua-parser (w/ test)
2015-04-19 13:56:17 +07:00
Faisal Salman
b616d0b3d1
Merge pull request #106 from duzun/master
...
updated email of Dumitru Uzun in package.json
2015-04-19 13:56:09 +07:00
Admas
c7749b3a2a
Adding WIndows 10 IE regex
...
IE 12 for windows 10 uses gets caught as chrome:
https://msdn.microsoft.com/en-us/library/ie/hh869301%28v=vs.85%29.aspx
Now we search for Edge and mark it as IE
2015-04-17 09:23:28 -07:00
Admas
b00b2a7bcf
Adding WIndows 10 IE test
2015-04-17 09:21:11 -07:00
Dumitru Uzun
ca4e8ce2e6
update email of Dumitru Uzun; merged from faisalman
2015-04-17 17:33:30 +03:00
Faisal Salman
3d2d8d5d84
Fix jshint eror
2015-04-15 01:39:21 +07:00
Faisal Salman
cce9dc1474
Add meteor support
2015-04-07 02:40:50 +07:00
Faisal Salman
fa6f8de25f
Increment patch version to 0.7.4
2015-04-07 01:41:46 +07:00
Faisal Salman
6a284e2670
Temporarily comment device models to be moved soon
2015-04-07 01:37:14 +07:00
Faisal Salman
ad2613d8e9
Create package.js for meteor package
2015-04-07 01:19:14 +07:00
Faisal Salman
866bdc27af
Windows 10 test
2015-03-29 10:02:39 +07:00
Faisal Salman
a5cb2d8821
Fix #100 : Detect NT 10.0 as Windows 10
2015-03-29 09:57:34 +07:00
Faisal Salman
fe133e4228
Merge pull request #102 from demis-palma/patch-3
...
Unneeded comma
2015-03-10 22:48:42 +07:00
Faisal Salman
357ea1b42f
Merge pull request #101 from demis-palma/patch-1
...
Character class may not be used inside character range
2015-03-10 22:47:34 +07:00
Demis Palma
89a3a21ce3
Unneeded comma
...
Removed last comma in array literal
2015-02-27 17:57:27 +00:00
Demis Palma
3c911f2dd4
Character class may not be used inside character range
...
Additional information and examples at http://stackoverflow.com/questions/15321938/regex-character-class-inside-character-range-failing-intellijs-jslint-inspectio
2015-02-27 17:42:20 +00:00
Faisal Salman
69c688810d
Merge from @algenon
2015-02-27 11:55:52 +07:00
Faisal Salman
6b2571eaa3
Merge pull request #94 from d1o/develop
...
Added Xperia Z, Galaxy, Oppo, Advan, i-mobile
2015-02-27 10:43:57 +07:00
otakuSiD
5dcc4db665
Get rid of duplicate Xiaomi detection
2015-02-26 15:19:09 +02:00
Dmitry Tyschenko
af9fc69161
Added Facebook application browser
2015-02-05 12:31:47 +02:00
Anton Zhiyanov
feed5498eb
Refactor Xiaomi regexps
2015-02-02 19:54:46 +03:00
Anton Zhiyanov
2e87b02dda
Add Vivaldi browser
2015-02-02 19:53:29 +03:00
Dmitry Tyschenko
f6b22d6654
Added Xperia Z, Galaxy, Oppo, Advan, i-mobile
2015-01-30 11:17:01 +02:00
Faisal Salman
354d29c2b6
Merge pull request #93 from austinpray/master
...
fixes typeof
2015-01-29 13:05:51 +07:00
Faisal Salman
6402ac67b9
Merge pull request #91 from algenon/develop
...
Android Browser and Xiaomi devices detection
2015-01-29 13:05:36 +07:00
Austin Pray
7cae802f3c
fixes typeof
2015-01-28 13:01:03 -06:00
algenon
5c25229616
Add Android and MIUI Browser to description
2015-01-25 18:26:43 +03:00
algenon
9d383c5395
Add Xiaomi devices
2015-01-25 17:54:39 +03:00
algenon
1eeb1face1
Add Android Browser and Xiaomi MIUI Browser
2015-01-25 17:39:15 +03:00
Faisal Salman
c3ddbe27ae
Merge pull request #88 from soundrop/develop
...
Better detection of Sony Xperia devices
2015-01-10 18:53:46 +07:00
Dumitru Uzun
073b551b90
Merge branch 'master' of https://github.com/faisalman/ua-parser-js
2014-12-27 00:32:02 +02:00
Sylvain Gizard
7d5e50f008
Remove duplication
2014-12-18 16:26:38 +01:00
Sylvain Gizard
294fae589d
Remove duplicated test
2014-12-18 16:09:51 +01:00