This release introduces the newly refactored code, which has unlocked the possibility to implement two missing pseudo selectors: :has and :not. Thanks to @reaganch for the feature request that came in just at the right time.
- More tests for last-of-type and nth-of-type by @g105b in #226
- Fix syntax error in README example by @Inverle in #232
- refactor: reduce class complexity, improve code quality by @g105b in #233
- :not pseudo selector by @g105b in #234
- ci: permissions by @g105b in #237
- :has selector by @g105b in #236
New Contributors
Full Changelog: v1.4.0...v1.5.0