Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

bowser

a browser detector
Collective - Host: opensource - https://opencollective.com/bowser - Code: https://github.com/lancedikson/bowser

add support for googlebot detection

github.com/bowser-js/bowser - 3c755ed710611e1bde74a0cec6024e104716e30f authored almost 10 years ago by Andrew Shaffer <[email protected]>
rebuild

github.com/bowser-js/bowser - 5307ce8bbe48cd5a68d6f414eb72ba82e0e5b5b0 authored over 10 years ago by Dustin Diaz <[email protected]>
Merge pull request #58 from trillioncz/master

mark BB10 browser as A graded

github.com/bowser-js/bowser - bd39e6eb710476d3ec76e97b0e4de21b831fecf2 authored over 10 years ago by Dustin Diaz <[email protected]>
Merge pull request #63 from stefanpenner/patch-1

ensure the define belongs to amd

github.com/bowser-js/bowser - a058eb3c718e9eac240765071d24deb7fe384b30 authored over 10 years ago by Dustin Diaz <[email protected]>
ensure the define belongs to amd

github.com/bowser-js/bowser - 657f85a1b8ed289d705a9d41f735153da93585d2 authored over 10 years ago by Stefan Penner <[email protected]>
mark BB10 browser as A graded

github.com/bowser-js/bowser - ac247c5d14ebc16514cdb65c7569f63361a07312 authored over 10 years ago by Ales Rippl <[email protected]>
Merge pull request #52 from rouge8/patch-1

Fix version number in component.json

github.com/bowser-js/bowser - defca35d7cbedf85f6f4b7ab473abdf95d0af4f2 authored over 10 years ago by Dustin Diaz <[email protected]>
Fix version number in component.json

github.com/bowser-js/bowser - a5313a79275dd76352d901b7558cf75bcde19172 authored over 10 years ago by Andy Freeland <[email protected]>
0.7.1

github.com/bowser-js/bowser - 36b1b240a0738c488cd0ba629b2c2d27c1c4f662 authored almost 11 years ago by Dustin Diaz <[email protected]>
0.7.0

github.com/bowser-js/bowser - 7c017173cea7c90bc7cd60470ec0ea4fadde2c89 authored almost 11 years ago by Dustin Diaz <[email protected]>
bump `a` version browsers

github.com/bowser-js/bowser - dff5cc37be979f2c122d63980c8c3440d8cf3a64 authored almost 11 years ago by Dustin Diaz <[email protected]>
updates tests to reflect new browser groups

github.com/bowser-js/bowser - 1a70355675006e1191666c1a666a7f5cbfdc2824 authored almost 11 years ago by Dustin Diaz <[email protected]>
Merge pull request #49 from dominicbarnes/master

Adding component.json for component.js support

github.com/bowser-js/bowser - 96897167633dd1129a5c9fe82ca62c95fc6af301 authored almost 11 years ago by Dustin Diaz <[email protected]>
adding component.json for component.js support

github.com/bowser-js/bowser - 577265e82f22bf274bfd4f3083f8bf6833e0e1f8 authored almost 11 years ago by Dominic Barnes <[email protected]>
update readme with better info

github.com/bowser-js/bowser - 8ebfe6cd4871944e5b9c43aec35a6f7a8e20b23a authored almost 11 years ago by Dustin Diaz <[email protected]>
0.6.0

github.com/bowser-js/bowser - fb2608077e3d9229cf4f90b00ad5575de7b1d238 authored almost 11 years ago by Dustin Diaz <[email protected]>
Merge pull request #48 from BendingBender/refactor-duplications

Refactor duplications, add sailfish, prevent executing all regex matching upfront

github.com/bowser-js/bowser - 62d192e61ad55532a33604bebde5c3b65b937e32 authored almost 11 years ago by Dustin Diaz <[email protected]>
Merge pull request #47 from BendingBender/add-tizen-detection

Added tizen detection

github.com/bowser-js/bowser - 87616180cfeb3890f488fa3d2969ab5cf017b8e0 authored almost 11 years ago by Dustin Diaz <[email protected]>
Merge pull request #46 from BendingBender/add-iceweasel-detection

Add iceweasel detection

github.com/bowser-js/bowser - 3325ae08c15c2ea10f9a0a681d25970c51d9ac42 authored almost 11 years ago by Dustin Diaz <[email protected]>
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

