Skip to content

Commit

Permalink
launching v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deyan-ardi committed Jun 27, 2023
1 parent a714351 commit 3ecddab
Show file tree
Hide file tree
Showing 8 changed files with 440 additions and 189 deletions.
22 changes: 10 additions & 12 deletions CHANGELOG.md
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
Loading

0 comments on commit 3ecddab

Please sign in to comment.