Skip to content

Releases: FriendsOfCXML/cxml-php

2.0.6

16 Jan 11:32
Compare
Choose a tag to compare

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

15 Jan 20:58
Compare
Choose a tag to compare

Full Changelog: 2.0.4...2.0.5

  • Fix with empty phone element

2.0.4

30 Dec 08:42
6d80c20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.0.4

2.0.3

13 Nov 14:38
Compare
Choose a tag to compare
  • 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

04 Nov 10:11
865e263
Compare
Choose a tag to compare

What's Changed

  • Wiederherstellung der gelöschten StatusResponse in Release 2.0 by @ynnoig in #39

Full Changelog: 2.0.1...2.0.2

2.0.1

23 Oct 08:51
ce12441
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0...2.0.1

2.0

16 Oct 13:13
73ea51b
Compare
Choose a tag to compare
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

17 Sep 11:33
Compare
Choose a tag to compare
2.0RC2 Pre-release
Pre-release

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

11 Sep 10:41
8a14ffd
Compare
Choose a tag to compare
2.0RC1 Pre-release
Pre-release

What's Changed

Full Changelog: 1.12.0...2.0RC1

1.12.0

17 Jun 10:13
Compare
Choose a tag to compare

What's Changed

  • Introduce an optional PSR Eventdispatcher for Processor

Full Changelog: 1.11.1...1.12.0