github.com/bowser-js/bowser - 1e7a7279c8af95200164112fc9563762202ed63e authored almost 11 years ago by BendingBender <[email protected]>
separated os detection specific code from webkit-based browser detection

github.com/bowser-js/bowser - 8bcd3bc80245a136ae67ea1f67db8ab025e6275a authored almost 11 years ago by BendingBender <[email protected]>
rebuilt lib

github.com/bowser-js/bowser - 3fd9de187d3a652886d2f8066d6b2306f9a310f6 authored almost 11 years ago by BendingBender <[email protected]>
Merge branch 'add-tizen-detection' into refactor-duplications

Conflicts:
bowser.min.js

github.com/bowser-js/bowser - c30463a454e681ee70e3d27f0a25d2d6667fd3ea authored almost 11 years ago by BendingBender <[email protected]>
removed (undocumented) `mozilla` flag that was merely mirroring the `gecko` flag

github.com/bowser-js/bowser - 6ed5e29fd02e97caf313e2f2d094a2c06145a74f authored almost 11 years ago by BendingBender <[email protected]>
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

github.com/bowser-js/bowser - fd1d833dece569fb83a6183601447cd39bbdb094 authored almost 11 years ago by BendingBender <[email protected]>
Merge branch 'add-iceweasel-detection' into add-tizen-detection

Conflicts:
bowser.min.js

github.com/bowser-js/bowser - f07d14b89abe7d7b807a640483c7458a410312b4 authored almost 11 years ago by BendingBender <[email protected]>
Merge branch 'master' of https://github.com/ded/bowser into add-iceweasel-detection

Conflicts:
bowser.min.js

github.com/bowser-js/bowser - 30bd58569d49251af62fb17dec2802c66eaf03b9 authored almost 11 years ago by BendingBender <[email protected]>
Merge pull request #45 from BendingBender/add-bada-detection

Added bada detection

github.com/bowser-js/bowser - be6296cb7f0756b9dc316ea4dd69d85f03889a5d authored almost 11 years ago by Dustin Diaz <[email protected]>
Merge pull request #44 from BendingBender/add-tablet-flag

Separated `mobile` devices from tablets by introducing `tablet` flag

github.com/bowser-js/bowser - f5f9f315121b2cfeedeedda0d55d5ada999a07be authored almost 11 years ago by Dustin Diaz <[email protected]>
Merge pull request #43 from BendingBender/combine-webos-and-touchpad

Combined webos and touchpad detection, added flag silk, updated readme

github.com/bowser-js/bowser - 77b4d68c2945808911b41598b0d2dfced3db7c26 authored almost 11 years ago by Dustin Diaz <[email protected]>
Merge branch 'add-bada-detection' into refactor-duplications

Conflicts:
bowser.min.js

github.com/bowser-js/bowser - 4029ba1e9a16491f82c5e238a9804ac343fdc2b8 authored almost 11 years ago by BendingBender <[email protected]>
removed jshint rule that was introduced for code that was later removed

github.com/bowser-js/bowser - e4ed52c0ec6e4eeff00f953b745b31e70bfd78f1 authored almost 11 years ago by BendingBender <[email protected]>
small code simplification

github.com/bowser-js/bowser - 2e5dbd10b365b18c8972dee1396116831eb6ca1b authored almost 11 years ago by BendingBender <[email protected]>
first flush of refactorings, clarified identifiers, moved flag generation for OSes that may have multiple browsers out of browser-specific code

github.com/bowser-js/bowser - 745c38b758bcf2f5ccfb5befaa4e7a74301ed208 authored almost 11 years ago by BendingBender <[email protected]>
fixed unneded check introduced by copy&paste

github.com/bowser-js/bowser - a796ce79f8099d2d16565a64ca6caab769d852d0 authored almost 11 years ago by BendingBender <[email protected]>
small cleanup

github.com/bowser-js/bowser - c19a6672aa832a36c5a3c613706bbe973611d7c5 authored almost 11 years ago by BendingBender <[email protected]>
added detection for tizen and a new `tizen` flag

github.com/bowser-js/bowser - e39d6a8fc03354c2e99cad9085a7ce71ad3fb531 authored almost 11 years ago by BendingBender <[email protected]>
generated lib/minified lib

github.com/bowser-js/bowser - 6b0bc2ee9b83f2aae1ac2b86521df8b089b93ff7 authored almost 11 years ago by BendingBender <[email protected]>
added detection for iceweasel, detecting it as firefox, no extra flags added

