Blake
27cab64589
Update ReadMe with installation instructions
...
Added bower installation instructions. I wanted to install this way when I came across the repo, but wasn't sure if it existed, so had to google around for a bit to find out. Seems like it should just be stated up front. Great library! Thanks!
2014-04-10 17:24:17 -07: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
BendingBender
a4014721f2
expanded test suite, added webos version detection
2014-02-24 00:17:24 +01:00
Dustin Diaz
96ce833318
adds build image
2014-02-22 13:34:00 -08:00
Dustin Diaz
521011d9c4
new travis integration
2014-02-22 13:30:03 -08:00
Dustin Diaz
d13f962a16
0.5.0
2014-02-21 16:57:30 -08:00
Dustin Diaz
2f3c3e7e3d
Merge pull request #41 from BendingBender/make-testable-and-add-tests
...
Expanded detection and tests
2014-02-21 16:56:21 -08:00
BendingBender
ffd340c62b
marginally improved regex to detect firefoxos
2014-02-22 00:48:51 +01:00
BendingBender
b62ae3e233
Merge branch 'master' into make-testable-and-add-tests
...
Conflicts:
bowser.js
bowser.min.js
2014-02-21 21:07:21 +01:00
Dustin Diaz
1bbfe34a2c
0.4.0
2014-02-21 08:37:53 -08:00
Dustin Diaz
bd319d4814
rebuild
2014-02-21 08:37:47 -08:00