All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v1.0.1 Changes

    ๐Ÿšง ๐Ÿงฐ Maintenance

    • ๐Ÿ‘Œ Improve documentation [#66]
  • v1.0.0 Changes

    ๐Ÿš€ Features

    • โž• Add Soap.Response.parse/1 [#61]
    • โž• Add xsd parsing from external resources [#57]

    ๐Ÿ›  ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix bug when namespaces is empty [#60]

    ๐Ÿšง ๐Ÿงฐ Maintenance

    • ๐Ÿ‘Œ Improve readme and documentation [#64]
    • Code improvements (dependencies, credo, formatter) [#63]
    • โž• Add code coverage [#62]
    • โž• Add more documentation and maked some functions as private [#59]
    • โž• Add latest major versions elixir to CI [#58]
  • v0.2.1 Changes

    • ๐Ÿ›  Fix crash in parsing by reason of incorrect expression [#56]
    • โšก๏ธ Update library dependencies [#55]
  • v0.2.0 Changes

    • โž• Add MIT license [#53]
    • Feat/soap headers [#50]
    • ๐Ÿ‘Œ Support for different SOAP version for different WSDL files [#49]
    • ๐Ÿ‘Œ Support WSDL files with WSDL namespace being root [#46]
    • Skip params validation if prebuilt XML given [#45]
  • v0.1.2 Changes

    • โšก๏ธ Update HTTPoison [#44]
  • v0.1.1 Changes

    • Now Soap.call/4 returns its own response structure %Soap.Response{body: nil, headers: [], request_url: nil, status_code: nil}
  • v0.1.0 Changes

    ๐ŸŽ‰ Initial release. A simple low-tested wrapper for sending SOAP requests based on wsdl.

    • ๐Ÿ“œ Parsing base struct from WSDL. Soap.init_model/2
    • ๐Ÿ“œ Parsing WSDL from file or url.
    • List operations from WSDL. Soap.operations/1
    • Execution call requests Soap.call/4