Improved
v1.0.0-rc.10
Fixes:
.html(node)now moves passed nodes (#1923, fixes #940) 258b26b- Boolean attributes are no longer special in xmlMode (#1903, fixes #1805) b393e4a
- Rename parser adapter files (#1873, fixes #1847) 8f55dd8
- Make
filterwork on all collections (#1870, fixes #1867) fb8d31e - Bump cheerio-select (#1922, fixes https://www.npmjs.com/advisories/1754) 5cd2b9c
Documentation:
- Document how to define TS types for Plug-Ins (#1915, fixes #1778) 880fd2c
- Remove obsolete Testing section e0c7cbb
- Remove now-invalid
require5dfbd35
Refactors:
- Wrap shared behavior in
traversing(#1909) 58e090a - Move
istotraversing, optimize (#1908) 1c6fa3e - Change order of arguments of internal
domEach(#1892) feda230 - Have
loadexport a function (#1869) c370f4e
https://github.com/cheeriojs/cheerio/compare/v1.0.0-rc.9...v1.0.0-rc.10