Skip to content

Releases: shetabit/extractor

v4.0.0

27 Feb 08:11
53b76e3

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

Choose a tag to compare

  • fix array_diff middlewares bug

support Laravel 7.*

04 Mar 05:47

Choose a tag to compare

now we support Laravel 7.*

change commands and auto-generate files structure

20 Feb 11:47

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

Choose a tag to compare

middlewares' interface has changed in this version.

Global middlewares

18 Feb 13:26

Choose a tag to compare

New features

  • global middlewares

New Features (middlewares, cache, conditionals)

18 Feb 10:01

Choose a tag to compare

New Features:

  • Middlewares
  • Cache
  • Conditional configs

fix events bug

26 Nov 10:01

Choose a tag to compare

onSuccess and onError not found fixed

Concurrent Requests

25 Nov 14:31

Choose a tag to compare

now we can send concurrent requests.

fix not sent headers bug

24 Aug 05:16

Choose a tag to compare

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