Skip to content

3.0.0

Compare
Choose a tag to compare
@ivan770 ivan770 released this 20 Oct 07:34
· 10 commits to master since this release

Changes

  • Added plug-n-play BrowserKit support. Add PassToBrowserKit contract to your request class to use it.
  • Replaced InteractsWithEloquent trait with parse builder method, that supports any Arrayable class
  • Requests and responses have their own namespace.

Upgrading

  • Check that every request class now uses new namespace.
  • Instead of calling fetchModel method, you should call parse method.
  • If you are modifying core components of package, check that modified classes are using new namespaces.