Skip to content

Version 0.26.0

Compare
Choose a tag to compare
@jsdevel jsdevel released this 11 Feb 18:30
· 204 commits to master since this release
  • [FIX] WSDL: make merging external schema works correctly (#1023)
  • [FIX] WSDL: pass error from parsing XML as-is, not only its message (#1022)
  • [ENHANCEMENT] server: add option enableChunkedEncoding (#1043)
  • [FIX] fix a problem about Multi-Byte character (#1042)
  • [FIX] fix double transformationentries in WSSecCert
  • [MAINTENANCE] Add bodyParser.json middleware test
  • [FIX] processRequestXml only if req.body is not empty object
  • [MAINTENANCE] Fixing v10 ssl tests and removing jshint since it sucks and doesn't support es6. (we need to migrate to eslint).
  • [FIX] Arrays deserve namespace override too