Releases: FriendsOfCXML/cxml-php
Releases · FriendsOfCXML/cxml-php
2.0.6
Full Changelog: 2.0.5...2.0.6
- With nullable typed readonly properties (from PHP 8.1+) we face situations where properties are not set after deserialization (Typed property...must not be accessed before initialization). This subscriber helps to handle these cases by adding properties to the payload so that they end up being null. Markus Thielen 9 minutes ago
2.0.5
Full Changelog: 2.0.4...2.0.5
- Fix with empty phone element
2.0.4
2.0.3
- also allow Y-m-d\TH:i:s.v timeformat
- refactoring: buildResponseForException() moved to Builder
Full Changelog: 2.0.2...2.0.3
2.0.2
2.0.1
What's Changed
- fix: Missing deploymentMode on Message by @jeromegxj in #38
New Contributors
- @jeromegxj made their first contribution in #38
Full Changelog: 2.0...2.0.1
2.0
What's Changed
- cXML Version 2.0.0 (PHP 8.2+) by @ynnoig in #30
- Composer Dependabot: update symfony/routing requirement from ^4.4.44 || ^5.0.0 || ^6.0.0 to ^4.4.44 || ^5.0.0 || ^6.0.0 || ^7.0.0 by @dependabot in #36
- Composer Dependabot: update tomasvotruba/type-coverage requirement from ^0.3.0 to ^0.3.0 || ^1.0.0 by @dependabot in #37
Full Changelog: 1.12.0...2.0
2.0RC2
What's Changed
- Composer Dependabot: update symfony/routing requirement from ^4.4.44 || ^5.0.0 || ^6.0.0 to ^4.4.44 || ^5.0.0 || ^6.0.0 || ^7.0.0 by @dependabot in #36
- added cxml dtd 1.2.063
- Added ability to add TaxDetail into Tax node (having multiple different tax rates)
Full Changelog: 2.0RC1...2.0RC2
2.0RC1
1.12.0
What's Changed
- Introduce an optional PSR Eventdispatcher for Processor
Full Changelog: 1.11.1...1.12.0