Skip to content

Releases: shetabit/extractor

v4.0.0

27 Feb 08:11
53b76e3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.1...v4.0.0

fix array_diff middlewares bug

27 Mar 08:24
Compare
Choose a tag to compare
  • fix array_diff middlewares bug

support Laravel 7.*

04 Mar 05:47
Compare
Choose a tag to compare

now we support Laravel 7.*

change commands and auto-generate files structure

20 Feb 11:47
Compare
Choose a tag to compare
  • command to create clients: php artisan make:extractor-client name
  • command to create middlewares: php artisan make:extractor-middleware name

All auto-generate files has moved to app\Http\RemoteRequests .

change middlewares' interface

19 Feb 10:46
Compare
Choose a tag to compare

middlewares' interface has changed in this version.

Global middlewares

18 Feb 13:26
Compare
Choose a tag to compare

New features

  • global middlewares

New Features (middlewares, cache, conditionals)

18 Feb 10:01
Compare
Choose a tag to compare

New Features:

  • Middlewares
  • Cache
  • Conditional configs

fix events bug

26 Nov 10:01
Compare
Choose a tag to compare

onSuccess and onError not found fixed

Concurrent Requests

25 Nov 14:31
Compare
Choose a tag to compare

now we can send concurrent requests.

fix not sent headers bug

24 Aug 05:16
Compare
Choose a tag to compare

in this version you can send custom headers in your request (bug has fixed)