github.com/bowser-js/bowser - b7622cdb3ae76f8f4d0910a8ddc709c95cf61cf4 authored almost 11 years ago by BendingBender <[email protected]>
added detection for bada browser, changed docs to reflect the new flag

github.com/bowser-js/bowser - 8fd5310a53cb2ec1e061f7931a434772352050d2 authored almost 11 years ago by BendingBender <[email protected]>
added docs for `tablet` flag

github.com/bowser-js/bowser - 90c375380fcdf51e60206ccaa6faa7ba4807d989 authored almost 11 years ago by BendingBender <[email protected]>
added tablet detection, refined blackberry and older mobile chrome detection, added more tests for android native browser

github.com/bowser-js/bowser - bae0904d80eadfd3091cb1ab6348e82c3c8be36c authored almost 11 years ago by BendingBender <[email protected]>
Merge branch 'master' of https://github.com/ded/bowser into combine-webos-and-touchpad

github.com/bowser-js/bowser - a4be4df6b02c933c85043f02e6329410e8732694 authored almost 11 years ago by BendingBender <[email protected]>
Added description of version field to readme.

github.com/bowser-js/bowser - a7c41d2ee91554aa1d44b296b70c23e39c889d20 authored almost 11 years ago by BendingBender <[email protected]>
yet another silk addition to readme

github.com/bowser-js/bowser - e84b3d98de04ed89cea65ae362539471764c5cb2 authored almost 11 years ago by BendingBender <[email protected]>
added silk browser detection to readme

github.com/bowser-js/bowser - eb20ecaf5d485d2b151b4a60844de3ca1ccb5fcd authored almost 11 years ago by BendingBender <[email protected]>
combined webos and touchpad as webos with optional touchpad flag, added silk flag for silk browser, expanded documentation

github.com/bowser-js/bowser - 23e385f884e83ee34703b29eebd151146824d5d2 authored almost 11 years ago by BendingBender <[email protected]>
Merge pull request #42 from BendingBender/add-more-tests

expanded test suite, added webos version detection

github.com/bowser-js/bowser - c286077ace7618e5c37cd5166e47ceb9e6e84090 authored almost 11 years ago by Dustin Diaz <[email protected]>
expanded test suite, added webos version detection

github.com/bowser-js/bowser - a4014721f27e8215d4221a916d566d73430656e4 authored almost 11 years ago by BendingBender <[email protected]>
adds build image

github.com/bowser-js/bowser - 96ce8333182e8cfc8135234e62dfb077bf9786d3 authored almost 11 years ago by Dustin Diaz <[email protected]>
new travis integration

github.com/bowser-js/bowser - 521011d9c4bca3c7833812940b340aba1a7c43cd authored almost 11 years ago by Dustin Diaz <[email protected]>
0.5.0

github.com/bowser-js/bowser - d13f962a162f01c9c4e5d804ccaed1a84b3676a4 authored almost 11 years ago by Dustin Diaz <[email protected]>
Merge pull request #41 from BendingBender/make-testable-and-add-tests

Expanded detection and tests

github.com/bowser-js/bowser - 2f3c3e7e3dc483417b49529973c02c12c4831d92 authored almost 11 years ago by Dustin Diaz <[email protected]>
marginally improved regex to detect firefoxos

github.com/bowser-js/bowser - ffd340c62b6ea000209dc3eb00fd1b0f39da597f authored almost 11 years ago by BendingBender <[email protected]>
Merge branch 'master' into make-testable-and-add-tests

Conflicts:
bowser.js
bowser.min.js

github.com/bowser-js/bowser - b62ae3e233a7c7e69b00c9974e90f19d65bb982a authored almost 11 years ago by BendingBender <[email protected]>
0.4.0

github.com/bowser-js/bowser - 1bbfe34a2c710d04fc779c0ff00e9968362fcab6 authored almost 11 years ago by Dustin Diaz <[email protected]>
rebuild

github.com/bowser-js/bowser - bd319d48148f36c577ade389be17925a5917b8e0 authored almost 11 years ago by Dustin Diaz <[email protected]>
Merge branch 'make-testable-and-add-tests' of github.com:Jimdo/bowser into Jimdo-make-testable-and-add-tests

github.com/bowser-js/bowser - 8b6ba9bfd2a8bb383a30372d40d580d73d70c101 authored almost 11 years ago by Dustin Diaz <[email protected]>
update copyright date

