Skip to content

Releases: JustSteveKing/laravel-transporter

3.0.0

22 Apr 08:47
75aca30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.01...3.0.0

Send XML fixes

25 Aug 08:48
453c614
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.01

2.0.0

20 Feb 08:38
026e287
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...2.0.0

Adds appendPath

04 Oct 13:02
f8631e4
Compare
Choose a tag to compare

This release add the ability to use appendPath to fluently append an ID or similar to the path of Transporter requests

What's Changed

Full Changelog: 1.1.0...1.2.0

Fixed setting baseUrl on request when using concurrently

12 Jul 09:32
21a9af3
Compare
Choose a tag to compare

What's Changed

  • Fixed setting baseUrl on request when using concurrently with as by @muhsenmaqsudi in #32

New Contributors

Full Changelog: 1.0.0...1.1.0

Laravel 9 Support

11 Feb 09:03
f5ba42b
Compare
Choose a tag to compare

Thanks to a PR by @Kussie we now have Laravel 9 support ❤️

Pending Request Fixes

18 Jan 08:34
286be8c
Compare
Choose a tag to compare

Some fixes have been applied to the pending request so that changes are applied to each member of a pool of requests - thanks to @fred-oranje

View payload, and XML support

11 Nov 08:10
Compare
Choose a tag to compare

Thanks to so good points on issues and a great suggestion by Jess Archer - we can now handle XML requests in a very specific way, and also view the payload before sending for debugging purposes.

Base URI changes

03 Nov 08:28
8a1e2fa
Compare
Choose a tag to compare

Thanks to a PR by @telkins we have switched the baseUri setting so that local (class based) baseUri takes presidence over the global config drive baseUri - a great edition!

Path fix

26 Oct 07:10
abf22de
Compare
Choose a tag to compare

Adding a fix to paths on requests to stop any initialization problems in child classes