- 💻 dev: upgrade Node to >= v22
- 💻 dev: upgrade dependencies
- ✨ 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)
- ✨ feat: implement the subsequent-sibling combinator for tags, i.e. support for
h1 ~ pre - ✨ feat: implement the
:rootpseudo-class, i.e. support for:root - 💻 dev: major internal refactor
- ✨ 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
CombinatorDescendanttype
- 📜 docs: update integration options for TypeScript
- 🚀 launch: initial release 🎉