Skip to content

Releases: shetabit/extractor

v4.0.0

Choose a tag to compare

@khanzadimahdi khanzadimahdi released this 27 Feb 08:11
53b76e3

What's Changed

New Contributors

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

fix array_diff middlewares bug

Choose a tag to compare

@khanzadimahdi khanzadimahdi released this 27 Mar 08:24
  • fix array_diff middlewares bug

support Laravel 7.*

Choose a tag to compare

@khanzadimahdi khanzadimahdi released this 04 Mar 05:47

now we support Laravel 7.*

change commands and auto-generate files structure

Choose a tag to compare

@khanzadimahdi khanzadimahdi released this 20 Feb 11:47
  • 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

Choose a tag to compare

@khanzadimahdi khanzadimahdi released this 19 Feb 10:46

middlewares' interface has changed in this version.

Global middlewares

Choose a tag to compare

@khanzadimahdi khanzadimahdi released this 18 Feb 13:26

New features

  • global middlewares

New Features (middlewares, cache, conditionals)

Choose a tag to compare

@khanzadimahdi khanzadimahdi released this 18 Feb 10:01

New Features:

  • Middlewares
  • Cache
  • Conditional configs

fix events bug

Choose a tag to compare

@khanzadimahdi khanzadimahdi released this 26 Nov 10:01

onSuccess and onError not found fixed

Concurrent Requests

Choose a tag to compare

@khanzadimahdi khanzadimahdi released this 25 Nov 14:31

now we can send concurrent requests.

fix not sent headers bug

Choose a tag to compare

@khanzadimahdi khanzadimahdi released this 24 Aug 05:16

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