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

Refactor Cheerio array creation

Because so many of jQuery's methods accept "mixed" arrays, the array
normalization logic should ...

github.com/cheeriojs/cheerio - e8a6f68bb7012bec15fe8c441f9384ee9f4916aa authored over 11 years ago
Merge pull request #257 from jugglinmike/arrays

Extend manipulation methods to accept Arrays

github.com/cheeriojs/cheerio - f679e0022e9608fa997aa1de5b3384d6a8083d32 authored over 11 years ago
Extend manipulation methods to accept Arrays

The jQuery API supports specifying an Array of DOM nodes when invoking
the following functions: ...

github.com/cheeriojs/cheerio - 0c9a9d8fab96d27d47988f1f26296c4fd8f783f1 authored over 11 years ago
Merge pull request #254 from xiaohwan/master

support .attr(attributeName, function(index, attr))

github.com/cheeriojs/cheerio - 6ac453274eae26dd6d2851e7c62910e34ebee045 authored over 11 years ago
.css(undefined) should return all styles

github.com/cheeriojs/cheerio - 01a1629e40de7c8109f70e41ee5e27537ae78dfa authored over 11 years ago
remove uneeded .trim()

github.com/cheeriojs/cheerio - a50e63d14b95bbd18cdca9ac56ac382470b3d724 authored over 11 years ago
allow all whitespace chars

github.com/cheeriojs/cheerio - a3dc4bc9cbdf0fcab6820c542c63c2549d338279 authored over 11 years ago
support .attr(attributeName, function(index, attr))

github.com/cheeriojs/cheerio - 11ab5fe5f538c3e1e4a2f67e1c4e3308e2f24a31 authored over 11 years ago
updated contributors

github.com/cheeriojs/cheerio - 411a0e450989ec96910fc819bf921dbf2a5104a7 authored over 11 years ago
Release 0.12.1

github.com/cheeriojs/cheerio - 7f77eed0a10ce26d5bd36729b92586bbb1795b7a authored over 11 years ago
Merge pull request #245 from jugglinmike/parents-bug

Correct behavior of `Cheerio#parents`

github.com/cheeriojs/cheerio - 9eff2f6ee8dcfe07cf7c7ddf3a8f236b5849242c authored over 11 years ago
Correct behavior of `Cheerio#parents`

When invoked on a top-level element, `parents` should return an empty
set.

Because a unit test ...

github.com/cheeriojs/cheerio - 4783553a8cc66d1bc56500a857d4f169133b6cd1 authored over 11 years ago
Merge pull request #229 from jugglinmike/parent-bug

Parent bug

github.com/cheeriojs/cheerio - 2cac9e48593b485cd908308d13410b95e8b7eaf2 authored over 11 years ago
Merge pull request #237 from khoomeister/fixes-232

fixes #232

github.com/cheeriojs/cheerio - 7e18721317660b8ecfc6cd2185f0777cb3e48a2e authored over 11 years ago
Making next(All) and prev(All) on empty objects return empty object.

github.com/cheeriojs/cheerio - 46a17a368588be42c5d8efdc1c525ba36c181708 authored over 11 years ago
Merge pull request #239 from khoomeister/clean-done-tests

removed redundant done from tests

github.com/cheeriojs/cheerio - 90276ebd8f6291e97b99aa7d2aaeb4521e8f2db9 authored over 11 years ago
removed redundant done from tests

github.com/cheeriojs/cheerio - 129b4296fe65f262329922c7ef273bebf7e4f243 authored over 11 years ago
Merge pull request #231 from jugglinmike/parsehtml

Implement $.parseHTML

github.com/cheeriojs/cheerio - a487436709114c6a25d310cadba44b4405c268b6 authored over 11 years ago
bump htmlparser2

github.com/cheeriojs/cheerio - 22b33732d0902d51a34f22bf932702d86f54cd1b authored over 11 years ago
Fixed a grammar mistake in fixtures.js

github.com/cheeriojs/cheerio - 3e542c957bfef828df3654e24cc8b1fa8cff9b37 authored over 11 years ago
Added newline at end of fixtures.js

github.com/cheeriojs/cheerio - e280dc05fa166124323ed474470caf535d15e86b authored over 11 years ago
Use _.reduce() instead of a manual loop in .contents()

github.com/cheeriojs/cheerio - 04ecb621b3382e5ee3a2ae5761053dcc2ec71ac8 authored over 11 years ago
Add test cases for .contents()

github.com/cheeriojs/cheerio - 561013770abe7d4199efff6e721bfde207359390 authored over 11 years ago
Added mixed text test fixture

github.com/cheeriojs/cheerio - d7d2ae8723fbb018d3656043c487a9452af99fc7 authored over 11 years ago
Implements contents()

