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

added .map(fn)

github.com/cheeriojs/cheerio - 7d3c51e64ba99fd462b9ec78cf4ace109058cbbb authored over 12 years ago by Matthew Mueller <[email protected]>
manipulation: refactor `makeCheerioArray`

github.com/cheeriojs/cheerio - 38ef9aca28a2358d8dbc20bebafd6613cf195872 authored over 12 years ago by David Chambers <[email protected]>
integrated @davidchambers removeClass fix

github.com/cheeriojs/cheerio - 8ac210dfd0a5f15f766d1019fee6a4e0afdc7dce authored over 12 years ago by Matthew Mueller <[email protected]>
Release 0.9.1

github.com/cheeriojs/cheerio - 391e8b7995997c302068d34951bc30fa1b56b8b1 authored over 12 years ago by Matthew Mueller <[email protected]>
updated readme

github.com/cheeriojs/cheerio - 16e3ab47413e98d42c46e33f70d7cb32eef35a4c authored over 12 years ago by Matthew Mueller <[email protected]>
fixed options

github.com/cheeriojs/cheerio - 55753a3da6a01d12c9f70b1766ba1ed55b1c4df9 authored over 12 years ago by Matthew Mueller <[email protected]>
Release 0.9.0

github.com/cheeriojs/cheerio - 70622480354a3144aad6986d93f0bf48c1d882bf authored over 12 years ago by Matthew Mueller <[email protected]>
fixed default encode/decode levels based on @FB55's comment on #71

github.com/cheeriojs/cheerio - 6da6abcd51451938ae20a93a27037eb0664cd443 authored over 12 years ago by Matthew Mueller <[email protected]>
removed node 4.x support

github.com/cheeriojs/cheerio - 237518aa4f304dc697719c29c28001aad8efd69c authored over 12 years ago by Matthew Mueller <[email protected]>
updated travis

github.com/cheeriojs/cheerio - 426c559c679e70094bfcaadbd7c72abad9df3838 authored over 12 years ago by Matthew Mueller <[email protected]>
correctly encoded values

github.com/cheeriojs/cheerio - cfd9abd0daf5f519f8622e056c338b5eecfd70a9 authored over 12 years ago by Matthew Mueller <[email protected]>
merged

github.com/cheeriojs/cheerio - 2aba46f97b628ad0c7eec3e94f8d4def5e7b2292 authored over 12 years ago by Matthew Mueller <[email protected]>
merged

github.com/cheeriojs/cheerio - 927d4f5791195cf4e6b4cb831cbd2be18905365a authored over 12 years ago by Matthew Mueller <[email protected]>
merged

github.com/cheeriojs/cheerio - faee470f9b8d35e10eca6b26821089469e862ae8 authored over 12 years ago by Matthew Mueller <[email protected]>
Merge pull request #68 from davidchambers/master

cleanup: consistent spacing around parens/brackets

github.com/cheeriojs/cheerio - 29699d1f425f2923d3cb0afaedcc433761bbdba3 authored over 12 years ago by Matt Mueller <[email protected]>
not quite working

github.com/cheeriojs/cheerio - 65e83d5a5a40035c64a74973762c479267df2187 authored over 12 years ago by Matthew Mueller <[email protected]>
Add html(dom) support.

github.com/cheeriojs/cheerio - 6e9fbb804ae770841cf08235aecf1c29a6ee089f authored over 12 years ago by Wayne Larsen <[email protected]>
add tests to ensure encoding passes through to html()

github.com/cheeriojs/cheerio - 0bbfbbcfbf795981e4447c0e0e70aaadd47576b9 authored over 12 years ago by Ben Atkin <[email protected]>
removed entities from parse

github.com/cheeriojs/cheerio - 6d80e6d4daddf2d8cb89aeb3a8311aad15985617 authored over 12 years ago by Matthew Mueller <[email protected]>
fixed xss vulnerabilities on .attr() and .text()

