Releases: milwad-dev/laravel-crod
Releases · milwad-dev/laravel-crod
v1.4.1
What's Changed
- Apply fixes from StyleCI by @milwad-dev in #20
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #22
- [1.x] Add
v1.3
in readme by @milwad-dev in #23 - Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #24
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #25
- Bump actions/checkout from 3 to 4 by @dependabot in #26
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #27
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #29
- [1.x] Support Laravel 11 by @milwad-dev in #30
Full Changelog: v1.3...v1.4.1
v1.3
Added
- Create CHANGELOG.md dd91b97
- Add PEST option for test b293f3a
- Add
index
,create
,edit
blade file for makeView 598d85c - Add
index
,create
,edit
blade file for makeView in module 50a5a9c - Add
coverage
folder in gitignore and update Readme 63fc4c3 - Add make route in crud:make-module command e10d9f0
- Add route namespace in config and in makeRoute 0875eaa
- Add route name for make route in crud:make-module command
- Create .gitattributes 5912187
- Create FUNDING.yml 17aa16f
Fixed
- Fix all MakeCrudTest
Updated
- Update config.yml d37cd50
Deleted
- Delete fix-php-code-style-issues.yml 0d7213c
New Contributors
- @dependabot made their first contribution in #18
Full Changelog: v1.2...v1.3
v1.2
Added
- Add
Provider
to module with addprovider_path
into config b68a804 - Add data (QUERY) for provider in module 6a1bc3d
- Add main controller into config cab665b
- Add
store
andupdate
request form 93db4d6 - Add LaravelCrodService e504f22
- Add LaravelCrodServiceFacade 109fa40
- Add comment in config file 7dc5208
- Add phpdoc for QueryModuleData a6d1036
- Add styleci.yml 06592c5
- Add dependabot.yml 8a7d6b6
- Add workflows dd4cc1a
- Add issue templates ef1fd55
- Add OptionData.php a629dde
- Add choice for make some extra files 9cc995a
- Add makeFactory function b2cdc1c
- Add makeSeeder function b213ec5
- Add exit option b51436d
- Add CommonTrait 801f4bb
- Add makeSeeder and makeFactory function into make:crud-module command e28b7dc
- Add
factory_path
key into config fb9e7c5 - Add tests, service, repository to more options and remove from option command d173007
Fixed
- Fix parameter of store function in
service
bf7c211 - Fix publish config in README 3de15b1
- Correct default config 0f0f490
- Fix remove excepted columns in fillable b3a724f
- Fix styling 103cb00
- Fix success message 80a2c89
- Fix use repo for module 25327dc
- Fix use service for module command 545f657
- Fix use for controller 562f783
Changed
- Update .gitignore 55c986d
- Change signature of calculate name in crud command 65564b4
- Update README.md 2430e8d
Deleted
Full Changelog: v1.1...v1.2
v1.1 (Support Laravel 10 & PHP 8.2)
What's Changed
- Update README.md by @milwad-dev in #5
- add modular by @milwad-dev in #6
- Update README.md by @milwad-dev in #7
- Update README.md by @milwad-dev in #8
- Update README.md by @milwad-dev in #9
- Fix bug by @milwad-dev in #10
- fix bug make migration file by @milwad-dev in #11
- fix bug for create migration file by @milwad-dev in #12
- add make migration for module by @milwad-dev in #13
- add tests & some update by @milwad-dev in #14
- delete composer.lock with fix bug ci/cd by @milwad-dev in #16
Full Changelog: v1.0...v1.1
v1.0
Added
- Add AddDataToRepoTrait 9151a42
- Add except_columns_in_fillable in config b13ee98
- Add QueryData ccea796
- Add QueryTrait 2359ed3
- Add AddDataToServiceTrait 4c1b140
- Add AddDataToRepoTrait 357e325
- Add QueryModuleData 97ad45d
- Add repo in config 85773b7
- Add coverage in phpunit 2b50221
Fixed
Changed
What's Changed
- V1 by @milwad-dev in #1
- add check exists for repo & service by @milwad-dev in #2
- correcting some syntax errors in README.md by @WebPajooh in #3
- add route model binding & feature, unit test by @milwad-dev in #4
New Contributors
- @WebPajooh made their first contribution in #3
Full Changelog: https://github.com/milwad-dev/laravel-crod/commits/v1.0