🎨 Features
- Refactors the internal logic of how query selection works to improve performance and make maintenance easier. (#792)
- Adds support for adjacent sibling to query selectors (e.g. ".a + .b"). (#792)
👷♂️ Patch fixes
- Fixes issue where
*.querySelectorAll()
did not return elements in document order. (#285)