Ecosyste.ms: OpenCollective

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

github.com/bowser-js/bowser

a browser detector
https://github.com/bowser-js/bowser

add support for googlebot detection

3c755ed710611e1bde74a0cec6024e104716e30f authored almost 10 years ago by Andrew Shaffer <[email protected]>
0.7.2

5a3d3766b9984ae0f03a1968fb929a7d7b942259 authored over 10 years ago by Dustin Diaz <[email protected]>
rebuild

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

mark BB10 browser as A graded

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

a058eb3c718e9eac240765071d24deb7fe384b30 authored over 10 years ago by Dustin Diaz <[email protected]>
ensure the define belongs to amd

657f85a1b8ed289d705a9d41f735153da93585d2 authored over 10 years ago by Stefan Penner <[email protected]>
mark BB10 browser as A graded

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

defca35d7cbedf85f6f4b7ab473abdf95d0af4f2 authored over 10 years ago by Dustin Diaz <[email protected]>
Fix version number in component.json

a5313a79275dd76352d901b7558cf75bcde19172 authored over 10 years ago by Andy Freeland <[email protected]>
0.7.1

36b1b240a0738c488cd0ba629b2c2d27c1c4f662 authored almost 11 years ago by Dustin Diaz <[email protected]>
0.7.0

7c017173cea7c90bc7cd60470ec0ea4fadde2c89 authored almost 11 years ago by Dustin Diaz <[email protected]>
bump `a` version browsers

dff5cc37be979f2c122d63980c8c3440d8cf3a64 authored almost 11 years ago by Dustin Diaz <[email protected]>
updates tests to reflect new browser groups

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

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

577265e82f22bf274bfd4f3083f8bf6833e0e1f8 authored almost 11 years ago by Dominic Barnes <[email protected]>
update readme with better info

8ebfe6cd4871944e5b9c43aec35a6f7a8e20b23a authored almost 11 years ago by Dustin Diaz <[email protected]>
0.6.0

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

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

Added tizen detection

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

Add iceweasel detection

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

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

8bcd3bc80245a136ae67ea1f67db8ab025e6275a authored almost 11 years ago by BendingBender <[email protected]>
rebuilt lib

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

Conflicts:
bowser.min.js

c30463a454e681ee70e3d27f0a25d2d6667fd3ea authored almost 11 years ago by BendingBender <[email protected]>
removed (undocumented) `mozilla` flag that was merely mirroring the `gecko` flag

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

fd1d833dece569fb83a6183601447cd39bbdb094 authored almost 11 years ago by BendingBender <[email protected]>
Merge branch 'add-iceweasel-detection' into add-tizen-detection

Conflicts:
bowser.min.js

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

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

Added bada detection

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

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

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

Conflicts:
bowser.min.js

4029ba1e9a16491f82c5e238a9804ac343fdc2b8 authored almost 11 years ago by BendingBender <[email protected]>
removed jshint rule that was introduced for code that was later removed

e4ed52c0ec6e4eeff00f953b745b31e70bfd78f1 authored almost 11 years ago by BendingBender <[email protected]>
small code simplification

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

745c38b758bcf2f5ccfb5befaa4e7a74301ed208 authored almost 11 years ago by BendingBender <[email protected]>
fixed unneded check introduced by copy&paste

a796ce79f8099d2d16565a64ca6caab769d852d0 authored almost 11 years ago by BendingBender <[email protected]>
small cleanup

c19a6672aa832a36c5a3c613706bbe973611d7c5 authored almost 11 years ago by BendingBender <[email protected]>
added detection for tizen and a new `tizen` flag

e39d6a8fc03354c2e99cad9085a7ce71ad3fb531 authored almost 11 years ago by BendingBender <[email protected]>
generated lib/minified lib

6b0bc2ee9b83f2aae1ac2b86521df8b089b93ff7 authored almost 11 years ago by BendingBender <[email protected]>
added detection for iceweasel, detecting it as firefox, no extra flags added

b7622cdb3ae76f8f4d0910a8ddc709c95cf61cf4 authored almost 11 years ago by BendingBender <[email protected]>
added detection for bada browser, changed docs to reflect the new flag

8fd5310a53cb2ec1e061f7931a434772352050d2 authored almost 11 years ago by BendingBender <[email protected]>
added docs for `tablet` flag

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

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

a4be4df6b02c933c85043f02e6329410e8732694 authored almost 11 years ago by BendingBender <[email protected]>
Added description of version field to readme.

a7c41d2ee91554aa1d44b296b70c23e39c889d20 authored almost 11 years ago by BendingBender <[email protected]>
yet another silk addition to readme

e84b3d98de04ed89cea65ae362539471764c5cb2 authored almost 11 years ago by BendingBender <[email protected]>
added silk browser detection to readme

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

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

c286077ace7618e5c37cd5166e47ceb9e6e84090 authored almost 11 years ago by Dustin Diaz <[email protected]>
expanded test suite, added webos version detection

a4014721f27e8215d4221a916d566d73430656e4 authored almost 11 years ago by BendingBender <[email protected]>
adds build image

96ce8333182e8cfc8135234e62dfb077bf9786d3 authored almost 11 years ago by Dustin Diaz <[email protected]>
new travis integration

521011d9c4bca3c7833812940b340aba1a7c43cd authored almost 11 years ago by Dustin Diaz <[email protected]>
0.5.0

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

