2.11.0 (2015-12-04)
Hi! This release contains a few bug fixes, but the main improvement is the support of Symfony 3.0.
Special thank to @Ener-Getick! And tank you to all other contributors.
CHANGELOG
- Added: Symfony 3.0 support
- Added: default-value parameter to
JsonSerializableParser
- Fixed: FOSRestBundle compatibility
- Fixed: route host with placeholder
- Fixed: tests
- Fixed: empty string is now a valid default parameter value that is successfully merged with other parameters, preventing access of uninitialized array key 'default' Added functional test case for
mergeParameters()
that covers this issue