Skip to content

Releases: cheeriojs/cheerio

0.12.0

15 Dec 00:25

Choose a tag to compare

  • Breaking Change: Changed context from parent to the actual passed one (@swissmanu)
  • Fixed: jquery checkbox val behavior (@jhubble)
  • Added: output xml with $.xml() (@Maciek416)
  • Bumped: htmlparser2 to 3.1.1
  • Fixed: bug in attr(key, val) on empty objects (@farhadi)
  • Added: prevAll, nextAll (@lessmind)
  • Fixed: Safety check in parents and closest (@zero21xxx)
  • Added: .is(sel) (@zero21xxx)

0.11.0

15 Dec 00:25

Choose a tag to compare

0.10.8

15 Dec 00:26

Choose a tag to compare

  • Add slice method (SBoudrias)

0.10.7

15 Dec 00:26

Choose a tag to compare

  • Code & doc cleanup (davidchambers)
  • Fixed bug in filter (jugglinmike)

0.10.6

15 Dec 00:26

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

Choose a tag to compare

  • Fixed botched publish from 0.10.4 - changes should now be present

0.10.4

15 Dec 00:27

Choose a tag to compare

  • $.find should query descendants only (@jugglinmike)
  • Tighter underscore dependency

0.10.3

15 Dec 00:27

Choose a tag to compare

  • fixed outer html bug
  • Updated documentation for $(...).html() and $.html()

0.10.2

15 Dec 00:27

Choose a tag to compare

0.10.1

15 Dec 00:28

Choose a tag to compare

  • Fixed regression, filtering with a context (#106)