Files
apimacro/vendor/symfony/css-selector/CHANGELOG.md

30 lines
355 B
Markdown
Raw Normal View History

2024-05-07 12:17:25 +02:00
CHANGELOG
=========
2024-08-13 13:44:16 +00:00
7.1
---
* Add support for `:is()`
* Add support for `:where()`
6.3
---
* Add support for `:scope`
2024-05-07 12:17:25 +02:00
4.4.0
-----
* Added support for `*:only-of-type`
2.8.0
-----
* Added the `CssSelectorConverter` class as a non-static API for the component.
* Deprecated the `CssSelector` static API of the component.
2.1.0
-----
* none