Skip to content

Releases: syntax-tree/hast-util-select

6.0.2

06 Nov 16:11
ffaebb2
Compare
Choose a tag to compare

Misc

  • d20a835 Update css-selector-parser

Full Changelog: 6.0.1...6.0.2

6.0.1

30 Aug 15:28
3032a27
Compare
Choose a tag to compare

Full Changelog: 6.0.0...6.0.1

6.0.0

07 Aug 17:06
5028753
Compare
Choose a tag to compare

Change

  • 11e66c0 Update @types/hast, utilities
    migrate: update too
  • 2b1144c Change to require Node.js 16
    migrate: update too
  • 1a7cb9f Change to use exports
    migrate: don’t use private APIs
  • db5ea46 Change to yield undefined
    migrate: expect undefined, not null
  • daf8770 Update to match CSS selectors 4
    migrate: should be fine, pass valid modern css selectors, make sure to use :is instead of ancient :any or :matches
  • e1e821c Change to never match multiple ids
    migrate: use a single id

Add

  • 56ae734 Add support for case-sensitivity modifiers
  • 0c47af3 Add support for a:has(> b)

Full Changelog: 5.0.5...6.0.0

5.0.5

22 Jan 11:53
c523d66
Compare
Choose a tag to compare
  • 4ee85b0 Fix :matches, :not after something matched

Full Changelog: 5.0.4...5.0.5

5.0.4

16 Jan 13:47
a0681a0
Compare
Choose a tag to compare

Misc

Full Changelog: 5.0.3...5.0.4

5.0.3

30 Dec 16:53
14b84ba
Compare
Choose a tag to compare
  • b0d92b1 Fix to return results in tree order
  • 804cc39 Fix support for parent-sensitive pseudos
  • 6ee499e Add support for null as input in types
  • 2a9afde Add improved docs
  • 8b57b44 Add docs to types

Full Changelog: 5.0.2...5.0.3

5.0.2

26 May 20:30
e88e196
Compare
Choose a tag to compare

Full Changelog: 5.0.1...5.0.2

5.0.1

30 Aug 18:36
aeedcae
Compare
Choose a tag to compare
  • 724bb40 Fix exception on selector list in select
  • bd62f7d Add strict to tsconfig.json

Full Changelog: 5.0.0...5.0.1

5.0.0

29 Apr 08:41
85df640
Compare
Choose a tag to compare

4.0.2

03 Dec 10:32
f98d0d9
Compare
Choose a tag to compare