Releases: shetabit/extractor
Releases · shetabit/extractor
v4.0.0
What's Changed
- Add Laravel 10 version support by @amirsadeghi1 in #3
New Contributors
- @amirsadeghi1 made their first contribution in #3
Full Changelog: v3.4.1...v4.0.0
fix array_diff middlewares bug
- fix array_diff middlewares bug
support Laravel 7.*
now we support Laravel 7.*
change commands and auto-generate files structure
- 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
middlewares' interface has changed in this version.
Global middlewares
New features
- global middlewares
New Features (middlewares, cache, conditionals)
New Features:
- Middlewares
- Cache
- Conditional configs
fix events bug
onSuccess
and onError
not found fixed
Concurrent Requests
now we can send concurrent requests.
fix not sent headers bug
in this version you can send custom headers in your request (bug has fixed)