Skip to content

Releases: integreat-io/integreat-adapter-xml

v1.0.2

15 Sep 16:37
Compare
Choose a tag to compare

Bug fix:

  • Transformer was honoring flip, but shouldn't.

v1.0.1

15 Sep 16:07
Compare
Choose a tag to compare

Bug fixes:

  • null and undefined wrapped in a { $value: ... } was not treated as null and undefined
  • Transformer did not honor flip.

v1.0.0

04 Aug 22:26
22489ba
Compare
Choose a tag to compare

Breaking changes:

  • Require Integreat v1.0
  • Set http method when serializing SOAP

v0.4.2

19 Jul 17:16
Compare
Choose a tag to compare

New feature:

  • Set treatNullAsEmpty to serialize null to an empty element without the xsi:nil attribute.

v0.4.1

12 Jul 21:16
Compare
Choose a tag to compare

Bug fix:

  • Don't remove dontDoubleEncode in prepareOptions()

v0.4.0

12 Jul 21:04
Compare
Choose a tag to compare

Breaking changes:

  • Headers will be set by default (includeHeaders: true)
  • Existing 'content-type' headers will not be overridden

New features:

  • Set dontDoubleEncode: true to keep already encoded entities from being encoded again. E.g. 'ø'will otherwise become'$amp;#248;'`.

v0.3.1

16 May 18:11
Compare
Choose a tag to compare
  • Use data as SOAP body when we're hiding SOAP envelope and there is no body or header in data
  • Don't remove soapPrefix when preparing options (bugfix)
  • Support named default prefixes with a trailing hyphen '-'

v0.3.0

15 May 20:54
Compare
Choose a tag to compare

Breaking changes:

  • Hide XML directive by default in the transformer
  • Remove SOAP Envelope by default when a soapVersion is specified

Other changes:

  • Make hiding XML directive configurable (hideXmlDirective option)
  • Support setting a default SOAP prefix, instead of the default 'soap' (soapPrefix option)
  • Make hideSoapEnvelope work with transformer too (was documented, but not implemented)

v0.2.6

03 May 11:57
Compare
Choose a tag to compare

Hide soap envelope when hideSoapEnvelope is true.

v0.2.5

03 May 08:52
Compare
Choose a tag to compare

Don't exclude soapAction option.