Skip to content

2.0.0

Compare
Choose a tag to compare
@ivan770 ivan770 released this 18 Oct 17:05
· 21 commits to master since this release

Changes

  • Builder is now a separate class, and HttpClient calls it via magic methods
  • Added more HTTP methods available to be called
  • Builder in Request classes can be used without attach method. You can now chain builder methods on Request class
  • defaultAttach is now called on Request init, so chaining and attaching will work as usual

Upgrading

  • Check if your requests are not depending on defaultAttach being executed at the end of chaining, as with 2.0.0 update this won't work
  • Change any usages of Buildable trait to Builder class, if you are using custom client classes