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/dom-serializer - b898618e69771203bf3663f0747d5aa8837a06dc authored over 10 years ago
github.com/cheeriojs/dom-serializer - eeab9fa2e4f2fa5450d7135b915d50b9489d44ab authored over 10 years ago
github.com/cheeriojs/dom-serializer - d53cefe1024709a3ba4578cf4de692cb2f5f7e22 authored over 10 years ago
travis seems to have problems with node 0.8
0.11 should be fixed, though
cheerio: rm unused variable
github.com/cheeriojs/cheerio - db4045039d0c5669e03bd74a91da67c8b433cc3c authored over 10 years agoparse: removed unused variables
github.com/cheeriojs/cheerio - e1f6fffacaf946bbe9b889efb1b5a29a344343ac authored over 10 years agogithub.com/cheeriojs/cheerio - b86df18e86371cfae852524a41af9acbc2ea888d authored over 10 years ago
github.com/cheeriojs/cheerio - 06b664c95ac726e06d7dd89bad1ca3785c5f82b4 authored over 10 years ago
github.com/cheeriojs/cheerio - 0d54e6da1ba7a48b9e37af9564349fe273f4958e authored over 10 years ago
github.com/cheeriojs/cheerio - 27f68c057f9c29e89b03196bdecc36bec914637c authored over 10 years ago
github.com/cheeriojs/cheerio - c25bd63ba8f26a28a2088b8116e478b5d285fa2b authored over 10 years ago
If you try to remove the type attribute from inputs when it's set to `hidden` Cheerio incorrectl...
github.com/cheeriojs/cheerio - ec26640059e1eb61cb54f4b4d54515f14e3b4c79 authored over 10 years agogithub.com/cheeriojs/cheerio - 7a80d57d61150eaa868896ac7f4d905f63087156 authored over 10 years ago
github.com/cheeriojs/cheerio - f017ff9ac6dc9d0941162a9863a45f2537248df4 authored over 10 years ago
github.com/cheeriojs/cheerio - 766e137a9831ecba49e0fba54c786c2ed2c7cfd7 authored over 10 years ago
makefile: add release-* targets
github.com/cheeriojs/cheerio - 19a476d0976de283c5ad577136260fdf716e756c authored over 10 years agogithub.com/cheeriojs/cheerio - f6a40d6b544f0e7aef586788e240dd4e8f9be079 authored over 10 years ago
github.com/cheeriojs/cheerio - ada82174ded37364e8c2a39c9dbc8f3f5cf4fb3d authored over 10 years ago
github.com/cheeriojs/cheerio - 5dc9180e53316c9a071cf975b3669b933c16e536 authored over 10 years ago
Rewrite `data` internals with caching behavior
github.com/cheeriojs/cheerio - eccca79b6acee4b355bf846ce18c070ab5ae44b9 authored over 10 years ago
Defer the storage and type coercion of HTML5 `data-*` attributes until a
read operation. At this...
Fence .val example as js
github.com/cheeriojs/cheerio - de03a0f41ed341a44d1acf263735e239d8a22e34 authored almost 11 years agogithub.com/cheeriojs/cheerio - 6ab5596c2826fc154fe08e2a1946b1ab2245f799 authored almost 11 years ago
Fixed typos. Deleted trailing whitespace from test/render.js
github.com/cheeriojs/cheerio - fb4b5a5e982635a1f593c545f1b7b88f04097f1a authored almost 11 years agogithub.com/cheeriojs/cheerio - 98f94636f342ccf58d9b8eb9e1dd150f34e0c653 authored almost 11 years ago
& (really) fixed opts passing
github.com/cheeriojs/dom-serializer - 720598f8da1348ccc9f6ad55f02a56e3a55ba8e5 authored almost 11 years agogithub.com/cheeriojs/dom-serializer - 0c85f15c66af680674fc6e81c6cfb4679e6eb6a6 authored almost 11 years ago
github.com/cheeriojs/dom-serializer - 4d3d123aafc591e302fa07d6afb6bead0653ca93 authored almost 11 years ago
github.com/cheeriojs/dom-serializer - 579f8903e7d4fdd48af62057dee42326d791a7a1 authored almost 11 years ago
github.com/cheeriojs/cheerio - 071e23698d67ec9cffaf5f34887a4ea665a37fb8 authored almost 11 years ago
Fix manipulation APIs with removed elements
github.com/cheeriojs/cheerio - a60ff7923557410b8cd6c340a4a96942e2314769 authored almost 11 years agogithub.com/cheeriojs/cheerio - 1eb96e70745d3cf0153d9247e0e78596b3f1b883 authored almost 11 years ago
TODO: change package author
github.com/cheeriojs/dom-serializer - 202298ec11989c29bb1578be07778b393bd303be authored almost 11 years agogithub.com/cheeriojs/dom-serializer - 461ee031e91e04b22d09870ce7967476c6ee87c9 authored almost 11 years ago
github.com/cheeriojs/dom-serializer - 870dae8ca0c4e670a702fb3358cf4bf88fe1a703 authored almost 11 years ago
github.com/cheeriojs/dom-serializer - 172452cc2c3fee5183ef3b83b85645cfb96ad706 authored almost 11 years ago
github.com/cheeriojs/dom-serializer - d70ba5a0d6a0e305e6ea24a30a1b468b879ebcf4 authored almost 11 years ago
github.com/cheeriojs/dom-serializer - adec9421417afb3bbe49caebb256efcad04cb4cc authored almost 11 years ago
fixes #438
github.com/cheeriojs/cheerio - 4a505763e7128612df1e6815b9cb3fc9d4e30af0 authored almost 11 years agoFix existing element removal
github.com/cheeriojs/cheerio - 557eee1484cb9cc35803a7f9e167c95c1603aee2 authored almost 11 years agoPerform manual string parsing for hasClass
github.com/cheeriojs/cheerio - 545816e856d19febb428b3d8f371825caaa3117d authored almost 11 years agoThis is faster and avoids additional memory pressure from temporary array objects.
Test: attrib...
github.com/cheeriojs/cheerio - ede296e04f487a011fd7545a0cefceca4908e2b8 authored almost 11 years agoFixes element removal from both existing nodes and root nodes. The former is a bug in the implem...
github.com/cheeriojs/cheerio - 4d49d3cc6b642d0463123204299d3df4083f8191 authored almost 11 years agogithub.com/cheeriojs/cheerio - 96c6dfb8a8fef15f556b22d4b5e22a5748fb2519 authored almost 11 years ago
[ci ignore]
github.com/cheeriojs/cheerio - d3f05f934f54e017cd210a4d80bf7cdbef813671 authored almost 11 years agopartially fix for #319 (`'` won't be used anymore)
github.com/cheeriojs/cheerio - 5ef77864a5671e07539c76f202b628fd7af3f1e9 authored almost 11 years agogithub.com/cheeriojs/cheerio - 1aac761874e262f8747dc0503f2262d2c360bf3b authored almost 11 years ago
render.js cleanup
github.com/cheeriojs/cheerio - 99810b230042f7a76419e61ac2e2f1aeba1b9351 authored almost 11 years agofixes #446
github.com/cheeriojs/cheerio - a117d92fe0939fe06ff45c022d1bc4506df80211 authored almost 11 years agoRender xml in `html()` when `xmlMode: true`
github.com/cheeriojs/cheerio - ccf11866e61103e7cb2b4cd26d4905cfdcdd6ef8 authored almost 11 years agogithub.com/cheeriojs/cheerio - db4c76d4efeb0ef323f65a9090240190ca61e24b authored almost 11 years ago
github.com/cheeriojs/cheerio - 3c6e419c470af9746751169455e37825ab99b576 authored almost 11 years ago
fixes #248, #194, #445
github.com/cheeriojs/cheerio - 24e9c43d992aed13435143e0cd8cf754b8b056b0 authored almost 11 years ago
attributes are now lowercased by default, so using a regexp isn't
required anymore
also set `__proto__` of singleTag to `null`, so eg. tags named
`hasOwnProperty` won't be recognized
Primitives <3
github.com/cheeriojs/cheerio - 9a06c6588cb2b72c3977f8be6bbd0677006ec607 authored almost 11 years agogithub.com/cheeriojs/cheerio - 042a9e5e82c603fa90a09317e1274c476e38c2f2 authored almost 11 years ago
github.com/cheeriojs/cheerio - 9b9fca5ae09051d7e4a211a077da9dea05c1544c authored almost 11 years ago
github.com/cheeriojs/cheerio - 3b8a9a89d95c6bb8f06201d27f0f4cb7641ec6d8 authored almost 11 years ago
github.com/cheeriojs/cheerio - e37b10493c92a06953a98f41727aeef003d7e3d7 authored almost 11 years ago
Pass options object to CSSselect
github.com/cheeriojs/cheerio - 187e36484d15c3e87ddd631d5d72d9c23bb1e71f authored almost 11 years agoonly used to ensure every call contained this setting
github.com/cheeriojs/cheerio - 958c3e681890a91779ba44883c74acdc0fa72793 authored almost 11 years agofixes #248
This changes how text nodes are stored in the DOM: They are now
unescaped by default...
github.com/cheeriojs/cheerio - 9856f265ebe7c5911070058ce60bc0a648795b71 authored almost 11 years ago
github.com/cheeriojs/cheerio - 18990e298ef208ae244268ca262ac83c2871b08c authored almost 11 years ago
github.com/cheeriojs/cheerio - d0dc73294f61dfd7cc0e7a20d0c8e53c29fe677a authored almost 11 years ago
github.com/cheeriojs/cheerio - 0944fbcfc3c78241f5f8657f5aa4f05b41737063 authored almost 11 years ago
https://github.com/MatthewMueller/cheerio/blob/master/Readme.md#each-functionindex-element-
Thi...
github.com/cheeriojs/cheerio - 53e7e259a64d35d2d07e88ee3ff0bfade2c5ab7a authored almost 11 years agoPreserve options
github.com/cheeriojs/cheerio - e478de2fecf102f07c4c42e644938f6b5245e2a3 authored almost 11 years agogithub.com/cheeriojs/cheerio - a1f289680fe8d713ca7f6e41caf1ae61434f666d authored almost 11 years ago
Optimize add and remove class cases
github.com/cheeriojs/cheerio - 35fc758d15a8fde59f54c497d9574a37a8230524 authored almost 11 years agoAdded parentsUntil() method (issue #144)
github.com/cheeriojs/cheerio - 8da8c3d34403b7cbb5d33de41c44a5649d697db3 authored almost 11 years agoI'm not sure the behavior is the same (it's now equal to the code above)
github.com/cheeriojs/cheerio - a15e9e3b20b694ea95620c26c84b2ff5a3bbb113 authored almost 11 years ago
caused failure of test cases (htmlparser2's behavior depends on the
existence of the property)
...
github.com/cheeriojs/cheerio - 0c595d1b4ca7ae8896ad43aadf661ebbc7d452ba authored almost 11 years agogithub.com/cheeriojs/cheerio - cc8a10ab7f2c711616611c88317b140e84d8408c authored almost 11 years ago
github.com/cheeriojs/cheerio - e47997084fae4114ccc4484a5ba4f8fe28d3ae7c authored almost 11 years ago
github.com/cheeriojs/cheerio - 82da920405149856d403ccb1975ca2eed1014ac3 authored almost 11 years ago
github.com/cheeriojs/cheerio - f55bd3518be2c25262b09085c84ca2cd48af7baf authored almost 11 years ago
as proposed by @jugglinmike in #274, but using `this.options` instead
of the prototype to enable...
as proposed by @jugglinmike in #274
github.com/cheeriojs/cheerio - 71216faaf812a014932618483e370abc5e02819b authored almost 11 years agogithub.com/cheeriojs/cheerio - 483b2c4aee3cf2c95baa580e7f675efa602d8121 authored almost 11 years ago
previous solution didn't recognize arrays
github.com/cheeriojs/cheerio - 02b60a66f84979288e104120bc93bf930a57183a authored almost 11 years ago
Conflicts:
lib/cheerio.js
github.com/cheeriojs/cheerio - 417bf72a8eca7dad630eeb4af10fef04ed5ffc3b authored almost 11 years ago
Allow load cheerio using existing domhandler (not only string)
github.com/cheeriojs/cheerio - f361a53c909e097876e58471d69ae400d063a1da authored almost 11 years ago
Conflicts:
lib/api/manipulation.js
test/api.manipulation.js
Optimize manipulation methods
github.com/cheeriojs/cheerio - e12d8acf312646331f0f3104bf2275a5e7f6dc88 authored almost 11 years agoBrowserify support
github.com/cheeriojs/cheerio - bd176966cc9e4befc53b118d6c897173f4c4ec4b authored almost 11 years agoUse SVG travis badge
github.com/cheeriojs/cheerio - 4c9092fe7be4d3aba9a1a13f29b1b726d0f455aa authored almost 11 years agogithub.com/cheeriojs/cheerio - 474c9f722d3a1933481442dbf9fe174003157fca authored almost 11 years ago
github.com/cheeriojs/cheerio - 013171643791872ddf273918ede62fc8ce662d58 authored almost 11 years ago
github.com/cheeriojs/cheerio - eb0040ff0b41e93b04b8db77f1c942e79bd20db9 authored almost 11 years ago
github.com/cheeriojs/cheerio - 92cfd4ac8be07ab2da30be2e7e983bf5ae7e1e05 authored almost 11 years ago
github.com/cheeriojs/cheerio - f113de4d13ee1aefdaf5029507913d97d7389155 authored almost 11 years ago
Remove offensive language from Readme.md
github.com/cheeriojs/cheerio - ba92c8de8048b20e4fc8e58fb3b8a107c5431e0d authored almost 11 years agoReplaces "insanely" with "incredibly" to avoid associating mental illnesses with being unreasona...
github.com/cheeriojs/cheerio - 71304f7355ae3c9af27ae4f8117ef9cb6ea63204 authored almost 11 years agogithub.com/cheeriojs/cheerio - ef0ebc93cd68faf916aed3c3629ad2f06d6eee2e authored almost 11 years ago
Ignore benchmark folder
github.com/cheeriojs/cheerio - 679b05ba1cd2096e885d1ddef4c575a1ff23b9e9 authored almost 11 years agoIgnore benchmark folder when installing cheerio through npm.
github.com/cheeriojs/cheerio - 72090deacd91ed9f0dfd0997a8476d8cf1739c33 authored almost 11 years agogithub.com/cheeriojs/cheerio - 99397864cc7a0deb58dc0be65619f07d3221a228 authored almost 11 years ago