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 |
|
BendingBender
|
6b0bc2ee9b
|
generated lib/minified lib
|
2014-02-25 01:06:37 +01:00 |
|
BendingBender
|
b7622cdb3a
|
added detection for iceweasel, detecting it as firefox, no extra flags added
|
2014-02-25 01:05:55 +01:00 |
|
BendingBender
|
8fd5310a53
|
added detection for bada browser, changed docs to reflect the new flag
|
2014-02-25 00:47:02 +01:00 |
|
BendingBender
|
90c375380f
|
added docs for tablet flag
|
2014-02-24 23:07:20 +01:00 |
|
BendingBender
|
bae0904d80
|
added tablet detection, refined blackberry and older mobile chrome detection, added more tests for android native browser
|
2014-02-24 22:55:24 +01:00 |
|
BendingBender
|
a4be4df6b0
|
Merge branch 'master' of https://github.com/ded/bowser into combine-webos-and-touchpad
|
2014-02-24 01:44:28 +01:00 |
|
BendingBender
|
a7c41d2ee9
|
Added description of version field to readme.
|
2014-02-24 01:25:48 +01:00 |
|
BendingBender
|
e84b3d98de
|
yet another silk addition to readme
|
2014-02-24 01:22:07 +01:00 |
|
BendingBender
|
eb20ecaf5d
|
added silk browser detection to readme
|
2014-02-24 01:19:41 +01:00 |
|
BendingBender
|
23e385f884
|
combined webos and touchpad as webos with optional touchpad flag, added silk flag for silk browser, expanded documentation
|
2014-02-24 01:16:33 +01:00 |
|
Dustin Diaz
|
c286077ace
|
Merge pull request #42 from BendingBender/add-more-tests
expanded test suite, added webos version detection
|
2014-02-23 15:30:32 -08:00 |
|