|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [1.10.0](https://github.com/schmittjoh/serializer/tree/1.10.0) |
| 3 | +## [1.11.0](https://github.com/schmittjoh/serializer/tree/1.11.0) (2018-02-04) |
4 | 4 |
|
5 | 5 | **Implemented enhancements:** |
6 | 6 |
|
| 7 | +- Deserialize xmlKeyValuePairs [\#868](https://github.com/schmittjoh/serializer/pull/868) ([goetas](https://github.com/goetas)) |
| 8 | +- Add AdvancedNamingStrategyInterface [\#859](https://github.com/schmittjoh/serializer/pull/859) ([LeaklessGfy](https://github.com/LeaklessGfy)) |
| 9 | + |
| 10 | +**Fixed bugs:** |
| 11 | + |
| 12 | +- Exception thrown for non-existant accessor to an excluded property [\#862](https://github.com/schmittjoh/serializer/issues/862) |
| 13 | +- Support non-namespaced lists in namespaced XML [\#851](https://github.com/schmittjoh/serializer/pull/851) ([bertterheide](https://github.com/bertterheide)) |
| 14 | + |
| 15 | +**Closed issues:** |
| 16 | + |
| 17 | +- Context Group not working [\#865](https://github.com/schmittjoh/serializer/issues/865) |
| 18 | +- Not all virtual properties are serialized [\#864](https://github.com/schmittjoh/serializer/issues/864) |
| 19 | +- DeserializedName [\#857](https://github.com/schmittjoh/serializer/issues/857) |
| 20 | +- Annotation does not exist, or could not be auto-loaded. [\#855](https://github.com/schmittjoh/serializer/issues/855) |
| 21 | +- \[Question\] Serialization of primitive types [\#853](https://github.com/schmittjoh/serializer/issues/853) |
| 22 | +- Empty list when deserializing namespaced XML with children that are not namespaced [\#850](https://github.com/schmittjoh/serializer/issues/850) |
| 23 | +- XmlList\(skipWhenEmpty=true\) or @SkipWhenEmpty\(\) does not work [\#847](https://github.com/schmittjoh/serializer/issues/847) |
| 24 | +- DateHandler Timezone ignored on deserialization [\#457](https://github.com/schmittjoh/serializer/issues/457) |
| 25 | + |
| 26 | +**Merged pull requests:** |
| 27 | + |
| 28 | +- Drop HHVM support [\#869](https://github.com/schmittjoh/serializer/pull/869) ([goetas](https://github.com/goetas)) |
| 29 | +- Allow excluded private properties to not have a getter acc… [\#863](https://github.com/schmittjoh/serializer/pull/863) ([0mars](https://github.com/0mars)) |
| 30 | +- Solve php 7.2 deprecations [\#860](https://github.com/schmittjoh/serializer/pull/860) ([goetas](https://github.com/goetas)) |
| 31 | +- Fixed issue where timezone is lost when creating DateTime from unix timestamp [\#835](https://github.com/schmittjoh/serializer/pull/835) ([goetas](https://github.com/goetas)) |
| 32 | + |
| 33 | +## [1.10.0](https://github.com/schmittjoh/serializer/tree/1.10.0) (2017-11-30) |
| 34 | +**Implemented enhancements:** |
| 35 | + |
7 | 36 | - support PSR-11 compatible DI containers [\#844](https://github.com/schmittjoh/serializer/pull/844) ([xabbuh](https://github.com/xabbuh)) |
| 37 | +- Deserialize xmlKeyValuePairs [\#840](https://github.com/schmittjoh/serializer/pull/840) ([fdyckhoff](https://github.com/fdyckhoff)) |
8 | 38 |
|
9 | 39 | **Closed issues:** |
10 | 40 |
|
|
0 commit comments