Skip to content

Commit e7c5347

Browse files
committed
Prepare v1.11.0 release
1 parent 42e979b commit e7c5347

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,40 @@
11
# Change Log
22

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)
44

55
**Implemented enhancements:**
66

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+
736
- 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))
838

939
**Closed issues:**
1040

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"extra": {
6363
"branch-alias": {
64-
"dev-master": "1.10-dev"
64+
"dev-master": "1.11-dev"
6565
}
6666
}
6767
}

0 commit comments

Comments
 (0)