cheerio v0.3.0 Release Notes

Release Date: 2011-11-19 // over 12 years ago
    • ๐Ÿ“œ Now using htmlparser2 for parsing (2x speed increase, cleaner, actively developed)
    • โž• Added benchmark directory for future speed tests
    • ๐Ÿšš $('...').dom() was funky, so it was removed in favor of $('...').get(). $.dom() still works the same.
    • $.root now correctly static across all instances of $
    • โž• Added a screencast