Releases: cheeriojs/cheerio
Releases · cheeriojs/cheerio
0.10.7
0.10.6
0.10.5
0.10.4
- $.find should query descendants only (@jugglinmike)
- Tighter underscore dependency
0.10.3
0.10.2
- Added a toString() method (@bensheldon)
- use
_.each
and_.map
to simplify cheerio namesakes (@davidchambers) - Added filter() with tests and updated readme (@bensheldon & @davidchambers)
- Added spaces between attributes rewritten by removeClass (@jos3000)
- updated docs to remove reference to size method (@ironchefpython)
- removed HTML tidy/pretty print from cheerio
0.10.1
0.10.0
- 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