Releases: omarfawzi/Restful-API-Starter
Releases · omarfawzi/Restful-API-Starter
v11.0.0
- Making requests & conditions more testable
- Update readme
v10.0.1
- Refactoring of authentication manager
v10.0.0
- Add support for dynamic security based on the open api schema definition .
v9.0.0
- Supporting Application Security.
v8.0.0
- Automatic build for readme.
- Less abstraction levels.
v7.0.0
- Refactored Open API Controller
- Removed unusal layers
v6.0.0
- Removed unusual controllers
- Added Spatie/Laravel-Data support for request helpers.
v3.0.0
- Added Caching For Schema Validation to speedup schema building.
- Added More Tests
- More Refactoring