Skip to content

Releases: FriendsOfCXML/cxml-php

1.6.0

09 Nov 21:07
f0bc027
Compare
Choose a tag to compare

What's Changed

  • disabled xdebug in php step on ci. set phpstan to max level by @ynnoig in #14
  • chore(dependencies): composer lock update + CS Fix by @ynnoig in #19
  • chore(style): adjusted php-cs-fixer indent by @ynnoig in #20
  • bugfix: change regex to lazy quantifier in Serializer #patch by @faaru-io in #18

Full Changelog: 1.5.3...1.6.0

1.5.3

22 Feb 14:19
fb6284d
Compare
Choose a tag to compare

What's Changed

  • Updated GA CI to avoid deprecation errors by @ynnoig in #12
  • added createFromInterface() for CXml\Model for PHP<8.0

Full Changelog: 1.5.2...1.5.3

1.5.2

22 Feb 12:08
Compare
Choose a tag to compare

Full Changelog: 1.5.1...1.5.2

  • Handling Date vs DateTime: CXml\Model\Date

1.5.1

20 Feb 19:18
Compare
Choose a tag to compare

Full Changelog: 1.5.0...1.5.1

  • allow more dynamic date/time values Markus Thielen 20 minutes ago

1.5.0

26 Jan 19:23
65c0491
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.2...1.5.0

1.4.2

24 Jan 13:12
fa4ea99
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.4.2

1.4.1

19 Nov 11:00
Compare
Choose a tag to compare

+getOptions in Context
+renaming method

1.4.0

21 Sep 16:55
Compare
Choose a tag to compare

addExtrinsics / addExtrinsicsAsKeyValue refactoring
+extrinsics in OrderRequestBuilder Markus Thielen 3 minutes ago

1.3.3

15 Sep 09:09
Compare
Choose a tag to compare
  • Convenience method to map POOM to OrderRequest
  • Minor enhancements
  • +ShipTo in PunchOutOrderMessageBuilder
  • Shipping+Taxes are additional infos and should not be summed

1.3.2

13 Sep 11:46
Compare
Choose a tag to compare

Added missing getter for BillTo