-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a714351
commit 3ecddab
Showing
8 changed files
with
440 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
# Changelog | ||
All notable changes to `Laravel Layerize` will be documented in this file | ||
|
||
## 1.0.0 | ||
- Release Packages | ||
|
||
## 1.0.1 | ||
- Add command to generate single service class, controller class, dto/validation class, use case class | ||
|
||
## 1.0.2 | ||
- Add command to generate all service (QueryService, CommandService,DatatableService) | ||
|
||
## 1.0.3 | ||
- Add Readme, Contributing, and Changelog | ||
## 2.0.0 - What's New? | ||
### Remove | ||
- Remove support for general query service getByAttr | ||
- Remove auto write end of class name (Request, Controller, UseCase, Service), now you must write full name of class (ex: php artisan layerize:dto Example => php artisan layerize:dto ExampleRequest) | ||
- Remove end of class name (Service) from Service, now the service class name without Service (ex: ConfigQueryServices => ConfigQuery, ConfigDatatableServices => ConfigDatatable, ConfigCommandService => ConfigCommand) | ||
### Add or Fixing | ||
- Add new general query service method list function | ||
- Bug fixing cant create file with folder when run php artisan layerize:service {serviceName} --all | ||
- Fixing command, now to generate all request must use --all, not -a | ||
- Fixing bug in example query |
Oops, something went wrong.