Skip to content

Releases: cheeriojs/cheerio

0.13.1

15 Dec 00:23
Compare
Choose a tag to compare
  • Fix select with context in Cheerio function (@jugglinmike)
  • Remove unecessary DOM maintenance logic (@jugglinmike)
  • Deprecate support for node 0.6

0.13.0

15 Dec 00:23
Compare
Choose a tag to compare
  • Remove "root" node (@jugglinmike)
  • Fix bug in prevAll, prev, nextAll, next, prevUntil, nextUntil (@jugglinmike)
  • Fix replaceWith method (@jugglinmike)
  • added nextUntil() and prevUntil() (@finspin)
  • Remove internal connect function (@jugglinmike)
  • Rename Cheerio#make to document private status (@jugginmike)
  • Remove extraneous call to _.uniq (@jugglinmike)
  • Use CSSselect library directly (@jugglinmike)
  • Run CI against Node v0.11 as an allowed failure (@jugginmike)
  • Correct bug in Cheerio#parents (@jugglinmike)
  • Implement $.fn.end (@jugginmike)
  • Ignore colons inside of url(.*) when parsing css (@Meekohi)
  • Introduce rudimentary benchmark suite (@jugglinmike)
  • Update HtmlParser2 version (@jugglinmike)
  • Correct inconsistency in $.fn.map (@jugglinmike)
  • fixed traversing tests (@finspin)
  • Simplify make method (@jugglinmike)
  • Avoid shadowing instance methods from arrays (@jugglinmike)

0.12.4

15 Dec 00:24
Compare
Choose a tag to compare

0.12.3

15 Dec 00:24
Compare
Choose a tag to compare

0.12.2

15 Dec 00:24
Compare
Choose a tag to compare

0.12.1

15 Dec 00:25
Compare
Choose a tag to compare
  • Correct behavior of Cheerio#parents (@jugglinmike)
  • Double quotes inside attributes kills HTML (@khoomeister)
  • Making next({}) and prev({}) return empty object (@absentTelegraph)
  • Implement $.parseHTML (@jugglinmike)
  • Correct bug in jQuery.fn.closest (@jugglinmike)
  • Correct behavior of $.fn.val on 'option' elements (@jugglinmike)

0.12.0

15 Dec 00:25
Compare
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
Compare
Choose a tag to compare

0.10.8

15 Dec 00:26
Compare
Choose a tag to compare
  • Add slice method (SBoudrias)

0.10.7

15 Dec 00:26
Compare
Choose a tag to compare
  • Code & doc cleanup (davidchambers)
  • Fixed bug in filter (jugglinmike)