Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

All notable changes to `laravel-restify` will be documented in this file

## [1.0.1] 2019-12-15
## [1.0.0] 2019-12-23

### Added
- RestController - abstract controller to be extended by your API controllers
- RestifyHandler - a global exception handler which transforms many types of generic exceptions into a standard repose with appropriate code for a consistent API
- RestService - The main service which can be extended considering you want to use repository/service architecture
- RestRepository - If using a repository/service architecture - all repositories have to extend this repository
- RestRepositoryInterface - If using a repository/service architecture - all repository interfaces have to extend this repository interface
- AuthService - full support for JWT authentication based on Laravel Passport client token
- Passport installation checker command: `restify:check-passport`
- Passportable - contract used for implementation by the authenticated entity
- RestifySearchable - contract used for search support by the API (should be used along with InteractWithSearch)
- A bunch of generic exceptions which may be used into your project
- Integration tests
- Unit and Integration tests