Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.29 KB

File metadata and controls

44 lines (28 loc) · 1.29 KB

📒 Changelog


v1.3.0 (30-Aug-2025)

  • 💻 dev: upgrade Node to >= v22
  • 💻 dev: upgrade dependencies


v1.2.0 (20-Jul-2024)

  • ✨ feat: support both leading and trailing whitespace for selectors and combinators
  • ✨ feat: implement the column combinator for tags, i.e. support for table || td (W3 draft An external link)
  • ✨ feat: implement the subsequent-sibling combinator for tags, i.e. support for h1 ~ pre
  • ✨ feat: implement the :root pseudo-class, i.e. support for :root
  • 💻 dev: major internal refactor


v1.1.0 (18-Jul-2024)

  • ✨ feat: implement the next/adjacent sibling combinator for tags, i.e. support for div + h1
  • ✨ feat: implement the attribute selector for tags, i.e. support for a[title]
  • 💻 dev: refactor CombinatorDescendant type


v1.0.1 (17-Jul-2024)

  • 📜 docs: update integration options for TypeScript


v1.0.0 (17-Jul-2024)

  • 🚀 launch: initial release 🎉