Open niftylettuce opened 5 years ago
As far as I remember, one of the issues with that latest version is that it’s adding tbody tags if you don’t have any in your HTML.
Those are totally unnecessary, but will increase your HTML size (Gmail clipping), and can also cause trouble with existing CSS selectors. I think there’s a reason why its version wasn’t bumped in such a long time.
The current version of
cheerio
in this package isv0.22.0
while the latest published version is1.0.0-rc.2
. There are dozens of optimizations, bug fixes, and more from a glance at https://github.com/cheeriojs/cheerio/blob/master/History.md.