Skip to content

Version 0.9.1

Compare
Choose a tag to compare
@herom herom released this 30 May 20:00
· 468 commits to master since this release
  • [FIX] Received empty Strings are now returned as empty String rather than an empty Object. (#637)
  • [FIX] Get current namespace when parent namespace is an empty String. Fixes #533. (#661)
  • [DOC] Update README.md with documentation for #660 introduced customization of httpClient and request libs in client.options. (#664)
  • [FIX] Take configured "ignored namespaces" into account when processing objectToXml(). Fixes #537. (#662)
  • [LIC] Update license attribute to follow the new npm conventions. (#663)
  • [ENHANCEMENT] Add ability to customize http client / request lib on client creation. (#660)
  • [FIX] Support xsi:type Schema on Element. Fixes #606. (#639)
  • [FIX] Make parsing of recursive Elements in wsdl work. (#658)