Skip to content

v1.2.0 - New soap commands

Compare
Choose a tag to compare
@release-drafter release-drafter released this 02 May 12:37
· 196 commits to master since this release
1dcd71a

Changes

🚀 Features

  • added new assert function assertSentCount @CodeDredd (#15)
  • Adding commands to generate code from wsdl (client, validation) @CodeDredd (#10)
    CHEER Proudly to anounce my way of auto generated code based on wsdl. These commands
    don't generate the way you maybe know it. It's more code reduction and using laravels validation.

🐛 Bug Fixes

  • Response function arguments could cause an error if provided arguments were null @CodeDredd (#15)

🧰 Maintenance