github.com/cheeriojs/cheerio - 1e2b3240f11b1a7fa3f0bc9009f18a5d7b59bae1 authored over 12 years ago by Matthew Mueller <[email protected]>
make .removeClass() remove *all* occurrences (#64)

github.com/cheeriojs/cheerio - 509ed35e3320dc8b416f44215465d0600d12e945 authored over 12 years ago by David Chambers <[email protected]>
simplify `render`

github.com/cheeriojs/cheerio - 1be88ec6e3c7e89ca706328b97cb701d2c44eaa1 authored over 12 years ago by David Chambers <[email protected]>
simplify `renderTag`

github.com/cheeriojs/cheerio - ffe868e7075915cf6d72103dd4a2e8a6136381c8 authored over 12 years ago by David Chambers <[email protected]>
cleanup: remove parens following `typeof` operator

github.com/cheeriojs/cheerio - c701da16e9a11148e4169ff70ab82d2a557a8b27 authored over 12 years ago by David Chambers <[email protected]>
cleanup: consistent spacing around parens/brackets

github.com/cheeriojs/cheerio - 8b754a93ae734c717f77eb539d8aed1614f7459d authored over 12 years ago by David Chambers <[email protected]>
updated unit tests

github.com/cheeriojs/cheerio - e9f8e0014475ce5e7c5b8b906413ced0e4c44dad authored over 12 years ago by Matt Mueller <[email protected]>
rename variable to avoid incorrect interpretation

github.com/cheeriojs/cheerio - a8cd3fd93e9988fa9019fc4d21e7b0504aeb6e95 authored over 12 years ago by David Chambers <[email protected]>
cleanup: remove unused parameter

github.com/cheeriojs/cheerio - 30286964dc1739ffebb207b9e6b5370feb580373 authored over 12 years ago by David Chambers <[email protected]>
cleanup: address a handful of jshint warnings

github.com/cheeriojs/cheerio - 6cbe85e7a0fb197ba1c9e6bd1f91fbc5d0eb1544 authored over 12 years ago by David Chambers <[email protected]>
use `_.each` to limit variable scope

github.com/cheeriojs/cheerio - 03a401d88103c325ddc1fa1a9e0c3819accd85c0 authored over 12 years ago by David Chambers <[email protected]>
use `_.any` and `_.contains` to simplify logic

github.com/cheeriojs/cheerio - 2880986bcadd0e44fbd962d120d8a89350813398 authored over 12 years ago by David Chambers <[email protected]>
finally removed coffeescript dependency thanks to @davidchambers

github.com/cheeriojs/cheerio - 6a1f3fe6f47fb42cd9959f45215abba3082aee5f authored over 12 years ago by Matthew Mueller <[email protected]>
Merge pull request #66 from davidchambers/master

tests: additional cleanup

github.com/cheeriojs/cheerio - 7d2c9de8023058bc2f77be9766ec9aba3035c534 authored over 12 years ago by Matt Mueller <[email protected]>
tests: reword misleading description

github.com/cheeriojs/cheerio - fb89a2ebc9e472d45401d6e0d30ec7fcf48d4702 authored over 12 years ago by David Chambers <[email protected]>
tests: invoke `ok` method, don't just reference it

github.com/cheeriojs/cheerio - c223c3a539dff2a53ea896f025a70b5b27cebe5a authored over 12 years ago by David Chambers <[email protected]>
tests: prefix cheerio collection names with "$"

github.com/cheeriojs/cheerio - cdb95091406ed6c35a7b542d6e2a3f2b7f5c89e7 authored over 12 years ago by David Chambers <[email protected]>
updated readme

github.com/cheeriojs/cheerio - 9965aa660089b55bc7206f49ec4654b5a0289bcf authored over 12 years ago by Matt Mueller <[email protected]>
fixed options

github.com/cheeriojs/cheerio - c88456737c66aa3f84fa5f5162ed1d3d96ccb035 authored over 12 years ago by Matt Mueller <[email protected]>
removed some extra vars and fixed jslint errors

github.com/cheeriojs/cheerio - 724c295dc6d21ac31c5658013c3a379ab8b384af authored over 12 years ago by Matthew Mueller <[email protected]>
tests: formatting tweaks

github.com/cheeriojs/cheerio - 598e09e64d13efec19effc01c3e7fa86ab7ef6d8 authored over 12 years ago by David Chambers <[email protected]>
tests: rewrite in JavaScript (closes #42)

github.com/cheeriojs/cheerio - f5eafa9d495a1cfbb739291e5601f96b17079096 authored over 12 years ago by David Chambers <[email protected]>
Merge branch 'master' of github.com:MatthewMueller/cheerio into davidchambers-master

github.com/cheeriojs/cheerio - d1260b5b7c8c225458f3f7c68fd80e6facd742cf authored over 12 years ago by Matt Mueller <[email protected]>
cleanup: reformat object literal

github.com/cheeriojs/cheerio - 2e73c9d4151ad57db67b9728449ba1b080f07eff authored over 12 years ago by David Chambers <[email protected]>
cleanup: refactor long line

github.com/cheeriojs/cheerio - ac6f48ca7bf6180c0563676f3e99d153e85cbad3 authored over 12 years ago by David Chambers <[email protected]>
cleanup: remove optional parens in assertions

github.com/cheeriojs/cheerio - 2f4f2f43dad36befbe294a3b0d6b0895bf46460c authored over 12 years ago by David Chambers <[email protected]>
cleanup: remove semicolons from CoffeeScript files

github.com/cheeriojs/cheerio - cceeea6f9340856ad5954969d7c56fe4749b1bb0 authored over 12 years ago by David Chambers <[email protected]>
cleanup: replace tabs with spaces

github.com/cheeriojs/cheerio - b20cc6ae8212220e05644781be519881c47e910b authored over 12 years ago by David Chambers <[email protected]>
cleanup: quote string literals consistently

github.com/cheeriojs/cheerio - 4a882e1e1c5693ddbe4221928206fb19f9399696 authored over 12 years ago by David Chambers <[email protected]>
cleanup: remove trailing whitespace

github.com/cheeriojs/cheerio - e27135508899a7ab4c801930882634712c27dd7d authored over 12 years ago by David Chambers <[email protected]>
Merge pull request #61 from davidchambers/master

readme: make descriptions of .next() and .prev() clearer

github.com/cheeriojs/cheerio - 2af8d7479c0cfc4ac740b818ef88dd14289b2564 authored over 12 years ago by Matt Mueller <[email protected]>
readme: make descriptions of .next() and .prev() clearer

github.com/cheeriojs/cheerio - 235b3b8377f0b51aa720eab4555afa4e4087954e authored over 12 years ago by David Chambers <[email protected]>
Release 0.8.3

github.com/cheeriojs/cheerio - 270db215366b5ab929b92ccad8089517c9f5698a authored over 12 years ago by Matt Mueller <[email protected]>
fixed entities package in package.json

github.com/cheeriojs/cheerio - 0be61ab682c140d2dbd27a4300681ac9b69a32e6 authored over 12 years ago by Matthew Mueller <[email protected]>
Release 0.8.2

github.com/cheeriojs/cheerio - 30e85b3061fb6ee66ec57251dd4b3c06bbe4d327 authored over 12 years ago by Matthew Mueller <[email protected]>
now fails gracefully in cases that involve special chars, which is inline with jQuery (closes #59)

github.com/cheeriojs/cheerio - 5d05333fbf69293752952a2ecfaccf8c2d4de080 authored over 12 years ago by Matthew Mueller <[email protected]>
text() now decode special entities (closes #52)

github.com/cheeriojs/cheerio - 8834eaa9a01ee16978dd2e4666aa16208229ac02 authored over 12 years ago by Matthew Mueller <[email protected]>
updated travis.yml to test node 4.x

github.com/cheeriojs/cheerio - 2c960c3abbf3961d1a816032b38ec041fde5f0b8 authored over 12 years ago by Matt Mueller <[email protected]>
Merge branch 'master' of github.com:MatthewMueller/cheerio

github.com/cheeriojs/cheerio - cb0cc3d7e53aa851d6ce53888e99cbb6e42375fa authored over 12 years ago by Matt Mueller <[email protected]>
Release 0.8.1

github.com/cheeriojs/cheerio - f7b674e0276b3be1f80db6a8afc7571b47528768 authored over 12 years ago by Matt Mueller <[email protected]>
fixed regression where if you created an element, it would update the root

github.com/cheeriojs/cheerio - 61a319f321bd5291f5042c4465d9625d084e070a authored over 12 years ago by Matt Mueller <[email protected]>
Update Readme.md

github.com/cheeriojs/cheerio - 7ce9ce28016ac4673e6120ab4a3c5164d7fcce7b authored over 12 years ago by Matt Mueller <[email protected]>
compatible with node 4.x

github.com/cheeriojs/cheerio - dfbebe1d74d32b8f780bc700a18f95110ec94abb authored over 12 years ago by Matt Mueller <[email protected]>
fixed test

github.com/cheeriojs/cheerio - 8d4c97d90c746a3756d5f212c14fcb086e8efb7d authored over 12 years ago by Matt Mueller <[email protected]>
Release 0.8.0

github.com/cheeriojs/cheerio - 64f6515008740e43b28db1a2ff88c577db4470e7 authored over 12 years ago by Matt Mueller <[email protected]>
updated tests

github.com/cheeriojs/cheerio - f06686ef8c542c94c944b5186db7b220e994d7c4 authored over 12 years ago by Matt Mueller <[email protected]>
changed to $.root(), cleaned up $.clone()

github.com/cheeriojs/cheerio - ffb2c362ed85de48d24d4823ac5c2202a9402c92 authored over 12 years ago by Matt Mueller <[email protected]>
minor fixes for .eq(i) support

github.com/cheeriojs/cheerio - 25a425e031e0f400db420a224d1ba196042a53f8 authored over 12 years ago by Matt Mueller <[email protected]>
Merge branch 'master' of https://github.com/alexbardas/cheerio into alexbardas-master

github.com/cheeriojs/cheerio - d90f01eb68356ebd3b6625b93f27195546951f78 authored over 12 years ago by Matt Mueller <[email protected]>
fixed dependency to support 0.7.x

github.com/cheeriojs/cheerio - dc7e2019e9bddc66949598538ac89efd79f9b8a5 authored over 12 years ago by Matt Mueller <[email protected]>
removed support for node 0.4.x

github.com/cheeriojs/cheerio - 239eca7922c4b8336232dfbbdfa43da1796d22f8 authored over 12 years ago by Matt Mueller <[email protected]>
updated to cheerio-select, fixed tests, removed root selector

github.com/cheeriojs/cheerio - 7724fab976f8486df58cc60f931d2df494ba3eb7 authored over 12 years ago by Matt Mueller <[email protected]>
Fixed Readme typo

github.com/cheeriojs/cheerio - 417e70179e58109c240ed1bf2e39379ed9ebc54a authored over 12 years ago by alexbardas <[email protected]>
Added .eq traversing filter and updated tests and readme

github.com/cheeriojs/cheerio - 5bb28122fda419ccfac3b69a2b5ce6cf0df541ce authored over 12 years ago by alexbardas <[email protected]>
CSSselect almost working

github.com/cheeriojs/cheerio - dab45cbbd18872a122b0561260f316141e5e1248 authored over 12 years ago by Matt Mueller <[email protected]>
upgraded to latest htmlparser2

github.com/cheeriojs/cheerio - 15c492771cbce7bef3a5d68aae1c09c25cbc0d8b authored over 12 years ago by Matt Mueller <[email protected]>
down to two errors :-) need to fix renderer, using rboolean regex

github.com/cheeriojs/cheerio - 7e9e42a903695258b187e452e692723dc90ef117 authored over 12 years ago by Matt Mueller <[email protected]>
over the parsing hump

github.com/cheeriojs/cheerio - 9f3c387e1a49cd1db5b1130d3215016f44ff9920 authored over 12 years ago by Matt Mueller <[email protected]>
fixed build for 0.4.x

github.com/cheeriojs/cheerio - 97eb62bce7e426d3316248247783dbaa4f5cd47c authored over 12 years ago by Matt Mueller <[email protected]>
fixed makefile

github.com/cheeriojs/cheerio - a7c0e8a8e2c84723512910af4356d2a425fcf6dd authored over 12 years ago by Matt Mueller <[email protected]>
fixed opening of package a bunch of times

github.com/cheeriojs/cheerio - 077274d6c9eeb4066da74cd8e250c49c0e7aafa4 authored over 12 years ago by Matt Mueller <[email protected]>
Release 0.7.0

github.com/cheeriojs/cheerio - 1efdf9ce1cce6c28c2e916c743a1f7ef4e9982ab authored almost 13 years ago by Matt Mueller <[email protected]>
added badge

github.com/cheeriojs/cheerio - e4bd43cfe4b3f3806d2a835461c719becbcbc3d1 authored almost 13 years ago by Matt Mueller <[email protected]>
expect => expect.js

github.com/cheeriojs/cheerio - 693b284935fef41cf3145be0f71a5220d2dc077e authored almost 13 years ago by Matt Mueller <[email protected]>
forgot dot

github.com/cheeriojs/cheerio - dc0e2128b724a945f74609ded26b01ee56d26888 authored almost 13 years ago by Matt Mueller <[email protected]>
travis-ci integration

github.com/cheeriojs/cheerio - f23da865640aa55a2aa9940c3af866c342797060 authored almost 13 years ago by Matt Mueller <[email protected]>
updated tests to use latest mocha and expect.js

github.com/cheeriojs/cheerio - 9022658f4378cf9e6ceb4a0d7745d9d8f09ef061 authored almost 13 years ago by Matt Mueller <[email protected]>
updated readme to include when I would use JSDOM

github.com/cheeriojs/cheerio - 3597dddff9460b461b378f1289913795a82d82ac authored almost 13 years ago by Matt Mueller <[email protected]>
updated readme

github.com/cheeriojs/cheerio - e2f1cd6e0ffd98364212b229f9fadef704051319 authored almost 13 years ago by Matt Mueller <[email protected]>
Merge pull request #50 from chriso/patch-1

Fix spacing between attributes and their values

github.com/cheeriojs/cheerio - 0b4c684f18c0fe79f7f8eff3f4ebd8b1a9dfe9b2 authored almost 13 years ago by Matt Mueller <[email protected]>
Fix spacing between attributes and their values

github.com/cheeriojs/cheerio - 23b9d793a1f46d04f7ce7a368b4ff3f6218f72da authored almost 13 years ago by Chris O'Hara <[email protected]>
Added HTML pretty print

Now you can pretty print HTML using

$.tidy();

or

$("#id").tidy();

github.com/cheeriojs/cheerio - ffb6f23cf9a482372c3f72e41f55ef621c2601c2 authored almost 13 years ago by Siddharth Mahendraker <[email protected]>
Merge pull request #47 from siddMahen/master

General Fixes and Improvement

github.com/cheeriojs/cheerio - 0ccea619b227ec8d242be4e33db28b15b180537c authored almost 13 years ago by Matt Mueller <[email protected]>
Removed superfluous code

github.com/cheeriojs/cheerio - 16d634e1b8caefe53d7e8905c6470f85567b6ffd authored almost 13 years ago by Siddharth Mahendraker <[email protected]>
Refactored the entire lib

* Added parse.js and render.js as api modules
* Fixed problems applying options for every newly
...

github.com/cheeriojs/cheerio - 525a1dfde6f40ffa289c061e024d7e191e2dea9f authored almost 13 years ago by Siddharth Mahendraker <[email protected]>
Fixed broken links in Readme.md

github.com/cheeriojs/cheerio - 146ed12b5fcc801b8c7bfbc38a0153261b024206 authored almost 13 years ago by Siddharth Mahendraker <[email protected]>
Added tests for options

* Fixed a problem with unintended options

github.com/cheeriojs/cheerio - 0a03b1e5f9e2bcbb355aa658665d571cdc64572d authored almost 13 years ago by Siddharth Mahendraker <[email protected]>
Exposed htmlparser's Parsing options

* Updated docs
* Fixes #45 and fixes #46

github.com/cheeriojs/cheerio - dd530f1609565d07fd50e2ffff91fdc7116314ff authored almost 13 years ago by Siddharth Mahendraker <[email protected]>
replaceWith(...) now consistent with jQuery documentation, even though jQuery's replaceWith itself has inconsistent return value behavior

github.com/cheeriojs/cheerio - c7cd28615c9dad251ef55a06169c59d51d8cbc67 authored almost 13 years ago by Matt Mueller <[email protected]>
more tests and docs

github.com/cheeriojs/cheerio - ae74f471ad7a1a2b144aba88174aa9cef1ba3509 authored almost 13 years ago by Matt Mueller <[email protected]>
Release 0.6.2

github.com/cheeriojs/cheerio - 6f1e7ca60f07f0435d3a747b00410745867cd666 authored almost 13 years ago by Matt Mueller <[email protected]>