Skip to content

Commit

Permalink
[DomCrawler] Add support for multivalued form fields (fix #1579, #3012)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Jan 24, 2012
1 parent fbbea2f commit 43e0db5
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 83 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG-2.1.md
Expand Up @@ -139,6 +139,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c

### DomCrawler

* refactor the Form class internals to support multi-dimensional fields (the public API is backward compatible)
* added a way to get parsing errors for Crawler::addHtmlContent() and Crawler::addXmlContent() via libxml functions
* added support for submitting a form without a submit button

Expand Down Expand Up @@ -212,7 +213,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### Serializer

* [BC BREAK] changed `GetSetMethodNormalizer`'s key names from all lowercased to camelCased (e.g. `mypropertyvalue` to `myPropertyValue`)
* [BC BREAK] convert the `item` XML tag to an array
* [BC BREAK] convert the `item` XML tag to an array

``` xml
<?xml version="1.0"?>
Expand Down

0 comments on commit 43e0db5

Please sign in to comment.