Unist Util Select Versions Save

utility to select unist nodes with CSS-like selectors

5.1.0

6 months ago

Add

  • ad8a91d Add support for case-sensitivity modifiers

Misc

  • 6f16614 Update css-selector-parser
  • 5c37078 Refactor error for unsupported feature

Full Changelog: https://github.com/syntax-tree/unist-util-select/compare/5.0.0...5.1.0

5.0.0

10 months ago

Change

  • 90f8b3e Update @types/unist migrate: update too
  • 8a9e59c Change to require Node.js 16 migrate: update too
  • 6e4dc3c Change to use export map migrate: don’t use private APIs
  • 414d1f7 Change to yield undefined instead of null migrate: expect undefined
  • 09e81a2 Update to match CSS selectors 4 migrate: should be fine but there are internal changes to the parse that is now more like actual CSS

Add

  • 3a5f97a Add support for a:has(> b)

Full Changelog: https://github.com/syntax-tree/unist-util-select/compare/4.0.3...5.0.0

4.0.3

1 year ago
  • a6f0631 Fix :matches, :not after something matched

Full Changelog: https://github.com/syntax-tree/unist-util-select/compare/4.0.2...4.0.3

4.0.2

1 year ago
  • 258beff Fix to return results in tree order
  • beca7d5 Fix support for parent-sensitive pseudos
  • 1da3f61 Fix types to allow literal nodes
  • 5e05a61 Add support for null as input in types
  • d68e907 Add improved docs
  • 230f8df Add docs to types

Full Changelog: https://github.com/syntax-tree/unist-util-select/compare/4.0.1...4.0.2

4.0.1

2 years ago

Full Changelog: https://github.com/syntax-tree/unist-util-select/compare/4.0.0...4.0.1

4.0.0

3 years ago
  • 4c1b02e Add JSDoc based types
  • 4b4e243 Use ESM

3.0.4

3 years ago
  • 5da284c Remove circular dependency

3.0.3

3 years ago
  • 732da9a Update nth-check

3.0.2

3 years ago
  • d48ac1c Refactor to improve bundle size
  • c7dc44b Refactor prose

3.0.1

4 years ago
  • 56febd2 Refactor prose