1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 14:20:45 +00:00
Commit Graph

626 Commits

Author SHA1 Message Date
BendingBender
5d246add74 added detection for newer opera + opera mobile (new/legacy) 2014-02-20 22:52:01 +01:00
Hannes Diercks
981354333e Merge branch 'origin/stable' into make-testable-and-add-tests 2014-02-20 09:34:55 +01:00
Dustin Diaz
d782ab54b1 0.3.9 2014-02-19 09:16:17 -08:00
Dustin Diaz
36a94abe1b rebuild for #37 2014-02-19 09:16:06 -08:00
Dustin Diaz
fe82184bdf adds ipod to the mix
closes #37
2014-02-19 09:15:20 -08:00
Dustin Diaz
3f793853c8 0.3.8 2014-02-19 09:08:23 -08:00
Dustin Diaz
d34499a4d9 rebuild 2014-02-19 09:08:16 -08:00
Dustin Diaz
4bba352a16 add ipad and mobile to chrome devices 2014-02-19 09:07:14 -08:00
Dustin Diaz
9c3d5b9ed8 Merge pull request #38 from smtlaissezfaire/amazon_silk
fix README formatting
2014-01-29 13:19:51 -08:00
Scott Taylor
8e2b077a4b fix README formatting 2014-01-29 00:18:45 -08:00
Dustin Diaz
819b2eccd8 0.3.7 2014-01-27 14:10:37 -08:00
Dustin Diaz
6f23dc0338 closes #35 - making silk not part of safari detection 2014-01-27 14:10:16 -08:00
Dustin Diaz
450e3158db 0.3.6 2014-01-27 14:06:34 -08:00
Dustin Diaz
3817621cc0 Merge branch 'amazon_silk' of github.com:smtlaissezfaire/bowser into smtlaissezfaire-amazon_silk
Conflicts:
	bowser.min.js
2014-01-27 14:05:59 -08:00
Dustin Diaz
cffc0c8a00 0.3.5 2014-01-27 14:01:27 -08:00
Dustin Diaz
efe1c6719a closes #16 - move commonjs to first check 2014-01-27 14:01:01 -08:00
Scott Taylor
0ff5acd06f add building instructions 2014-01-26 14:43:42 -08:00
Scott Taylor
325df23ddc add support amazon silk support for kindle devices 2014-01-26 14:43:32 -08:00
Hannes Diercks
8668678f8a Add support for ipod, windowsphone, webos and blackberry. 2013-12-16 06:52:33 +01:00
Hannes Diercks
89cffac4a5 Make testable and add tests. 2013-12-16 06:42:26 +01:00
Dustin Diaz
88589615f4 bump for new 'crios': Chrome for iOS 2013-12-11 10:48:47 -08:00
Dustin Diaz
9ef72aeb6f Merge pull request #31 from robCrawford/master
Added Chrome for iOS
2013-12-11 10:47:40 -08:00
Rob
0a13523041 Added Chrome for iOS 2013-12-11 17:38:22 +00:00
Dustin Diaz
5884b16874 Merge pull request #30 from boblauer/browser-name
Adds a name property to the returned object
2013-12-05 15:19:56 -08:00
Bob Lauer
647b7d77f8 Added name property 2013-12-05 14:00:02 -06:00
Dustin Diaz
af42c3fd45 semicolon surprise 2013-12-03 14:46:08 -08:00
Dustin Diaz
f448737f15 rebuild min.
bump to 0.3.2
2013-10-29 16:14:27 -07:00
Dustin Diaz
17fbf34292 Merge pull request #25 from robCrawford/patch-1
Fix bug in Opera version regex
2013-10-29 16:13:41 -07:00
Rob Crawford
37a2e4834a Fix bug in Opera version regex 2013-10-29 23:04:59 +00:00
Rob Crawford
99a0a4e426 Fix bug in Opera version regex 2013-10-29 18:11:27 +00:00
Dustin Diaz
20826d1ea5 upgrade support 2013-08-16 13:03:14 -07:00
Dustin Diaz
541fab750e rebuild and new relase for IE, Opera, & Phantom
cut v0.3
2013-08-16 12:58:39 -07:00
Dustin Diaz
eb7a857e5f Merge pull request #20 from MartinodF/patch-1
Add IE11 support + avoid exception when unable to match UA
2013-08-16 12:54:38 -07:00
Dustin Diaz
f8e28168de Merge pull request #21 from bbog/patch-1
Update bowser.js
2013-08-16 12:53:12 -07:00
Dustin Diaz
e0b3391a82 Merge pull request #22 from bpierre/firefox-android
Firefox for Android
2013-08-16 12:52:03 -07:00
Pierre Bertet
3ad5828f56 Updated dist files 2013-08-16 11:53:26 +01:00
Pierre Bertet
f7aef97ec8 Added phantomjs support (#13) in the source file 2013-08-16 11:52:20 +01:00
Pierre Bertet
f5d91976f4 Firefox for Android 2013-08-16 11:38:30 +01:00
Bogdan Bucur
6cd5d1a5c4 Update bowser.js
Added support for Opera Next detection (Opera 15.0 returned Chrome 28.0)
2013-07-16 22:12:27 +03:00
Martino di Filippo
7fa03f9545 Add IE11 support
Match IE by looking for either "MSIE" or "Trident"
Read the new "rv:x.y" version number
2013-06-27 19:43:34 +02:00
Martino di Filippo
601eac6897 Avoid exception when unable to match UA
Make detect() return an empty object if it hasn't matched any known browser, so that graded browser support (and any external code using this library) doesn't raise a "Cannot read property ... of undefined" exception
2013-06-27 19:41:01 +02:00
Dustin Diaz
23545d4403 Merge pull request #13 from wjlroe/phantom-js-user-agent
Add support for detecting PhantomJS
2012-07-18 11:10:29 -07:00
William Roe
26b760b0b1 Add support for detecting PhantomJS 2012-07-18 18:45:20 +01:00
Dustin Diaz
975a408f15 - add touchpad support
- upgrade graded support
2012-04-16 18:54:24 -07:00
Kelly
f381b9373b Removed copyright info. 2012-04-15 19:09:34 -06:00
anthem001
3d4f77a878 Added HP Touchpad support 2012-04-15 16:14:32 -06:00
anthem001
9e1a11c052 Added HP Touchpad support 2012-04-15 16:14:01 -06:00
anthem001
9236d6fe0f Added HP Touchpad support 2012-04-15 16:13:29 -06:00
unknown
f8bfa7bcab Added HP Touchpad support 2012-04-15 16:11:55 -06:00
Dustin Diaz
03354aabd3 - bump version for ios fix 2012-02-07 11:00:32 -08:00