upgraded dependencies
This commit is contained in:
24
vendor/symfony/dom-crawler/CHANGELOG.md
vendored
24
vendor/symfony/dom-crawler/CHANGELOG.md
vendored
@@ -1,6 +1,30 @@
|
||||
CHANGELOG
|
||||
=========
|
||||
|
||||
5.4
|
||||
---
|
||||
|
||||
* Add `Crawler::innerText` method.
|
||||
|
||||
5.3
|
||||
---
|
||||
|
||||
* The `parents()` method is deprecated. Use `ancestors()` instead.
|
||||
* Marked the `containsOption()`, `availableOptionValues()`, and `disableValidation()` methods of the
|
||||
`ChoiceFormField` class as internal
|
||||
|
||||
5.1.0
|
||||
-----
|
||||
|
||||
* Added an internal cache layer on top of the CssSelectorConverter
|
||||
* Added `UriResolver` to resolve an URI according to a base URI
|
||||
|
||||
5.0.0
|
||||
-----
|
||||
|
||||
* Added argument `$selector` to `Crawler::children()`
|
||||
* Added argument `$default` to `Crawler::text()` and `html()`
|
||||
|
||||
4.4.0
|
||||
-----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user