Skip to content

Releases: vpulim/node-soap

Version 1.12.0

Choose a tag to compare

@w666 w666 released this 10 Sep 09:10
  • [ENHANCEMENT] Add support for the group element and respect sequence element ordering (#1519)
  • [FIX] Fix XML-to-object parsing for WSDL responses where a schema-declared array appears with only one item. The parser was resolving the response element name too aggressively, which dropped the array marker and caused single-item collections to be treated as plain objects instead of arrays. Preserves primitive types for child values, so numeric fields remain numbers instead of being turned into strings. (#1525)
  • [FIX] Add alias parseResponseAttachments for parseReponseAttachments function (#1522)
  • [MAINTENANCE] Bump peer deps to resolve security issues

Version 1.11.0

Choose a tag to compare

@w666 w666 released this 26 Aug 10:02
  • [SECURITY] Generate nonce using cryptographically secure random bytes (#1516)
  • [ENHANCEMENT] Allow options in objectToDocumentXML when calling a method (#1509)
  • [ENHANCEMENT] Add support for the group element (#1348)
  • [FIX] Drop accidentally added config for continue plugin
  • [FIX] Adjust xmlEscape to escape \n, \r, and \t (#1512)
  • [DOC] Add dependencies policy (#1518)
  • [MAINTENANCE] Bump actions/checkout from 7.0.0 to 7.0.1 (#1517)
  • [MAINTENANCE] Remove OPENSSL_ENABLE_SHA1_SIGNATURES=1 as it is not required anymore (#1418)
  • [MAINTENANCE] Bump actions/setup-node from 6.4.0 to 7.0.0 (#1513)
  • [MAINTENANCE] Bump axios to 1.18.1 as well as body-parser and brace-expansion (#1511)

Version 1.10.0

Choose a tag to compare

@w666 w666 released this 14 Jul 02:21
  • [ENHANCEMENT] Add arrayWithChoiceTag option that provides support for sequence with choice semantics (#1496)
  • [FIX] Fix WSSecurityCert header inside Envelope when no SOAP headers exist (#1489)
  • [FIX] Do not extend IExpressApp from http.Server, add optional address prop (#1507)
  • [FIX] Fix coverage image markdown in readme (#1506)
  • [MAINTENANCE] Bump dependencies (#1508)
  • [MAINTENANCE] Update coverage badge (#1504)
  • [MAINTENANCE] Bump actions/checkout to 7.0.0 (#1505)
  • [MAINTENANCE] Disable coderabbit auto review (#1497)

Version 1.9.3

Choose a tag to compare

@w666 w666 released this 19 May 21:03
  • [FIX] No code changes, just rebuild the artifacts

Version 1.9.2

Choose a tag to compare

@w666 w666 released this 13 May 22:17
  • [FIX] Fix handling default ports from URL (#1491)
  • [MAINTENANCE] Bump actions/setup-node from 6.3.0 to 6.4.0 (#1493)
  • [MAINTENANCE] Update axios to 1.16.0 and mocha to 11.7.5 (#1494)

Version 1.9.1

Choose a tag to compare

@w666 w666 released this 16 Apr 09:10
  • [MAINTENANCE] Bump axios to 1.15.0 and sax to 1.6.0 and peer deps (#1485)

Also includes changes from interim release 1.9.0

1.9.0 / 2026-04-07

  • [ENHANCEMENT] Replace deprecated url.parse with the WHATWG URL API (#1387)
  • [ENHANCEMENT] Add test for datetime conversion from incomplete to full ISO date string (#1431)
  • [SECURITY] Add local .npmrc and re-enable dependabot (#1481)
  • [DOC] Improve readme (#1469)
  • [MAINTENANCE] Bump sinon to 21.0.3 (#1479)
  • [MAINTENANCE] Bump typescript-eslint from 8.56.1 to 8.57.1 (#1480)
  • [MAINTENANCE] Bump eslint to 10.1.0 (#1477)
  • [MAINTENANCE] Bump @types/debug from 4.1.12 to 4.1.13 (#1476)
  • [MAINTENANCE] Bump @types/formidable to 3.5.0 (#1472)
  • [MAINTENANCE] Bump whatwg-mimetype and @types/whatwg-mimetype to 5.0.0 (#1473)
  • [MAINTENANCE] Add TZ=UTC to cover npm script (#1466)
  • [MAINTENANCE] Bump flatted to 3.4.1 (#1465)
  • [MAINTENANCE] Bump nyc from 17.1.0 to 18.0.0 (#1462)
  • [MAINTENANCE] Bump doctoc from 2.2.1 to 2.3.0 (#1460)

Version 1.8.0

Choose a tag to compare

@w666 w666 released this 06 Mar 20:17
  • [ENHANCEMENT] Add serverless mode (#1449)
  • [MAINTENANCE] Bump minimatch (#1455)
  • [MAINTENANCE] Bump glob from 13.0.0 to 13.0.3 (#1457)
  • [MAINTENANCE] Bump typescript-eslint from 8.54.0 to 8.55.0 (#1458)
  • [MAINTENANCE] Bump eslint to v10 and make it compatible with the project (#1456)
  • [MAINTENANCE] Bump semver from 7.7.3 to 7.7.4 (#1451)
  • [MAINTENANCE] Bump axion to 1.13.6 and sax to 1.5.0 (#1459)

Version 1.7.1

Choose a tag to compare

@w666 w666 released this 18 Feb 10:20
  • [FIX] Rebuild to update stale references

Version 1.7.0

Choose a tag to compare

@w666 w666 released this 18 Feb 08:41
  • [ENHANCEMENT] Replace get-stream and strip-bom with local impl (#1447)
  • [ENHANCEMENT] Remove lodash dependency (#1444)
  • [MAINTENANCE] Bump typescript-eslint from 8.53.1 to 8.54.0 (#1445)

Version 1.6.5

Choose a tag to compare

@w666 w666 released this 13 Feb 08:00
  • [ENHANCEMENT] honor httpAgent/httpsAgent when setting ntlm (#1336)
  • [FIX] Handle undefined toXml() (#1435)
  • [MAINTENANCE] Bump axios to 1.13.5 (#1442)
  • [MAINTENANCE] Bump typescript-eslint to 8.53.1 (#1439)
  • [MAINTENANCE] Bump prettier to 3.8.1 (#1437)
  • [MAINTENANCE] Bump brace-expansion to 5.0.1 (#1440)
  • [MAINTENANCE] Bump strip-bom and get-stream (#1394)