Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
cheerio
The fast, flexible & elegant library for parsing and manipulating HTML.
Collective -
Host: opensource -
https://opencollective.com/cheerio
- Website: https://cheerio.js.org
- Code: https://github.com/cheeriojs
github.com/cheeriojs/cheerio - 72c91701217384d065818066d5e84d1b75651bfa authored almost 12 years ago by David Chambers <[email protected]>
github.com/cheeriojs/cheerio - f817bd15587b86b30f6dc2e091c8b7ed1a0bbf62 authored almost 12 years ago by David Chambers <[email protected]>
github.com/cheeriojs/cheerio - d117b59f9ed6cffa49cf99c7a710b81cc819517a authored almost 12 years ago by David Chambers <[email protected]>
Fix implementation of $.fn.children
github.com/cheeriojs/cheerio - 8836daafe4cec1c5c1ca142b6c6dd07eca1ca3f6 authored almost 12 years ago by Matthew Mueller <[email protected]>As per @davidchambers's feedback:
- use `_.reduce` rather than a for loop
- pass `isTag` to `_....
According to [the jQuery documentation on
`$.fn.children`](http://api.jquery.com/children/):
> ...
github.com/cheeriojs/cheerio - 527bfef285d8999a0fe3333d034cb4b489b68f47 authored almost 12 years ago by Mike Pennisi <[email protected]>Introduce "$.contains"
github.com/cheeriojs/cheerio - 81f2e78b6eab9ee9bc4085e74baf405359986fcd authored almost 12 years ago by Matthew Mueller <[email protected]>Remove global `render`
github.com/cheeriojs/cheerio - 9c89c4f323734fbad9a535ea164a99b972c8a2fc authored almost 12 years ago by Matthew Mueller <[email protected]>github.com/cheeriojs/cheerio - 9d7b58562ea5d1bbbfb9e46f88a56ce334fd21d8 authored almost 12 years ago by Wayne Larsen <[email protected]>
github.com/cheeriojs/cheerio - 4e185c4f642edb040029879417cbfd95337ac7d1 authored about 12 years ago by Matt Mueller <[email protected]>
Cancel iteration when iterator returns false
github.com/cheeriojs/cheerio - 1aa80ee09b225bcfb85fb173d0bbf173e88fda8d authored about 12 years ago by Matt Mueller <[email protected]>
As noted in the [jQuery API docs on
.each()](http://api.jquery.com/each/):
> We can stop the lo...
github.com/cheeriojs/cheerio - c26f6e5a676baf48a950c7525ff974b78cb560db authored about 12 years ago by Mike Pennisi <[email protected]>
From [the jQuery API docs on
$.contain()](http://api.jquery.com/jQuery.contains/)
> Description...
github.com/cheeriojs/cheerio - 3e2d19eebc693a73948e76ce7a4f320c1ffc81a5 authored about 12 years ago by Mike Pennisi <[email protected]>github.com/cheeriojs/cheerio - 91a336a2574076c7fbd16ccfe977aa30afaf6f61 authored about 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - b4285a49440d017a581579c5ab7bb8314eb7af38 authored about 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - a3016fbd19f51cf7ebbd76e77f2944418a7f0e49 authored about 12 years ago by Matt Mueller <[email protected]>
use a bound function rather than passing context to `_.filter`
github.com/cheeriojs/cheerio - 35970d551236a9b764a93ecbc6b8af156e6f3c26 authored about 12 years ago by Matt Mueller <[email protected]>$.find should query descendants only
github.com/cheeriojs/cheerio - 1f44606e10425207de0603c122c894d595859e30 authored about 12 years ago by Matt Mueller <[email protected]>
Find should not query the element it is called on. For instance, the
following should return 1:
...
github.com/cheeriojs/cheerio - 0e8f15fbab2ba43d84cc71b6998a4d8d157bbb34 authored about 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 3ff8a2683490ae74d57a8e480ebfc2e4aabda3cd authored about 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - ecdef66b8aac702358f1ebcdf605045a3d10c50c authored about 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 13e6879e20ca15b099b7158f0eb37557ee6f686b authored about 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - ac6e084a544d012cb4c78650b2e56dd789d1b9ac authored about 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 3b41437561a3876bfe1d366eb8d06a04a99d90a5 authored about 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 8fc7716d125bf43a72a9aaeeaeb6bc518af5325d authored about 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 2b7500d707a7ca8411953aca10556b7f5180658b authored about 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 7d3ef3804014717dc3805d7fb60cb1eebd713676 authored about 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 2edee007a602cbddfada017ecd72632c717e632d authored about 12 years ago by David Chambers <[email protected]>
github.com/cheeriojs/cheerio - 2b77294792cb7651376d505e802c20af391bf750 authored about 12 years ago by Matt Mueller <[email protected]>
use `_.each` and `_.map` to simplify cheerio namesakes
github.com/cheeriojs/cheerio - 1715a3472ce072474a54184268fea4258f466b00 authored about 12 years ago by Matt Mueller <[email protected]>Added a toString() method
github.com/cheeriojs/cheerio - 8b3ac386551a0a6550fb37bed2b32fb199bf54bb authored about 12 years ago by Matt Mueller <[email protected]>Added filter() with tests and updated readme
github.com/cheeriojs/cheerio - 6d8ba33b9d2c5581b1faa1046b1ac67f07acb057 authored about 12 years ago by Matt Mueller <[email protected]>github.com/cheeriojs/cheerio - 0fe2c6ef6e0cec35f21c53a084c217dbc4ddc3b9 authored about 12 years ago by Ben Sheldon <[email protected]>
github.com/cheeriojs/cheerio - f45874543d29e79e21fb67dea891719a28ae1ab0 authored about 12 years ago by Ben Sheldon <[email protected]>
github.com/cheeriojs/cheerio - 9fdcea1b4d3e1500c562bdb5d4d71b3e5aa908ce authored about 12 years ago by Ben Sheldon <[email protected]>
github.com/cheeriojs/cheerio - 0b7029312116214007cd9aabba779d21a0125095 authored about 12 years ago by David Chambers <[email protected]>
github.com/cheeriojs/cheerio - 0255e5a46ea9c491db7422d28f56e92682bfac40 authored about 12 years ago by Ben Sheldon <[email protected]>
github.com/cheeriojs/cheerio - e12cef1131a165b1f8e19476b1c4d20604e78397 authored about 12 years ago by Ben Sheldon <[email protected]>
removeClass removes spaces
github.com/cheeriojs/cheerio - 2307a2a70fe2ae99b8f7a5eb8e9faaa86c423cf0 authored about 12 years ago by Matt Mueller <[email protected]>github.com/cheeriojs/cheerio - bf56cb72866932e1acf8ebd3e575fbac72abbf11 authored about 12 years ago by Jos Shepherd <[email protected]>
github.com/cheeriojs/cheerio - 5825011e8f1ea4f6c93b0c0ec0351df1878b3b52 authored about 12 years ago by Jos Shepherd <[email protected]>
removed reference to size() from the readme
github.com/cheeriojs/cheerio - 2550e067e9ada310d8bb64b9b347db01f90285dc authored over 12 years ago by Matt Mueller <[email protected]>github.com/cheeriojs/cheerio - 730236585dc161fd0ce477e1559e2fa9c4a0de3d authored over 12 years ago by ironchefpython <[email protected]>
github.com/cheeriojs/cheerio - 34b99935e9be7c3a48111d61f603949d72629822 authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 04c4518b8ff644865e74241fefcb07a6bd7dfe39 authored over 12 years ago by Matt Mueller <[email protected]>
Minor changes to placate jslint.
github.com/cheeriojs/cheerio - a145526ad8b1aeebb562f622cbe48d81c560e2e2 authored over 12 years ago by Matt Mueller <[email protected]>github.com/cheeriojs/cheerio - d09cef22d8d19516f5c68137f47061e9e55a305a authored over 12 years ago by ironchefpython <[email protected]>
squashed commits for issue 105 - test for numeric attributes
github.com/cheeriojs/cheerio - 27f3dd2a412e09a7e4e13fc96088f9b9babfd3c1 authored over 12 years ago by Matt Mueller <[email protected]>github.com/cheeriojs/cheerio - e797dd450cd800f93a102743a556a44899acc4f2 authored over 12 years ago by ironchefpython <[email protected]>
github.com/cheeriojs/cheerio - 16e7df708ef99d7151df4a92cf737fdbab76751d authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - b6758a396315aadfcebb648e1798b7fafb3fef54 authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 470134b897c429ff1b338968b71cd90779199a81 authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 346e01d0db4ab1806be273a163ebb3e959bf4af0 authored over 12 years ago by Matt Mueller <[email protected]>
manipulation: DRY out `append` and `prepend`
github.com/cheeriojs/cheerio - e10b87a3094b1700a35449c4b1ccb9928950f874 authored over 12 years ago by Matt Mueller <[email protected]>github.com/cheeriojs/cheerio - 0c5e56ba4949079f878edbc4f136a19df16167d2 authored over 12 years ago by David Chambers <[email protected]>
github.com/cheeriojs/cheerio - 6f62175ea3dee3370a1598c0092703fbde10811a authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - aec1fa5c7a763361afbed63e5a45c16c345ee52a authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - a9759ab45a7febfc9e0e4f758f1c805c54e85d09 authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - c63e5c8b4af35230123e8d8729d122650f375fe0 authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 2160f6160a680ba067879035d40cd0d3b1131e45 authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - fa8e3ce223321016d79e027e143d4a6ab65e01a4 authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - acc28a7cb86faab06a7c537d8fd377e59f312882 authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - f48ddfac0ae5aecc9663abc359c724bd8737f7ca authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 364d37db53dc6ac9e87e6f9c8e19677c18fcf2ac authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - c45d1e1f3a57b5d93beb5c939f615cd65e921ee9 authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - 858a0530cd56e00742d4717a02effa4151a0f5d2 authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - d7939d4d211c51a8ce14823e5a6e2a2e9ce5c3a1 authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - feb451950ed344996550ad5d78818c7f77a7f81c authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - 8593dc93d1926399e63e6d0704816b95dfff4a4f authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - 992aa99bf685683bdfd7a48bcf6d7c0e460c56ef authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 4dcd133850b47faa67878bcf778194212fa8bb36 authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 7dd6048c7440db667b7e9b0e96114d2b5cd820cc authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - aac4ec443845a2e35940c7d8d08f7957e98b7c36 authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 3a08b06c16d0750b4023f542ad47ebfe3faa5895 authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 15abd90c206cccd915853ea096b50d4bf71e51ca authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 50eb6937d1fbde8c23ba0181769f13f4bd23e4d0 authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 81639d73f6a7a0e7ecd0874a31f491ea98498fac authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - 7394099cf2438725c54010dbd6ffe65647bddc42 authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - 0040c2b1cb7fef9106bfc7f51b3329d6e5bdcfb8 authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - 42ec2c31e26143471d222b4db34d0734e83e81eb authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - ca0b1f78922f16f8a84d7c0add79fb4c6888fb59 authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - 09e801a14a733fc3100599d5d0a7f7345da81a78 authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - b94f9e868591a036d44078628091f2f9a4a13b45 authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - 9cb78f55f71c2bee7ca1d8087bf80e9ada701d57 authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - 98b88ac2989f8fd26491eccfb95869e4bb8287fa authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - c942c46db476bd143d0bfa7aba4e801bb8c0c894 authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - cb1f2b3ad35a96f54b2513036143845220ff81ec authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - 2da3dd45393bd0f89f1586feaac05f476b91253f authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - afac2b98b0b931084d554a62bf60c4a779c58316 authored over 12 years ago by Matt Mueller <[email protected]>
github.com/cheeriojs/cheerio - 4956f8b7fc163b42ca13b925a765e62519769884 authored over 12 years ago by Matt Mueller <[email protected]>
Add syntax highlighting to readme
github.com/cheeriojs/cheerio - 30805555826bc38eba0b1114ae43c5111bde55a9 authored over 12 years ago by Matt Mueller <[email protected]>Regression in removeClass (null ref)
github.com/cheeriojs/cheerio - 1ea0c702a0dd223e7d4baffc6e32f228f18b7324 authored over 12 years ago by Matt Mueller <[email protected]>github.com/cheeriojs/cheerio - 464b43410c193315605be67a2327aa1ee447fd26 authored over 12 years ago by Sindre Sorhus <[email protected]>
github.com/cheeriojs/cheerio - ae1ec4469b2e5e958c4afd80fc3ac8889782811e authored over 12 years ago by Rob Ashton <[email protected]>
github.com/cheeriojs/cheerio - ee1c2a14859a0aaec1b72035a2efd345957b5baf authored over 12 years ago by Rob Ashton <[email protected]>
github.com/cheeriojs/cheerio - b9897cb1c71da7ff4a0f048331516c33a5c6feff authored over 12 years ago by Rob "Hurricane" Ashton <[email protected]>
github.com/cheeriojs/cheerio - 1b140b3d54c4f109dd5f6a516f0b68943aab1783 authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - 522a26edf1f4ad0ba588757f5452e3612acc374c authored over 12 years ago by Matthew Mueller <[email protected]>
github.com/cheeriojs/cheerio - 0abab890a74e8179f110f11652870e7f5a72c6eb authored over 12 years ago by Matthew Mueller <[email protected]>