Skip to content

Releases: CodeDredd/laravel-soap

v1.3.1 - Dropping Laravel 8 Support cause of BREAKING CHANGES

29 Oct 18:55
0bdb34b

Choose a tag to compare

Laravel 8 will be supported in v2.

Changes

🧰 Maintenance

v1.3.0 - Laravel 8 Support

18 Oct 10:37
60363d7

Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

v1.2.3

05 May 10:56
3118a7e

Choose a tag to compare

Changes

🐛 Bug Fixes

v1.2.2

04 May 06:54
51dbba2

Choose a tag to compare

Changes

🐛 Bug Fixes

v1.2.1

04 May 06:14
50ba397

Choose a tag to compare

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

02 May 12:37
1dcd71a

Choose a tag to compare

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

🌈 v1.1.2

29 Apr 11:05
00cadff

Choose a tag to compare

Changes

🐛 Bug Fixes

  • "Uri", "location" not set if config is used @CodeDredd (#9)

🧰 Maintenance

v1.1.1 🌈

23 Apr 10:54

Choose a tag to compare

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 🌈

22 Apr 08:03
f41f1bc

Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

  • doc(v1): corrected typos and missing parts in the readme @CodeDredd (#4)

v1.0.1 🌈

21 Apr 16:27

Choose a tag to compare

Changes

  • No changes

🧰 Maintenance

  • removed unnecessary guzzlehttp dependencie (guzzle-adapter is enough)
  • code clean up (formatting)
  • added .editorconfig