cheerio v0.4.0 Release Notes

Release Date: 2011-12-19 // over 12 years ago
    • โœ… Rewrote all unit tests as cheerio transitioned from vows -> mocha
    • ๐Ÿ“œ Internally, renderer.render -> render(...), parser.parse -> parse(...)
    • Append, prepend, html, before, after all work with only text (no tags)
    • ๐Ÿ›  Bugfix: Attributes can now be removed from script and style tags
    • โž• Added yield as a single tag
    • Cheerio now compatible with node >=0.4.7