Releases: CodeDredd/laravel-soap
Releases Β· CodeDredd/laravel-soap
v1.3.1 - Dropping Laravel 8 Support cause of BREAKING CHANGES
Laravel 8 will be supported in v2.
Changes
π§° Maintenance
- refactor(1.0): Making own branch for v1.x @CodeDredd (#68)
v1.3.0 - Laravel 8 Support
Changes
π Features
- Support Laravel v8 @ohnotnow (#64)
- feat(v1): adding new
failed
,__toString
&toPsrResponse
to Response @CodeDredd (#22)
π§° Maintenance
- chore(deps-dev): bump phpunit/phpunit from 9.3.8 to 9.4.1 @dependabot-preview (#62)
- chore(deps): bump php-http/message from 1.9.0 to 1.9.1 @dependabot-preview (#63)
- chore(deps): bump phpro/soap-client from 1.3.0 to 1.3.1 @dependabot-preview (#60)
- chore(deps-dev): bump orchestra/testbench from 5.3.0 to 5.7.0 @dependabot-preview (#59)
- chore(deps): bump php-http/discovery from 1.9.1 to 1.12.0 @dependabot-preview (#56)
- chore(deps): [security] bump laravel/framework from 7.14.1 to 7.27.0 @dependabot-preview (#50)
- chore(deps): bump php-http/client-common from 2.1.0 to 2.3.0 @dependabot-preview (#37)
- chore(deps): bump phpro/soap-client from 1.2.0 to 1.3.0 @dependabot-preview (#36)
- chore(deps): bump php-http/message from 1.8.0 to 1.9.0 @dependabot-preview (#45)
- chore(deps): [security] bump symfony/http-kernel from 5.1.0 to 5.1.5 @dependabot-preview (#51)
- chore(deps-dev): bump phpunit/phpunit from 9.2.5 to 9.3.8 @dependabot-preview (#47)
- chore(deps): bump php-http/discovery from 1.7.4 to 1.9.1 @dependabot-preview (#33)
- chore(deps-dev): bump phpunit/phpunit from 9.2.2 to 9.2.5 @dependabot-preview (#30)
- chore(deps-dev): bump phpunit/phpunit from 9.1.5 to 9.2.2 @dependabot-preview (#27)
- chore(deps-dev): bump orchestra/testbench from 5.2.0 to 5.3.0 @dependabot-preview (#25)
- chore(deps): bump phpro/soap-client from 1.1.3 to 1.2.0 @dependabot-preview (#24)
- chore(deps-dev): bump phpunit/phpunit from 9.1.4 to 9.1.5 @dependabot-preview (#23)
- chore(deps): bump robrichards/wse-php from 2.0.3 to 2.0.4 @dependabot-preview (#21)
v1.2.3
v1.2.2
v1.2.1
Changes
π Bug Fixes
- if methods from wsdl are too long, the code generation generates broken comments because of line length set to 80 @CodeDredd (#18)
π§° Maintenance
- doc(v1): reworked testing(fake), commands & index documentation @CodeDredd (#17)
v1.2.0 - New soap commands
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)
π v1.1.2
Changes
π Bug Fixes
- "Uri", "location" not set if config is used @CodeDredd (#9)
π§° Maintenance
- add mkdocs @CodeDredd (#6), (#7)
v1.1.1 π
Changes
π§° Maintenance
- Apply fixes from StyleCI @CodeDredd (#5)
- Added stylci badge to readme
- Added templates for worklfow (PR, Feature)
- Added gitattributes
- Added mailmap
v1.1.0 π
Changes
π Features
- Argument check in unit Tests @CodeDredd (#3)
π§° Maintenance
- doc(v1): corrected typos and missing parts in the readme @CodeDredd (#4)
v1.0.1 π
Changes
- No changes
π§° Maintenance
- removed unnecessary guzzlehttp dependencie (guzzle-adapter is enough)
- code clean up (formatting)
- added .editorconfig