From 4638ddc7394a9e5a3bd9c05df691cbad657134ff Mon Sep 17 00:00:00 2001 From: Lupacescu Eduard Date: Mon, 23 Dec 2019 19:55:55 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a67a128a..5d2e83645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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