New
v1.1.0
What's Changed
- fix(attributes): support
.propon document nodes by @fb55 in https://github.com/cheeriojs/cheerio/pull/4320 - fix(types): fix ExtractedValue type by @ben-tilden in https://github.com/cheeriojs/cheerio/pull/4334
- Add a field
browsertopackage.jsonroot by @UNIDY2002 in https://github.com/cheeriojs/cheerio/pull/4033 - Upgraded dependencies
Doc Improvements
- docs(blog): fix loading documents url by @TonyRL in https://github.com/cheeriojs/cheerio/pull/4002
- docs: fix function load() link by @ya-luotao in https://github.com/cheeriojs/cheerio/pull/4013
- docs: correct loadBuffer() name in example by @arichardsmith in https://github.com/cheeriojs/cheerio/pull/4270
- Update attr setter jsdoc by @thyming in https://github.com/cheeriojs/cheerio/pull/4469
- docs: use code block for install, mention yarn and bun by @Electroid in https://github.com/cheeriojs/cheerio/pull/4454
- docs: Replace
.htmlwith.propfor outerHTML by @fb55 in https://github.com/cheeriojs/cheerio/pull/4321