full site update

This commit is contained in:
2025-07-24 18:46:24 +02:00
parent bfe2b90d8d
commit 37a6e0ab31
6912 changed files with 540482 additions and 361712 deletions

View File

@@ -1,39 +1,3 @@
# 6.1.2
- Fixed: erroneous trailing combinators in pseudos
# 6.1.1
- Fixed: improve typings of constructor helpers (#292)
# 6.1.0
- Feature: add `sourceIndex` to `Selector` nodes (#290)
# 6.0.16
- Fixed: add missing `index` argument to `each`/`walk` callback types (#289)
# 6.0.15
- Fixed: Node#prev and Node#next type for the first/last node
# 6.0.14
- Fixed: type definitions
# 6.0.13
- Fixed: throw on unexpected pipe symbols
# 6.0.12
- Fixed: `clone` arguments should be optional
# 6.0.11
- Fixed: parse attribute case insensitivity flag
# 6.0.10
- Fixed: `isPseudoElement()` supports `:first-letter` and `:first-line`