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

656 Commits

Author SHA1 Message Date
Dustin Diaz
e53c1db9eb 0.7.3 2015-05-21 10:39:03 -07:00
Dustin Diaz
bb0e3392a3 rebuild 2015-05-21 10:38:55 -07:00
Dustin Diaz
bb35c3ddaf Merge pull request #85 from jdalton/msedge
Add support for Microsoft Edge.
2015-05-21 10:38:35 -07:00
jdalton
7de18fd27d Add support for Microsoft Edge. 2015-05-15 19:35:13 -07:00
Dustin Diaz
f204fbeca5 Merge pull request #78 from lygstate/master
Add bowser test function.
2015-05-04 16:47:28 -07:00
Dustin Diaz
d4a3c1f50f Merge pull request #84 from SimenB/cleanup-package.json
Cleanup package.json
2015-05-04 16:46:36 -07:00
Dustin Diaz
c70fdce0e3 Merge pull request #83 from hansman/master
Parse user agent by default according to spec.
2015-05-04 16:46:11 -07:00
Simen Bekkhus
de89a6e058 Cleanup package.json 2015-05-03 13:16:30 +02:00
hsteinbr
cda48cb48a Parse user agent by default according to spec.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
see 14.43
2015-05-01 15:38:36 -07:00
Dustin Diaz
5acd77e6c9 Merge pull request #82 from sankargorthi/patch-1
fix version in component.json
2015-04-23 14:19:27 -07:00
Sankar Gorthi
8a57dcdb3f fix version in component.json 2015-04-22 11:20:07 -07:00
Yonggang Luo
2b80ea3105 Add bowser test function. 2015-03-12 23:04:02 +08:00
Andrew Shaffer
3c755ed710 add support for googlebot detection 2015-02-27 15:20:55 -08:00
Dustin Diaz
5a3d3766b9 0.7.2 2014-10-06 11:01:30 -07:00
Dustin Diaz
5307ce8bbe rebuild 2014-10-06 11:01:25 -07:00
Dustin Diaz
bd39e6eb71 Merge pull request #58 from trillioncz/master
mark BB10 browser as A graded
2014-10-06 11:00:45 -07:00
Dustin Diaz
a058eb3c71 Merge pull request #63 from stefanpenner/patch-1
ensure the define belongs to amd
2014-10-06 11:00:24 -07:00
Stefan Penner
657f85a1b8 ensure the define belongs to amd 2014-10-06 11:09:38 -04:00
Ales Rippl
ac247c5d14 mark BB10 browser as A graded 2014-09-09 17:23:30 +02:00
Dustin Diaz
defca35d7c Merge pull request #52 from rouge8/patch-1
Fix version number in component.json
2014-04-30 12:57:37 -07:00
Andy Freeland
a5313a7927 Fix version number in component.json 2014-04-30 13:42:51 -05:00
Dustin Diaz
36b1b240a0 0.7.1 2014-04-07 16:59:39 -07:00
Dustin Diaz
7c017173ce 0.7.0 2014-04-07 16:59:27 -07:00
Dustin Diaz
1a70355675 updates tests to reflect new browser groups 2014-04-07 16:59:27 -07:00
Dustin Diaz
dff5cc37be bump a version browsers 2014-04-07 16:59:27 -07:00
Dustin Diaz
9689716763 Merge pull request #49 from dominicbarnes/master
Adding component.json for component.js support
2014-04-01 21:39:28 -07:00
Dominic Barnes
577265e82f adding component.json for component.js support 2014-03-31 17:42:59 -05:00
Dustin Diaz
8ebfe6cd48 update readme with better info 2014-03-01 10:22:06 -08:00
Dustin Diaz
fb2608077e 0.6.0 2014-03-01 10:13:41 -08:00
Dustin Diaz
62d192e61a Merge pull request #48 from BendingBender/refactor-duplications
Refactor duplications, add sailfish, prevent executing all regex matching upfront
2014-03-01 10:12:39 -08:00
Dustin Diaz
87616180cf Merge pull request #47 from BendingBender/add-tizen-detection
Added tizen detection
2014-03-01 10:11:03 -08:00
Dustin Diaz
3325ae08c1 Merge pull request #46 from BendingBender/add-iceweasel-detection
Add iceweasel detection
2014-03-01 10:10:45 -08:00
BendingBender
1e7a7279c8 refactored detection for firefox/seamonkey/plain gecko to conform to the way other browsers are detected, added version information in case unknown gecko/webkit browser is detected, added detection+tests+docs for sailfish browser 2014-02-28 19:53:50 +01:00
BendingBender
8bcd3bc802 separated os detection specific code from webkit-based browser detection 2014-02-28 18:03:32 +01:00
BendingBender
3fd9de187d rebuilt lib 2014-02-28 02:11:50 +01:00
BendingBender
c30463a454 Merge branch 'add-tizen-detection' into refactor-duplications
Conflicts:
	bowser.min.js
2014-02-28 02:11:23 +01:00
BendingBender
6ed5e29fd0 removed (undocumented) mozilla flag that was merely mirroring the gecko flag 2014-02-28 02:06:23 +01:00
BendingBender
fd1d833dec refactored regex matching to be executed at the latest possible moment and after a match was found to skip all consecutive regex execution instead of running *all* of the checks upfront 2014-02-28 01:58:30 +01:00
BendingBender
f07d14b89a Merge branch 'add-iceweasel-detection' into add-tizen-detection
Conflicts:
	bowser.min.js
2014-02-28 00:32:02 +01:00
BendingBender
30bd58569d Merge branch 'master' of https://github.com/ded/bowser into add-iceweasel-detection
Conflicts:
	bowser.min.js
2014-02-28 00:29:15 +01:00
Dustin Diaz
be6296cb7f Merge pull request #45 from BendingBender/add-bada-detection
Added bada detection
2014-02-27 15:01:58 -08:00
Dustin Diaz
f5f9f31512 Merge pull request #44 from BendingBender/add-tablet-flag
Separated `mobile` devices from tablets by introducing `tablet` flag
2014-02-27 15:01:35 -08:00
Dustin Diaz
77b4d68c29 Merge pull request #43 from BendingBender/combine-webos-and-touchpad
Combined webos and touchpad detection, added flag silk, updated readme
2014-02-27 15:01:27 -08:00
BendingBender
4029ba1e9a Merge branch 'add-bada-detection' into refactor-duplications
Conflicts:
	bowser.min.js
2014-02-26 18:15:20 +01:00
BendingBender
e4ed52c0ec removed jshint rule that was introduced for code that was later removed 2014-02-26 00:30:29 +01:00
BendingBender
2e5dbd10b3 small code simplification 2014-02-26 00:22:58 +01:00
BendingBender
745c38b758 first flush of refactorings, clarified identifiers, moved flag generation for OSes that may have multiple browsers out of browser-specific code 2014-02-25 23:34:03 +01:00
BendingBender
a796ce79f8 fixed unneded check introduced by copy&paste 2014-02-25 01:54:03 +01:00
BendingBender
c19a6672aa small cleanup 2014-02-25 01:52:27 +01:00
BendingBender
e39d6a8fc0 added detection for tizen and a new tizen flag 2014-02-25 01:48:35 +01:00