v1.2.0 - New soap commands
·
196 commits
to master
since this release
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
- reworked asserts section in the docs @CodeDredd (#15)
- enhanced mkdocs configuration @CodeDredd (#15)
- moved testing asserts to seperate class @CodeDredd (#15)
- update readme badge @CodeDredd (#14)
- move readme to docs @CodeDredd (#13)
- Update composer dependencies for code generation & docs @CodeDredd (#12)