Denis Demchenko
aea9282426
Define iphone, ipad, ipod as flags in typings.d.ts
2018-03-12 22:04:11 +02:00
Ville Kentta
1635cd8607
Add samsungBrowser to browser version typings
2018-03-12 21:55:59 +02:00
Denis Demchenko
641c645d3f
Merge branch 'hotfix/1.9.2' into production
2018-02-05 20:30:42 +02:00
Denis Demchenko
1810eee64a
Bump version, write changelog
2018-02-05 20:30:30 +02:00
정유진
05d536ea0c
Add a missing type definition
2018-02-05 20:21:57 +02:00
Denis Demchenko
03d690c5ee
Merge branch 'hotfix/1.9.1' into production
2017-12-22 17:33:31 +02:00
Denis Demchenko
ad822b5038
Bump version, write changelog
2017-12-22 17:32:42 +02:00
Ville Kentta
1975a501f3
Add chromium to browser flag interface
2017-12-22 17:30:54 +02:00
Denis Demchenko
f51676da56
Merge branch 'release/1.9.0' into production
2017-12-20 21:54:06 +02:00
Denis Demchenko
9d9abce6e2
Bump version, fix changelog
2017-12-20 21:53:52 +02:00
Denis Demchenko
efa5e02a70
Add chromium to the list of flags in docs
...
closes #206
2017-12-20 21:47:56 +02:00
Joan Claret
5b4a89b42a
Add a public .detect() method
2017-12-20 21:47:56 +02:00
Denis Demchenko
c82cf347d2
Merge branch 'hotfix/1.8.1' into production
2017-10-20 15:07:35 +03:00
Denis Demchenko
4eaa50b7b0
Merge branch 'hotfix/1.8.1'
2017-10-20 15:07:35 +03:00
Denis Demchenko
8855d5ecd1
Write changelog
2017-10-20 15:07:31 +03:00
Denis Demchenko
be99337484
Bump version
2017-10-20 15:06:30 +03:00
everget
04ece2212d
Correct Microsoft Edge' detection on iOS and Android
2017-10-20 15:05:55 +03:00
Denis Demchenko
1df2712eb6
Merge branch 'release/1.8.0' into production
2017-10-07 11:49:58 +03:00
Denis Demchenko
6c71fe2c38
Merge branch 'release/1.8.0'
2017-10-07 11:49:58 +03:00
Denis Demchenko
3b8b0d6e04
chore: bump the version, update the changelog
2017-10-07 11:49:51 +03:00
Denis Demchenko
449f926e01
Merge branch 'janka102-feature/osname'
2017-10-07 11:38:57 +03:00
Jesse Smick
9dcb3aeb46
Update readme for osname
2017-10-07 11:37:44 +03:00
Jesse Smick
5d314dfb2f
Update useragent test for osname
2017-10-07 11:37:21 +03:00
Jesse Smick
f980192ef3
Add osname to result
2017-09-28 09:33:33 -07:00
Denis Demchenko
3ce77e9ed4
Add one more test for Bowser.isUnsupportedBrowser
2017-09-25 16:48:45 +03:00
Denis Demchenko
9f8ad07aa4
Merge branch 'hotfix/1.7.3'
...
# Conflicts:
# CHANGELOG.md
2017-08-30 08:54:25 +03:00
Denis Demchenko
64f1ac148f
Merge branch 'hotfix/1.7.3' into production
2017-08-30 08:53:51 +03:00
Denis Demchenko
76cff33b34
chore: bump versions, write changelogs
2017-08-30 08:53:42 +03:00
Michael Hsu
c6b56893dd
docs(CHANGELOG): typo 1.7.2
2017-08-30 08:52:16 +03:00
Jason Pang
21a0a0ce72
Fix Chrome detection for Android 8 OPR6 build num
...
One of Android 8's build numbers is 'opr6.170623.013'. This is expressed
in the user agent as:
"Mozilla/5.0 (Linux; Android 8.0.0; Nexus 6P Build/OPR6.170623.013)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.107 Mobile
Safari/537.36"
Because this library detects the Opera browser if "opera", "opr", or
"opios" is contained in the user agent, the above user agent string is
incorrectly detected as a versionless Opera, instead of Chrome 60.
This commit changes the detection of "opr" to require a trailing slash
'/' character. This works because uild numbers are expressed as
Build/X..., whereas Opera versions are expressed as OPR/X.
fixes #193
2017-08-30 08:51:19 +03:00
Denis Demchenko
0afa24ff30
Merge pull request #192 from evenchange4/patch-1
...
docs(CHANGELOG): typo 1.7.2
2017-08-21 20:01:52 +03:00
Michael Hsu
f81cd7687a
docs(CHANGELOG): typo 1.7.2
2017-08-21 11:29:07 +08:00
Denis Demchenko
af5e1d44e0
Merge branch 'hotfix/1.7.2' into production
2017-08-17 22:23:09 +03:00
Denis Demchenko
a81aa95097
Merge branch 'hotfix/1.7.2'
2017-08-17 22:23:09 +03:00
Denis Demchenko
a2ff1fddc8
chore: bump version to 1.7.2 and write changelog
2017-08-17 22:23:02 +03:00
Domenico Matteo
c207ed48dd
Update typings.d.ts, straight from DefinitelyTyped.
...
fix #182
grabbed the one offered on (DefinitelyTyped)[https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/bowser/index.d.ts ] which is already very complete.
2017-08-17 22:20:43 +03:00
Denis Demchenko
ff1714a904
Merge branch 'hotfix/1.7.1' into production
2017-07-13 11:30:01 +03:00
Denis Demchenko
6eb9ad39bd
Merge branch 'hotfix/1.7.1'
2017-07-13 11:30:01 +03:00
Denis Demchenko
ca7f157b12
chore: bump version and write changelog
2017-07-13 11:29:45 +03:00
danesh
e5096ae2c5
Avoid detecting Tablet PCs as tablet
...
Fixes #183
2017-07-13 11:28:03 +03:00
Denis Demchenko
744d89089a
Add test for Safari on iOS 11 Preview
...
related to #180
2017-06-24 23:32:15 +03:00
Denis Demchenko
622d07a3a0
Merge pull request #179 from GabLeRoux/master
...
Fixes travis badge to point to right repository owner
2017-05-24 13:16:04 +03:00
Gabriel Le Breton
08eb484109
Fixes travis badge to point to right repository owner
2017-05-23 16:51:16 -04:00
Denis Demchenko
246880c782
Merge branch 'release/1.7.0' into production
2017-05-18 21:55:58 +03:00
Denis Demchenko
b33d7af0b5
Merge branch 'release/1.7.0'
2017-05-18 21:55:58 +03:00
Denis Demchenko
fcc273660e
Write changelog
2017-05-18 21:55:49 +03:00
Denis Demchenko
4c33c43dfa
Update authors and homepage
2017-05-18 21:54:03 +03:00
Denis Demchenko
14d2fd9b91
Bump version to 1.7.0
2017-05-18 21:52:44 +03:00
Denis Demchenko
cd3345e3a9
Merge pull request #178 from rkurbatov/win-mac-version
...
OS version support for Windows and MacOS
2017-05-18 21:47:48 +03:00
rkurbatov
47d3e107ab
updates doc
2017-05-18 00:45:04 +03:00