Skip to content

Commit 4638ddc

Browse files
committed
changelog
1 parent 9470add commit 4638ddc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22

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

5-
## [1.0.1] 2019-12-15
5+
## [1.0.0] 2019-12-23
66

77
### Added
88
- RestController - abstract controller to be extended by your API controllers
99
- 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
1310
- AuthService - full support for JWT authentication based on Laravel Passport client token
1411
- Passport installation checker command: `restify:check-passport`
1512
- Passportable - contract used for implementation by the authenticated entity
13+
- RestifySearchable - contract used for search support by the API (should be used along with InteractWithSearch)
1614
- A bunch of generic exceptions which may be used into your project
17-
- Integration tests
15+
- Unit and Integration tests

0 commit comments

Comments
 (0)