You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,14 @@
2
2
3
3
All notable changes to `laravel-restify` will be documented in this file
4
4
5
-
## [1.0.1] 2019-12-15
5
+
## [1.0.0] 2019-12-23
6
6
7
7
### Added
8
8
- RestController - abstract controller to be extended by your API controllers
9
9
- RestifyHandler - a global exception handler which transforms many types of generic exceptions into a standard repose with appropriate code for a consistent API
10
-
- RestService - The main service which can be extended considering you want to use repository/service architecture
11
-
- RestRepository - If using a repository/service architecture - all repositories have to extend this repository
12
-
- RestRepositoryInterface - If using a repository/service architecture - all repository interfaces have to extend this repository interface
13
10
- AuthService - full support for JWT authentication based on Laravel Passport client token
0 commit comments