github.com/cheeriojs/cheerio - d087c61a6e3af38b0cc898d536b41c22a1d6c884 authored over 11 years ago
Re-factor $.parseHTML to use $.load

github.com/cheeriojs/cheerio - 2e4f73f1bdaa43fdf293ed12010945b5c6d12379 authored over 11 years ago
Add missing unit test description

github.com/cheeriojs/cheerio - ae18808865caef2434fcaafc0c2ac0912eec954c authored over 11 years ago
Implement $.parseHTML

From the [jQuery API
documentation](http://api.jquery.com/jQuery.parseHTML/):

> $.parseHTML( da...

github.com/cheeriojs/cheerio - 7cb293c6fd975740fa2eaebbcd0873f3abd77c7d authored over 11 years ago
Fix bug in `parent` method

Ensure that the `parent` method operates over all elements in the set
and filters by the selecto...

github.com/cheeriojs/cheerio - 05d2eca3f5bfa0c91f24614bb0ff2d2e71c1674a authored over 11 years ago
Adding tests for .parent().

github.com/cheeriojs/cheerio - 10422a8b91aa280aeab3e53729ca06f270830dd4 authored over 11 years ago
Merge pull request #228 from jugglinmike/closest-bug

Correct bug in jQuery.fn.closest

github.com/cheeriojs/cheerio - f866996122c23d883a00e389aebf5802974c3377 authored over 11 years ago
Correct bug in jQuery.fn.closest

According to the jQuery documentation, the `closest` method should
operate on each element in th...

github.com/cheeriojs/cheerio - 6ad946d6d38dce06d624b2d37d63f7faced76d78 authored over 11 years ago
Merge pull request #224 from jugglinmike/209-val-on-option

Correct behavior of $.fn.val on 'option' elements

github.com/cheeriojs/cheerio - ced3b328fc43f470a403a83ef243c481c47d13ee authored over 11 years ago
Correct behavior of $.fn.val on 'option' elements

github.com/cheeriojs/cheerio - 2b56f1a3acbaca21c074a4df2001de0efd62e7c0 authored over 11 years ago
Release 0.12.0

github.com/cheeriojs/cheerio - 08b82bb842934f7c26156c8f1892ba0ccbf3a7b5 authored over 11 years ago
changed context from parent to the actual passed one

github.com/cheeriojs/cheerio - a47bc681d43565a8e61eb7e5145751921e268df4 authored over 11 years ago
use jquery checkbox val behavior

In jQuery, .val() returns the value of the checkbox, regardless of
the current check state. When...

github.com/cheeriojs/cheerio - 66ded354e8436c30be4f6716afc5a989717cf597 authored over 11 years ago
added: output xml with $.xml() [@Maciek416]

github.com/cheeriojs/cheerio - f6d4ea5068c7680ff508d0855254363024986cf1 authored over 11 years ago
bumped htmlparser2 to latest

github.com/cheeriojs/cheerio - 9ec0c378d998ec566df1991dc298f704e34a428e authored over 11 years ago
Fixing bug in attr(key, val) on empty objects.

github.com/cheeriojs/cheerio - 989e6ed41bbcab91c70a18a2a1d7ea18e30fb6c1 authored over 11 years ago
Merge pull request #202 from zero21xxx/is-implementation

added: .is(selector) [zero21xxx]

github.com/cheeriojs/cheerio - 74ddd00c90c4bed9e30389d5de6e7ec76efc2433 authored over 11 years ago
add prevAll, nextAll traversing methods

github.com/cheeriojs/cheerio - 877fd34f71de66aca34985682888201038809abb authored over 11 years ago
Revert "readme: `selector` is optional for `closest()`"

This reverts commit 6f631d29cab0081dabe90a997a1830017a521eb3.

github.com/cheeriojs/cheerio - 2925cb3d77cb7f0f5bf9be2e7e59dadfab3d81d1 authored over 11 years ago
readme: `selector` is optional for `closest()`

github.com/cheeriojs/cheerio - 6f631d29cab0081dabe90a997a1830017a521eb3 authored over 11 years ago
Added safety check in parents and closest (closes #200)

github.com/cheeriojs/cheerio - 2dc34ee8dc649fccd787751d31c9e0d2ff629142 authored over 11 years ago
Added unit tests for is operator.

github.com/cheeriojs/cheerio - 14eb828f6b53d45d1f87261713fd79c18a086e18 authored over 11 years ago
Added is operator.

github.com/cheeriojs/cheerio - 4aec5f686bccb9f57a994a9b75f91bd5d1e55ec2 authored over 11 years ago
Updated documtation to include new is operator.

github.com/cheeriojs/cheerio - 33f54b6f8e0cbd99699827606a94d50094b37094 authored over 11 years ago
updated contributors

github.com/cheeriojs/cheerio - a408d6964d9cb86b7da4eb3e8823ea7c6e08d4cc authored over 11 years ago
Release 0.11.0

github.com/cheeriojs/cheerio - 68ad1978708e0b2012649fec63b65a6a595a9b71 authored almost 12 years ago
Added in support for closest

github.com/cheeriojs/cheerio - 83c435862adebfd249854d451fe11fb1b7c257e3 authored almost 12 years ago
bump htmlparser2 for fixes to XML parsing

github.com/cheeriojs/cheerio - 74a2514f75768e72d7bdcff441ec2e45a2d34707 authored almost 12 years ago
Document xml() functionality

github.com/cheeriojs/cheerio - b0edc24ac60d7f394e78f268d89938e2d4e8b64e authored almost 12 years ago
Fix how xmlMode renders closed tags with no children

github.com/cheeriojs/cheerio - b3921f0e60b634213c37b50938c6be6bec892750 authored almost 12 years ago
Add .xml() function to cheerio document. Include test to ensure MRSS <media:thumbnail /> and RSS <link>…</link> tags are rendered correctly

github.com/cheeriojs/cheerio - f3df8e9c7af3b7695cc6f4ae49777dac5d245ca4 authored almost 12 years ago
updated links to htmlparser2

github.com/cheeriojs/cheerio - a259fef0d8b549db49c8e4620e33823f887a6b69 authored almost 12 years ago
Merge pull request #186 from zero21xxx/parents-fix

Updated to use unshift instead of push.

github.com/cheeriojs/cheerio - afbe630f1165d431d6bd0f9faa4e28d571a07910 authored almost 12 years ago
Updated unit tests to check for order.

github.com/cheeriojs/cheerio - 8a409d38cd59a61a69c9e047288d0cb3b68ec2b3 authored almost 12 years ago
Realized I really did want push instead of unshift.

github.com/cheeriojs/cheerio - 1f41f3c85daf148bf345a649ea122350d1d6fd98 authored almost 12 years ago
Updated to use unshift instead of push.

github.com/cheeriojs/cheerio - 34df8b6e84eefcdcbda6e0aabfabacb1325a2b3f authored almost 12 years ago
Merge pull request #185 from zero21xxx/parents

Parents

github.com/cheeriojs/cheerio - 9cbc1f22d8056584f0b43c0b609350fb928e987c authored almost 12 years ago
Updated selector syntax.

github.com/cheeriojs/cheerio - 15f4b8ef602b00c92483b2dd21c3064c5d3fb187 authored almost 12 years ago
Added test for parents selector.

github.com/cheeriojs/cheerio - 08948370ff770d1c8dea770af5a77786c5cf1230 authored almost 12 years ago
Added parents selector

github.com/cheeriojs/cheerio - 42fc2dcea1664e7dc1a2fdb0f2c8d8e6d85b5ab8 authored almost 12 years ago
Added documentation.

github.com/cheeriojs/cheerio - 0b7a09b5d9f3d040045bd8ae276233f31de9ac03 authored almost 12 years ago
Merge pull request #184 from rschmukler/jquery_val_support

Added jQuery-like .val() support

github.com/cheeriojs/cheerio - d6ba6802e83fe7ff70c2c4f93768eb7bd343ae4e authored almost 12 years ago
Further refactoring. Added brackets, small bug fix

github.com/cheeriojs/cheerio - 1658cb1ec767fa43b4226b70935b55395ac79be9 authored almost 12 years ago
Cleaned up and re-factored .val()

github.com/cheeriojs/cheerio - 30cbc3a4a0a7d4c0b5b83affe816e4a9a6127e85 authored almost 12 years ago
Added Implementation of .val()

github.com/cheeriojs/cheerio - fa54d63faac4ca4f389233af10d461fc9e7497b8 authored almost 12 years ago
Added tests

github.com/cheeriojs/cheerio - 971f54e0f18182337e80550f1890dd91d808db6d authored almost 12 years ago
Updated README.md

github.com/cheeriojs/cheerio - 53d8d85460346d43bdc9154011e08cbd6133c945 authored almost 12 years ago
Merge pull request #181 from jeremy-dentel/travis-config

Travis Configuration Updates

github.com/cheeriojs/cheerio - 2480b455dccb6b2d995931c37e7ba219f08e05c3 authored almost 12 years ago
Updating travis config to test against 0.10.x as well as 0.6.x and 0.8.x.

Added new line

Using quotes to match what travis-ci contributor mentions in
travis-ci/travis-ci...

github.com/cheeriojs/cheerio - 67a47f75e428ac70321da5097ed1d23758645c31 authored almost 12 years ago
Bringing the $.siblings() function to match jQuery's documentation

$.siblings now has an optional selector argument that will filter the
results of the returned si...

github.com/cheeriojs/cheerio - d022a6e112f9ffae7c24eea7f33cc014961a25dd authored almost 12 years ago
remove redundant return value

github.com/cheeriojs/cheerio - 370655300a5ded7273e689dc839785e7be98c92a authored almost 12 years ago
Merge pull request #177 from davidchambers/propagate-errors

propagate syntax errors caused by invalid selectors

github.com/cheeriojs/cheerio - b30a0812967fd413624e6cf268960c39f2279148 authored almost 12 years ago
simplify each

github.com/cheeriojs/cheerio - 20c108ddc20b70da45f686bfe2235f964f321197 authored almost 12 years ago
simplify siblings

github.com/cheeriojs/cheerio - d9a517bd28c306ce2bfb1e67c12d96a9049c3611 authored almost 12 years ago
fix semantics of next and prev

github.com/cheeriojs/cheerio - aa7eed25d98100a6665e68437f1594f87fafc783 authored almost 12 years ago
propagate syntax errors caused by invalid selectors

github.com/cheeriojs/cheerio - 504269ababeefb5d610c8ebbbb4d5968e310fcc5 authored almost 12 years ago
Merge pull request #176 from davidchambers/fix-find-semantics

fix find semantics

github.com/cheeriojs/cheerio - 45ce712ac61ebee9e2af68c71a948cebebc5bd68 authored almost 12 years ago
fix find semantics

jQuery::find finds nothing if no selector is given. This is the correct
behaviour.

github.com/cheeriojs/cheerio - 3199ae594be6a6e7a07e7d6e37a19c074a8f738e authored almost 12 years ago
readme: apply conventional formatting to HTML attributes (closes #171)

github.com/cheeriojs/cheerio - cefa7d4f7d66a4cfab1d9b71c496c3d08c5dbcbd authored almost 12 years ago
Release 0.10.8

github.com/cheeriojs/cheerio - 9ee9b8991996a0406aea569e6d170e2c3e9ecd78 authored almost 12 years ago
Merge pull request #165 from SBoudrias/slice

Add slice method

github.com/cheeriojs/cheerio - c1abf3207dae987ca3bfb71fb56d76e2c93d2204 authored almost 12 years ago
Add slice method

github.com/cheeriojs/cheerio - a0a8c8cc5858ff0a81638416a17f44c9b3289719 authored almost 12 years ago
Release 0.10.7

github.com/cheeriojs/cheerio - dab9e9ecb5ed652c37f037325e0ddcbb0a25968e authored almost 12 years ago
Merge pull request #160 from jugglinmike/158-filter

Fix bug in `filter`

github.com/cheeriojs/cheerio - 473a628db23664ed5947c25a87533c270e67b5d0 authored almost 12 years ago
use `Array.isArray` for all such checks

github.com/cheeriojs/cheerio - 6f0a64a3e39c8ce8a8f53b589197700acb0943a8 authored almost 12 years ago
support `make setup`

github.com/cheeriojs/cheerio - 637718137a2e122e747b2e4d2c25731b6926b1ce authored almost 12 years ago
remove documentation for nonexistent utilities

github.com/cheeriojs/cheerio - 00dbb4cd478c4aed6f8797a2a1fd8964c4b7d558 authored almost 12 years ago
Fix bug in `filter`

Selectors passed to the `filter` method should only be applied to the
top-level elements in the ...

github.com/cheeriojs/cheerio - 0464dd8b870e5b2cf04b934d8e79ae5e928a1c6f authored almost 12 years ago
Release 0.10.6

github.com/cheeriojs/cheerio - 1ab03c7503a899d13d0b6750aa9b03ba010be8e9 authored almost 12 years ago
Merge branch 'master' of github.com:MatthewMueller/cheerio

github.com/cheeriojs/cheerio - 62b21862fc1b4c745487df4270fca47bda0b208f authored almost 12 years ago
update contributors

github.com/cheeriojs/cheerio - e60766d66620e44d363f946e6f72cb8b794d85e6 authored almost 12 years ago
Merge pull request #153 from davidchambers/formatting

improve formatting consistency

github.com/cheeriojs/cheerio - 4e16eac3373c4f1e411e07320ba6093858abb25e authored almost 12 years ago
cleanup: add spaces around infix operators

github.com/cheeriojs/cheerio - 99f96361d61d36789a18aeaf6b36b18274adbe65 authored almost 12 years ago
cleanup: add missing semicolon

github.com/cheeriojs/cheerio - ca9f1264cb556f287d25b4a46f9fadaa8e37c961 authored almost 12 years ago