What's Changed
- Update base branch for test covering by @KonstantinLapkovsky in #67
- fix: test generation when model in not default directory by @pirs1337 in #123
- Add migration generator tests by @KonstantinLapkovsky in #69
- chore(deps): bump tecnickcom/tcpdf from 6.7.7 to 6.8.0 by @dependabot[bot] in #130
- chore(deps): bump phpoffice/phpspreadsheet from 1.29.4 to 1.29.7 by @dependabot[bot] in #131
- chore(deps): bump nesbot/carbon from 3.8.2 to 3.8.4 by @dependabot[bot] in #132
- Add model generator tests by @KonstantinLapkovsky in #70
- Add repository generator tests by @KonstantinLapkovsky in #73
- Add requests generator tests by @KonstantinLapkovsky in #74
- Add API resource generator tests by @KonstantinLapkovsky in #75
- chore(deps): bump phpoffice/phpspreadsheet from 1.29.7 to 1.29.8 by @dependabot[bot] in #134
- Add service generator tests by @KonstantinLapkovsky in #77
- Add tests generator tests by @KonstantinLapkovsky in #79
- chore(deps): bump phpoffice/phpspreadsheet from 1.29.8 to 1.29.9 by @dependabot[bot] in #136
- fix: seeder stub and model generation by @pirs1337 in #133
- Add translation generator tests by @KonstantinLapkovsky in #80
- Add service provider tests by @KonstantinLapkovsky in #81
- Add command tests by @KonstantinLapkovsky in #82
- feat: Create .gitattributes file by @pirs1337 in #137
- chore(deps): bump laravel/framework from 11.31.0 to 11.44.1 by @dependabot[bot] in #138
- feat: increase laravel version by @yogyrton in #139
- chore(deps): bump league/commonmark from 2.6.1 to 2.7.0 by @dependabot[bot] in #143
- tests: make factory generator tests 100% lines coverage by @RGO230 in #146
- tests: make 100% lines code coverage by @RGO230 in #145
- tests:add tests for different package and project configs by @RGO230 in #144
- 49 cover entity generator with tests by @RGO230 in #148
- chore:update helpers package by @RGO230 in #152
- 150 implement relations dto by @RGO230 in #151
- refactor: remove useless by @RGO230 in #153
- refactor: move set now to testcase, mock traits by @RGO230 in #154
- refactor: remove useless faker import by @RGO230 in #155
- refactor: remove useless json extensions by @RGO230 in #157
- Updated Readme by @artengin in #162
- Fixed formatting issues in seeder generation and registration. Closes… by @artengin in #161
- fix: remove json extension in exportJson method by @RGO230 in #158
- 142 can not generate nova resource in laravel 11 by @RGO230 in #156
- feat: test with php8.4 by @AZabolotnikov in #164
- feat: Modify current routes template by @artengin in #169
- feat: Cast timestamp fields to Carbon objects by @artengin in #171
- fix: git hub checks by @artengin in #173
- feat: Generate property annotations for Model by @artengin in #170
- feat: add Carbon import only when datetime fields are present by @artengin in #174
- chore(deps): bump phpoffice/phpspreadsheet from 1.29.9 to 1.30.0 by @dependabot[bot] in #177
- feat: add ability to generate models in sub-folders by @artengin in #176
- [178]: add ResourceAlreadyExists exception by @neellii in #180
- fix: generate @Property annotations with $ before variable names by @artengin in #186
- feat: Standardize variable usage in Stub templates by @pirs1337 in #191
- feat: Remove service_with_trait logic generation by @pirs1337 in #192
- fix: correct controller.blade.php by @pirs1337 in #195
- feat: getOrCreateNamespace method refactoring by @pirs1337 in #193
- refactor: unify prepareRelations into a single method by @artengin in #183
- refactor: remove useless config by @pirs1337 in #197
- [194]: modify search request by @neellii in #196
- fix: Correct NovaResource and NovaTest generation in subfolders by @artengin in #199
- Revise installation and usage sections in ReadMe.md by @DenTray in #201
New Contributors
- @RGO230 made their first contribution in #146
- @artengin made their first contribution in #162
- @neellii made their first contribution in #180
Full Changelog: 3.3...3.4