Releases: vpulim/node-soap
Releases · vpulim/node-soap
Release list
Version 1.12.0
- [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
- [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
- [ENHANCEMENT] Add
arrayWithChoiceTagoption 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
- [FIX] No code changes, just rebuild the artifacts
Version 1.9.2
Version 1.9.1
- [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
- [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
- [FIX] Rebuild to update stale references
Version 1.7.0
Version 1.6.5
- [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-bomandget-stream(#1394)