Skip to content

Releases: cheeriojs/cheerio-select

v2.1.0

16 May 10:51
Compare
Choose a tag to compare
  • minor: Added a limit argument to select #307
  • chore: Added tests from cheerio-advanced-selectors #298

Full Changelog: v2.0.0...v2.1.0

v2.0.0

30 Apr 09:50
Compare
Choose a tag to compare
  • major: Bump dependencies, update types #285
  • minor: Add ESM 056ef77
  • fix: Handle edge-case with multiple positionals #292 #293

Full Changelog: v1.6.0...v2.0.0

v1.6.0

28 Mar 22:30
Compare
Choose a tag to compare

What's Changed

  • Bump css-what, css-select by @fb55 in #265
    • cheerio-select inherits some new features from css-select, most notably a quirksMode option.
  • chore(ci): Use GitHub Actions by @fb55 in #71

Full Changelog: v1.5.0...v1.6.0

v1.5.0

07 Jun 20:06
Compare
Choose a tag to compare
  • Allow users to pass root as an option, to speed up queries 6c88993
  • Have filter accept plain nodes c2f694b

v1.4.0...v1.5.0

v1.4.0

16 Apr 11:30
Compare
Choose a tag to compare
  • feat: Add is and some functions (#24) 130df02
  • refactor: Relax input types (#23) 8b9822a
  • feat: Export css-select pseudo extension points 58c771b

v1.3.0...v1.4.0

v1.3.0

08 Apr 20:59
Compare
Choose a tag to compare
  • Upgrade dependencies 6249ca1
    • Inherits breaking changes from css-select; several pseudos are now stricter.

v1.2.0...v1.3.0

v1.2.0

11 Feb 03:35
Compare
Choose a tag to compare

Fixes:

  • Filter now preserves the order of filtered elements 229b944
    • The sorting it did before was unexpected from the name and should be considered a bug. That's why this was not published as a new major version.

v1.1.0...v1.2.0

v1.1.0

07 Jan 14:54
Compare
Choose a tag to compare
  • feat(select): Allow a function as the selector (#6) d8c64b5

v1.0.0...v1.1.0

v1.0.0

25 Dec 18:47
Compare
Choose a tag to compare
  • Rename back to cheerio-select b628021

v0.1.1...v1.0.0

v0.1.1

24 Dec 09:19
Compare
Choose a tag to compare
  • fix: Remove @types/node dependency 9e002c6
  • test: Add test for traversal-first queries 2232f3c

v0.1.0...v0.1.1