2f3c3e7e3dc483417b49529973c02c12c4831d92 authored almost 11 years ago by Dustin Diaz <[email protected]>
marginally improved regex to detect firefoxos

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

b62ae3e233a7c7e69b00c9974e90f19d65bb982a authored almost 11 years ago by BendingBender <[email protected]>
0.4.0

1bbfe34a2c710d04fc779c0ff00e9968362fcab6 authored almost 11 years ago by Dustin Diaz <[email protected]>
rebuild

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

8b6ba9bfd2a8bb383a30372d40d580d73d70c101 authored almost 11 years ago by Dustin Diaz <[email protected]>
update copyright date

cc27fc5f28582052efcfac79b2308288eb55b075 authored almost 11 years ago by Dustin Diaz <[email protected]>
updated readme

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

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...

0da898f90694e901b9faa1a3e3db73a028b21df9 authored almost 11 years ago by BendingBender <[email protected]>
added detection and tests for firefox on firefox os

24dd55d9b41b8be19966208873cd81e26c80d44b authored almost 11 years ago by BendingBender <[email protected]>
added tests for seamonkey and fixed detection

1a22035c5b0d967afb3f336cab8589b7840629a7 authored almost 11 years ago by BendingBender <[email protected]>
added tests and detection for mobile firefox and mobile chrome

4acca40a99c7e41aee28564fd3d4b793bae8f1e9 authored almost 11 years ago by BendingBender <[email protected]>
fixed indentation

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

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

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

981354333eac73af53fd0e7746f0823502c05ec4 authored almost 11 years ago by Hannes Diercks <[email protected]>
0.3.9

d782ab54b1a1d972b68d401f5acc3a76a2acba29 authored almost 11 years ago by Dustin Diaz <[email protected]>
rebuild for #37

36a94abe1b7e614ca7cf5f7cd85f5cbdc35201c5 authored almost 11 years ago by Dustin Diaz <[email protected]>
adds `ipod` to the mix

closes #37

fe82184bdfb075eb5f3eff8ab85a0340bc4eae39 authored almost 11 years ago by Dustin Diaz <[email protected]>
0.3.8

3f793853c8e1ff38b127c461228c3aa41f317ac2 authored almost 11 years ago by Dustin Diaz <[email protected]>
rebuild

d34499a4d9542a89b8fb0796373604934e437f2f authored almost 11 years ago by Dustin Diaz <[email protected]>
add `ipad` and `mobile` to chrome devices

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

fix README formatting

9c3d5b9ed8b0acdeb084a54611481e6295edbdf9 authored almost 11 years ago by Dustin Diaz <[email protected]>
fix README formatting

8e2b077a4b459d954bcfe08a7874269715f0e9ea authored almost 11 years ago by Scott Taylor <[email protected]>
0.3.7

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

6f23dc0338876dc98a4e0fb3714e7695e93dc948 authored almost 11 years ago by Dustin Diaz <[email protected]>
0.3.6

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

3817621cc09f7f9b6b900da32f1b8c41d3e4dfec authored almost 11 years ago by Dustin Diaz <[email protected]>
0.3.5

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

efe1c6719a75b05e5372496d9fe8670125364001 authored almost 11 years ago by Dustin Diaz <[email protected]>
add building instructions

0ff5acd06f865553c903a68925c7fee86f5db01f authored almost 11 years ago by Scott Taylor <[email protected]>
add support amazon silk support for kindle devices

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

8668678f8a226c4d3c457570c4a0ef99f93158cd authored about 11 years ago by Hannes Diercks <[email protected]>
Make testable and add tests.

89cffac4a5a27bbcb7a8b253495c8efd74a3336f authored about 11 years ago by Hannes Diercks <[email protected]>
bump for new 'crios': Chrome for iOS

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

Added Chrome for iOS

9ef72aeb6fbcd6e18c6ed76df343d3c60bcb87a4 authored about 11 years ago by Dustin Diaz <[email protected]>
Added Chrome for iOS

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

5884b1687458cbbe31c24040d19ec5531f0bff96 authored about 11 years ago by Dustin Diaz <[email protected]>
Added name property

647b7d77f8d1b6309276750684cbb9441701ad0d authored about 11 years ago by Bob Lauer <[email protected]>
semicolon surprise

af42c3fd45f544e78b9e24b797083edd275cc902 authored about 11 years ago by Dustin Diaz <[email protected]>
rebuild min.

bump to 0.3.2

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

17fbf342920eeb5c4d92f2fb01d7d2a49cd8b691 authored about 11 years ago by Dustin Diaz <[email protected]>
Fix bug in Opera version regex

37a2e4834ae259b4d5b3a8912ace4e5cbed6bb66 authored about 11 years ago by Rob Crawford <[email protected]>
Fix bug in Opera version regex

99a0a4e4269a667cc3013e49e5cf926b5f63ead8 authored about 11 years ago by Rob Crawford <[email protected]>
upgrade support

20826d1ea5c9d26858ab83fc0b814b82844e75e3 authored over 11 years ago by Dustin Diaz <[email protected]>
rebuild and new relase for IE, Opera, & Phantom

cut v0.3

541fab750efe806819872ad6fc4aaff176660a58 authored over 11 years ago by Dustin Diaz <[email protected]>