github.com/bowser-js/bowser - cc27fc5f28582052efcfac79b2308288eb55b075 authored almost 11 years ago by Dustin Diaz <[email protected]>
updated readme

github.com/bowser-js/bowser - 5aeeb687461583e17ab37cb6adff4a5fee8c9fcd authored almost 11 years ago by BendingBender <[email protected]>
removed falsy flags from results, added osversion for ios/android/winphone,

added msie flag for winphone, made ios safari a-grade down to v6

github.com/bowser-js/bowser - ede3ff49cd561579f226d392cf8ec288c857d1da authored almost 11 years ago by BendingBender <[email protected]>
made version extraction less error-prone/more future-proof, will now always check

if result of regex match is truthy and array bounds are correct before actually
accessing the ver...

github.com/bowser-js/bowser - 0da898f90694e901b9faa1a3e3db73a028b21df9 authored almost 11 years ago by BendingBender <[email protected]>
added detection and tests for firefox on firefox os

github.com/bowser-js/bowser - 24dd55d9b41b8be19966208873cd81e26c80d44b authored almost 11 years ago by BendingBender <[email protected]>
added tests for seamonkey and fixed detection

github.com/bowser-js/bowser - 1a22035c5b0d967afb3f336cab8589b7840629a7 authored almost 11 years ago by BendingBender <[email protected]>
added tests and detection for mobile firefox and mobile chrome

github.com/bowser-js/bowser - 4acca40a99c7e41aee28564fd3d4b793bae8f1e9 authored almost 11 years ago by BendingBender <[email protected]>
fixed indentation

github.com/bowser-js/bowser - 4fdd74d05a39e666ee98ca8210ab688ad0673b2d authored almost 11 years ago by BendingBender <[email protected]>
Merge branch 'expand-browser-support' of https://github.com/Jimdo/bowser into make-testable-and-add-tests

Conflicts:
src/bowser.js
src/useragents.js

github.com/bowser-js/bowser - ebfaba07e514a7e7f1e1f582fa33f1597fed8482 authored almost 11 years ago by BendingBender <[email protected]>
added detection for newer opera + opera mobile (new/legacy)

github.com/bowser-js/bowser - 5d246add74b988c0e13638fd17f78043f7f75f98 authored almost 11 years ago by BendingBender <[email protected]>
Merge branch 'origin/stable' into make-testable-and-add-tests

github.com/bowser-js/bowser - 981354333eac73af53fd0e7746f0823502c05ec4 authored almost 11 years ago by Hannes Diercks <[email protected]>
0.3.9

github.com/bowser-js/bowser - d782ab54b1a1d972b68d401f5acc3a76a2acba29 authored almost 11 years ago by Dustin Diaz <[email protected]>
rebuild for #37

github.com/bowser-js/bowser - 36a94abe1b7e614ca7cf5f7cd85f5cbdc35201c5 authored almost 11 years ago by Dustin Diaz <[email protected]>
adds `ipod` to the mix

closes #37

github.com/bowser-js/bowser - fe82184bdfb075eb5f3eff8ab85a0340bc4eae39 authored almost 11 years ago by Dustin Diaz <[email protected]>
0.3.8

github.com/bowser-js/bowser - 3f793853c8e1ff38b127c461228c3aa41f317ac2 authored almost 11 years ago by Dustin Diaz <[email protected]>
rebuild

github.com/bowser-js/bowser - d34499a4d9542a89b8fb0796373604934e437f2f authored almost 11 years ago by Dustin Diaz <[email protected]>
add `ipad` and `mobile` to chrome devices

github.com/bowser-js/bowser - 4bba352a16d53524f3bb57e31932d91253f00073 authored almost 11 years ago by Dustin Diaz <[email protected]>
Merge pull request #38 from smtlaissezfaire/amazon_silk

fix README formatting

github.com/bowser-js/bowser - 9c3d5b9ed8b0acdeb084a54611481e6295edbdf9 authored almost 11 years ago by Dustin Diaz <[email protected]>
fix README formatting

github.com/bowser-js/bowser - 8e2b077a4b459d954bcfe08a7874269715f0e9ea authored almost 11 years ago by Scott Taylor <[email protected]>
0.3.7

github.com/bowser-js/bowser - 819b2eccd89b55be3c1e6c8c8f6e782d9573a2df authored almost 11 years ago by Dustin Diaz <[email protected]>
closes #35 - making silk not part of safari detection

