Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/cheeriojs/cheerio
The fast, flexible, and elegant library for parsing and manipulating HTML and XML.
https://github.com/cheeriojs/cheerio
The `root` method is exported by the Cheerio module, and it is also
attached to each "loaded" Ch...
The `contains` method is exported by the Cheerio module, and it is also
attached to each "loaded...
The `merge` method is exported by the Cheerio module, and it is also
attached to each "loaded" C...
Previously, a number of methods were attached to the module's exported
value via iteration over ...
c1713b9d95ae148cf9236544958019f0bb2ed564 authored over 4 years ago by Mike Pennisi <[email protected]>
* Implement for...of iterator via Symbol.iterator
Similar to jQuery: https://github.com/jquer...
3d14eb681f58378efb2f5d42f7c039c5550633f6 authored over 4 years ago by Andreas Lind <[email protected]>
Methods named `load`, `html`, `xml`, and `text` are defined in many
locations:
Today, Cheerio d...
79db9cfe9e6c19fc3c74944fc703236914afa139 authored over 4 years ago by jugglinmike <[email protected]>
Promote consistency in variable names within the project's source and
unit tests. This helps to ...
d4f0bd2a58ba4f48affd70a534ef2b6316010ad4 authored over 4 years ago by Felix Böhm <[email protected]>
fixes #1175
aa0ac9343c2bac30e6040d46bc53c529a5f09b34 authored over 4 years ago by Jody LeCompte <[email protected]>04091a4f9f44dc5124b53718d74a2a1bf768594c authored over 4 years ago by Felix Böhm <[email protected]>
4aff6988b570da723bcaeaa014c89c7d5f37f961 authored over 4 years ago by jugglinmike <[email protected]>
bca23b6a202d822f44712ae7eaecbb377b5a123b authored over 4 years ago by Felix Böhm <[email protected]>
900b17774f8142271f11202f142b8cade76a8106 authored over 4 years ago by Felix Böhm <[email protected]>
Since enabling the `withDomLvl1` parsing option, nodes cannot be created
with an object literal....
ea7c0bc19eda94fb6d34ee902cf2a42e08d13a15 authored over 4 years ago by Zeke Sikelianos <[email protected]>
32297231bb272464f8a788db732efbecc52860ad authored over 4 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
* Correct typo in git hook configuration
* Reformat package manifest to satisfy linter
eaed69e55671ece6b774ee7ff52becc125be4335 authored over 4 years ago by jugglinmike <[email protected]>
This includes code coverage reports as generated by the command `make
test-cov`.
0c85e4bf8b90e9657fa3f91b113afc0aba8142b3 authored over 4 years ago by Bill Bishop <[email protected]>
4f6aee807e284e5e76a8f694eb9f2e653a48465b authored over 4 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
2df92fdeb6cd67b75366b34151a6a37378e62b87 authored over 4 years ago by Felix Böhm <[email protected]>
Breaking change: Invalid selectors now throw Errors, not SyntaxErrors.
c1a5e5ecde12a1060a4b1ee45a0b67b94a6ed9f8 authored over 4 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>fe0f90349d628f2156fa992d3439f07d51c5c19a authored over 4 years ago by Trevor <[email protected]>
Incorporate recent feedback from consumers who have experimented with
the version 1.0 release c...
2e5f27705207757d1ef5f1a77d08d50a13faa060 authored over 4 years ago by Mike Pennisi <[email protected]>
This flag is used to control parsing behavior internally, but it is not
intended for use by cons...
Simply expose an option named `xml` that enables XML parsing via
htmlparser2 with the ability to...
f5f1f6e51f89bdf3cd15466344e11aaad92fe9be authored over 4 years ago by Mike Pennisi <[email protected]>
d59b8dd4c3eb1b33a642aa41dcea1c9b68e61448 authored over 4 years ago by Mike Pennisi <[email protected]>
Limit responsibility of "pre-publish" script to simply validate the
project's `History.md` file ...
68b2941c95340770385355d1cf6c97ab900791c1 authored over 4 years ago by Mike Pennisi <[email protected]>
Update test phrasing according to recent changes in parsing logic.
cc8343473ad37faab17a412328d4b7a23a59ea89 authored over 4 years ago by Mike Pennisi <[email protected]>eb72fd6028464ee02da40e33c579357dfb1ae737 authored over 4 years ago by inikulin <[email protected]>
91f385cb438828af35850f27fdd6dcb6f8295717 authored over 4 years ago by inikulin <[email protected]>
d9e27030e82a66d0d3982dbe8ed6b6174a70c698 authored over 4 years ago by inikulin <[email protected]>
2d0940472dd8e7f8bd7d79a3b6c875c4173961e1 authored over 4 years ago by inikulin <[email protected]>
3368605edb3c5babecc8576602a9d54ccfdaef1e authored over 5 years ago by Felix Böhm <[email protected]>
This was true many years ago, but JSDOM is a lot faster now. See [this issue](https://github.com...
6a4886232f4d140b631b3dc5664c5a59962f9286 authored over 5 years ago by Matthew Mueller <[email protected]>* update dependencies
* update dependencies
* Update package.json
* Update package.json...
7a9ff22f68bd6dbdf04f8e3a52e28a6b369b5fa7 authored over 5 years ago by dzcpy <[email protected]>9afacf89ff37e4e1f8371d2910c7e7c08ba8bb12 authored over 5 years ago by 0xflotus <[email protected]>
Refs: https://github.com/nodejs/citgm/issues/605
Refs: https://nodejs.org/api/deprecations.html#...
cheerio.css on empty elements set throws, jQuery returns undefined.
This PR Checks for the elem...
This reverts commit ca6963c09a38eaf67fbe551634fdbbc6984d3da8.
The `v1.0.0` branch was a long-...
e2f8436170e56190beb0dbbd284065624ca4d329 authored over 6 years ago by jugglinmike <[email protected]>Document the current state of master
df695a4e6cb21f405dfb13bf12c461ff3ee571e7 authored over 6 years ago by Felix Böhm <[email protected]>* Use parse5 as a default parser (closes #863)
* Use documents via $.load
* Add test for #...
ca6963c09a38eaf67fbe551634fdbbc6984d3da8 authored over 6 years ago by Felix Böhm <[email protected]>Moves lint and test script call from Makefile to package.json. Makes the test run on all platforms.
74be27115020fca7c08a1c177d3b6fc487b9194b authored over 6 years ago by Bartosz Sosnowski <[email protected]>* added support for inherited props in .props(...) validation
* added test case for inherited...
320847eba18e2e3249a71c470a24ef1ade49e51d authored almost 7 years ago by Wahaj Dar <[email protected]>89e7d1ca5cb9c4b8b0e9c968131516ef31bd11ca authored almost 7 years ago by besteman <[email protected]>
d151d8008ddb8af11bc9f4c3dbf1c51ae0f52ff8 authored almost 7 years ago by Felix Böhm <[email protected]>
021e3c214ed0fa692f4ab87da5ad566e1fe2a097 authored almost 7 years ago by Felix Böhm <[email protected]>
7b6684ddab1c6d3bcdfee078db5c192f8e7e5361 authored almost 7 years ago by Gary Katsevman <[email protected]>
25a51d7cb2edac34eb28cd51c89ca7a181ba0041 authored about 7 years ago by Danny Hurlburt <[email protected]>
e11f5cd61a81ec58f76864504c7de282c4d0a516 authored over 7 years ago by Felix Böhm <[email protected]>
c0096b150c01303f7e15d584e3a1648f52bd63c4 authored over 7 years ago by Leonard Thieu <[email protected]>
015fedb48de4ede62eeda4edc6a8837597e20248 authored over 7 years ago by Matthew <[email protected]>
124a8b89eacb5179b59c3c84b9b1804e8ed29864 authored over 7 years ago by Mike Pennisi <[email protected]>
bedd8e78c6d0ee6d51d11c0c3c2379ad717cf328 authored over 7 years ago by Mike Pennisi <[email protected]>
Currently it follows the first children down and places it there.
Probably needs more test cases...
98edaea3af0aa0adce0ecce2026c21f5ad442990 authored over 7 years ago by Toni Helenius <[email protected]>
Added test cases for $.merge
6084a22775788a327e3ec8f632040901b0a0bb9c authored over 7 years ago by Diane Looney <[email protected]>
The project frequently receives bug reports from new users who expect
full web browser behavior....
* text function ignores script and style tags
* .text() ignores script and style tags
4afae9af47f2a55cd00aa6a9feddbb8c7b80ab8b authored over 7 years ago by Haleem Assal <[email protected]>
* Added some tests to increase coverage.
Cleaned up attributes.val() tests to match the existin...
Experiment with a job board
18d41e3669ab92af241534231f36ad40cd5a3fe4 authored over 7 years ago by Matthew Mueller <[email protected]>4242875ff4fb83b5647e769d2c3efd1c6d3d1770 authored over 7 years ago by Matthew <[email protected]>
Callback passed to function `filter` get called with 2 arguments (`index` and `element`).
1dc786b5078be851728fccbcb8408e39fb351fd6 authored almost 8 years ago by Konstantin <[email protected]>- Previously docs contained examples using a mix of ES5 and ES6 syntax as well as some missing v...
4d611b7ae962573f25a0ed39dc3d249481acb4ce authored almost 8 years ago by Dekatron <[email protected]>51e3645e58e02f2761846916d1bf68a09b7d6f15 authored almost 8 years ago by Darren Scerri <[email protected]>
Due to occasional unavailability in the code coverage reporting service,
the continuous integrat...
serializeArray ignores input elements without value attributes. The
value attribute is optional ...
When variable binding identifies are re-used in nested scopes
("shadowing"), code readability su...
If function is called with empty string it cause infinite loop.
9040598aa16b95cd5d6c9c454f28d0dbc0a6529b authored almost 8 years ago by sufisaid <[email protected]>beae4b9aafb5ba270a96e132f47523df7a994200 authored almost 8 years ago by Prasanth Vaaheeswaran <[email protected]>
https://greenkeeper.io/
0f3d2dd9645b49dc4a54ddb14d6dd66cdfe2f32d authored about 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>765cdaaac56acdaf8779867c6205b7edde25e91f authored over 8 years ago by Billy Janitsch <[email protected]>
aa90399c9c02f12432bfff97b8f1c7d8ece7c307 authored over 8 years ago by Matthew Mueller <[email protected]>
35c4917205dca9d08139c95419e2626c0689e38a authored over 8 years ago by Matthew Mueller <[email protected]>
1d2e8a7676ba74f73ea2d96bcd68b12541a46d03 authored over 8 years ago by Elias Winberg <[email protected]>
Readme cleanup
df55c932ffbb08f8c8fad4107cccfb78c191eb8a authored over 8 years ago by Matthew Mueller <[email protected]>bbceb09407ffe0d37407405a4fab5e2360f802d9 authored over 8 years ago by Matthew Mueller <[email protected]>
Added backers and sponsors from OpenCollective
010b718e67460ac5be13b264feaa688d40531d64 authored over 8 years ago by Matthew Mueller <[email protected]>Now backers & sponsors will appear automatically on your readme. added badges on top and buttons...
4997e70c8e1ab050189b2558c309ebc11c8b60a2 authored over 8 years ago by Pia Mancini <[email protected]>4ccb41b9d8fbe10cc40849bc361b7ee9d9028daf authored over 8 years ago by Felix Böhm <[email protected]>
* Document and test static `text` method
* Extend `$.text()` to operate on current root
Up...
54359c92625c305f20fe765d54f7a4adde260892 authored over 8 years ago by jugglinmike <[email protected]>Typo on extending objects, as it missed a t.
c6612f38837345d7b06fe7654067f56d9a22cf3c authored over 8 years ago by Miguel Ángel <[email protected]>ed60b343ca54277430ad3bf18d7fd32ffc487ef9 authored over 8 years ago by Felix Böhm <[email protected]>
- move jsdom to devDependencies
- fix issues with benchmark upgrade
- run benchmark on travis ...
* Use individual lodash functions
* Use `_` object for lodash functions
e7d18af05ff1d23f17d858590e2e1d299f7bdf75 authored over 8 years ago by Juan <[email protected]>e65ad72cad8fb696e0f3475b127c93492feca04d authored over 8 years ago by Todd Wolfson <[email protected]>
Add missing reference of enabled htmlparser2 option
df39f337921797203c778b3b49bcf0f811ee717c authored over 8 years ago by Stefan Dühring <[email protected]>fixes #836, #769
7b59afbc7a6aa39376021593e011bf718350bcb4 authored almost 9 years ago by Felix Böhm <[email protected]>d0551dc41c3a733d6599d426afda5e949787e07b authored almost 9 years ago by Matthew Mueller <[email protected]>
Added default value for checkboxes/radios
f500197155d4e03e7e03fa51925d9cc0aca778fc authored almost 9 years ago by Felix Böhm <[email protected]>046071a41f33008db7c3489c99a5077a2de69d93 authored almost 9 years ago by Todd Wolfson <[email protected]>
c3ec1cd7bff41da0033bdc45375d77844f0f81c0 authored almost 9 years ago by Felix Böhm <[email protected]>
fixes #626
ef848ca5b05c4f3d98a097c6237eeafa30bbab28 authored almost 9 years ago by Felix Böhm <[email protected]>Update lodash dependency to 4.1.0
dbcbe90dfe71e3c66418f625e932051cc95b70c0 authored almost 9 years ago by Felix Böhm <[email protected]>Prop method PR updated
c04ead1984c61b7d7e5272aa24a48206d5f3407a authored almost 9 years ago by Felix Böhm <[email protected]>Added support for options without a `value` attribute. Fixes #633
b5531bbc9ac5265f28644debfb5f8ef50e74099e authored almost 9 years ago by Felix Böhm <[email protected]>