Skip to content

Releases: cheeriojs/cheerio

0.10.6

15 Dec 00:26
Compare
Choose a tag to compare
  • Added $.contains(...) (jugglinmike)
  • formatting cleanup (davidchambers)
  • Bug fix for .children() (jugglinmike & davidchambers)
  • Remove global render bug (wvl)

0.10.5

15 Dec 00:26
Compare
Choose a tag to compare
  • Fixed botched publish from 0.10.4 - changes should now be present

0.10.4

15 Dec 00:27
Compare
Choose a tag to compare
  • $.find should query descendants only (@jugglinmike)
  • Tighter underscore dependency

0.10.3

15 Dec 00:27
Compare
Choose a tag to compare
  • fixed outer html bug
  • Updated documentation for $(...).html() and $.html()

0.10.2

15 Dec 00:27
Compare
Choose a tag to compare

0.10.1

15 Dec 00:28
Compare
Choose a tag to compare
  • Fixed regression, filtering with a context (#106)

0.10.0

15 Dec 00:28
Compare
Choose a tag to compare
  • Greatly simplified and reorganized the library, reducing the loc by 30%
  • Now supports mocha's test-coverage
  • Deprecated self-closing tags (HTML5 doesn't require them)
  • Fixed error thrown in removeClass(...) @robashton

0.9.2

15 Dec 00:28
Compare
Choose a tag to compare
  • added $(...).map(fn)
  • manipulation: refactor makeCheerioArray
  • make .removeClass() remove all occurrences (#64)

0.9.1

15 Dec 00:29
Compare
Choose a tag to compare
  • fixed bug causing options not to make it to the parser

0.9.0

15 Dec 00:29
Compare
Choose a tag to compare
  • Added node 8.x support
  • Removed node 4.x support
  • Add html(dom) support (@wvl)
  • fixed xss vulnerabilities on .attr(), .text(), & .html() (@benatkin, @fb55)
  • Rewrote tests into javascript, removing coffeescript dependency (@davidchambers)
  • Tons of cleanup (@davidchambers)