github.com/bowser-js/bowser - 6f23dc0338876dc98a4e0fb3714e7695e93dc948 authored almost 11 years ago by Dustin Diaz <[email protected]>
0.3.6

github.com/bowser-js/bowser - 450e3158db840c1310a12acd0ce5876b53fb2398 authored almost 11 years ago by Dustin Diaz <[email protected]>
Merge branch 'amazon_silk' of github.com:smtlaissezfaire/bowser into smtlaissezfaire-amazon_silk

Conflicts:
bowser.min.js

github.com/bowser-js/bowser - 3817621cc09f7f9b6b900da32f1b8c41d3e4dfec authored almost 11 years ago by Dustin Diaz <[email protected]>
0.3.5

github.com/bowser-js/bowser - cffc0c8a00be5c3b6d678610351b709d3ba69e9a authored almost 11 years ago by Dustin Diaz <[email protected]>
closes #16 - move commonjs to first check

github.com/bowser-js/bowser - efe1c6719a75b05e5372496d9fe8670125364001 authored almost 11 years ago by Dustin Diaz <[email protected]>
add building instructions

github.com/bowser-js/bowser - 0ff5acd06f865553c903a68925c7fee86f5db01f authored almost 11 years ago by Scott Taylor <[email protected]>
add support amazon silk support for kindle devices

github.com/bowser-js/bowser - 325df23ddc00aca11c031d022b23858d6b80befb authored almost 11 years ago by Scott Taylor <[email protected]>
Add support for ipod, windowsphone, webos and blackberry.

github.com/bowser-js/bowser - 8668678f8a226c4d3c457570c4a0ef99f93158cd authored about 11 years ago by Hannes Diercks <[email protected]>
Make testable and add tests.

github.com/bowser-js/bowser - 89cffac4a5a27bbcb7a8b253495c8efd74a3336f authored about 11 years ago by Hannes Diercks <[email protected]>
bump for new 'crios': Chrome for iOS

github.com/bowser-js/bowser - 88589615f4d7e1cceb5ba21d25e2947218f2a1b2 authored about 11 years ago by Dustin Diaz <[email protected]>
Merge pull request #31 from robCrawford/master

Added Chrome for iOS

github.com/bowser-js/bowser - 9ef72aeb6fbcd6e18c6ed76df343d3c60bcb87a4 authored about 11 years ago by Dustin Diaz <[email protected]>
Added Chrome for iOS

github.com/bowser-js/bowser - 0a1352304125680791c45709c5ec18e218d53cfc authored about 11 years ago by Rob <[email protected]>
Merge pull request #30 from boblauer/browser-name

Adds a name property to the returned object

github.com/bowser-js/bowser - 5884b1687458cbbe31c24040d19ec5531f0bff96 authored about 11 years ago by Dustin Diaz <[email protected]>
Added name property

github.com/bowser-js/bowser - 647b7d77f8d1b6309276750684cbb9441701ad0d authored about 11 years ago by Bob Lauer <[email protected]>
semicolon surprise

github.com/bowser-js/bowser - af42c3fd45f544e78b9e24b797083edd275cc902 authored about 11 years ago by Dustin Diaz <[email protected]>
rebuild min.

bump to 0.3.2

github.com/bowser-js/bowser - f448737f155d88fec36c42668f7ac2616a4f57ee authored about 11 years ago by Dustin Diaz <[email protected]>
Merge pull request #25 from robCrawford/patch-1

Fix bug in Opera version regex

github.com/bowser-js/bowser - 17fbf342920eeb5c4d92f2fb01d7d2a49cd8b691 authored about 11 years ago by Dustin Diaz <[email protected]>
Fix bug in Opera version regex

github.com/bowser-js/bowser - 37a2e4834ae259b4d5b3a8912ace4e5cbed6bb66 authored about 11 years ago by Rob Crawford <[email protected]>
Fix bug in Opera version regex

github.com/bowser-js/bowser - 99a0a4e4269a667cc3013e49e5cf926b5f63ead8 authored about 11 years ago by Rob Crawford <[email protected]>
upgrade support

github.com/bowser-js/bowser - 20826d1ea5c9d26858ab83fc0b814b82844e75e3 authored over 11 years ago by Dustin Diaz <[email protected]>
rebuild and new relase for IE, Opera, & Phantom

cut v0.3

github.com/bowser-js/bowser - 541fab750efe806819872ad6fc4aaff176660a58 authored over 11 years ago by Dustin Diaz <[email protected]>