Releases: RonasIT/laravel-entity-generator
Releases · RonasIT/laravel-entity-generator
ModelTestStates release
What's Changed
- chore(deps): bump laravel/framework from 11.21.0 to 11.31.0 by @dependabot in #101
- Cover generators with tests by @KonstantinLapkovsky in #65
- feat: add property annotation by @pirs1337 in #104
- feat: Wrap table name into double quotes in dumps by @pirs1337 in #105
- feat: Validate all search param as boolean instead of integer by @pirs1337 in #106
- fix: annotation by @pirs1337 in #109
- fix: annotation by @pirs1337 in #110
- feat: implemented supporting of PHPUnit v11 by @aizlee in #111
- feat: Use reflection to detect model relations by @pirs1337 in #107
- Add factory tests by @KonstantinLapkovsky in #68
- Use model test states in tests generator by @pirs1337 in #113
- feat: skip generation for invalid stubs by @pirs1337 in #108
- fix: add model namespace by @pirs1337 in #114
- 112_update templates by @pirs1337 in #115
- fix: assertEventPushedChain method by @pirs1337 in #116
- feat: add coverage badge by @DenTray in #119
- fix: config require by @pirs1337 in #118
- feat: add assert for tests by @pirs1337 in #120
- feat: change templates by @pirs1337 in #121
- chore(deps): bump league/commonmark from 2.5.3 to 2.6.0 by @dependabot in #122
- #97: Use model test states in tests generator by @yogyrton in #124
- #125: Use model test states in tests generator by @yogyrton in #126
- fix: resource generator by @yogyrton in #127
- fix: test generator by @yogyrton in #128
Full Changelog: 3.2...3.3
3.2.4
What's Changed
- feat: add assert for tests by @pirs1337 in #120
- feat: change templates by @pirs1337 in #121
- chore(deps): bump league/commonmark from 2.5.3 to 2.6.0 by @dependabot in #122
- #97: Use model test states in tests generator by @yogyrton in #124
Full Changelog: 3.2.3...3.2.4
3.2.3
What's Changed
- feat: Use reflection to detect model relations by @pirs1337 in #107
- Add factory tests by @KonstantinLapkovsky in #68
- Use model test states in tests generator by @pirs1337 in #113
- feat: skip generation for invalid stubs by @pirs1337 in #108
- fix: add model namespace by @pirs1337 in #114
- 112_update templates by @pirs1337 in #115
- fix: assertEventPushedChain method by @pirs1337 in #116
- feat: add coverage badge by @DenTray in #119
- fix: config require by @pirs1337 in #118
Full Changelog: 3.2.2...3.2.3
PHPUnit 11 support
What's Changed
Full Changelog: 3.2.1...3.2.2
Small update
What's Changed
- chore(deps): bump laravel/framework from 11.21.0 to 11.31.0 by @dependabot in #101
- Cover generators with tests by @KonstantinLapkovsky in #65
- feat: add property annotation by @pirs1337 in #104
- feat: Wrap table name into double quotes in dumps by @pirs1337 in #105
- feat: Validate all search param as boolean instead of integer by @pirs1337 in #106
- fix: annotation by @pirs1337 in #109
- fix: annotation by @pirs1337 in #110
Full Changelog: 3.2...3.3
Nova tests generator
What's Changed
- fix: nova model state name in test template by @AZabolotnikov in #91
- chore(deps): bump symfony/process from 7.1.3 to 7.2.0-BETA2 by @dependabot in #98
- chore(deps): bump symfony/http-foundation from 7.1.3 to 7.2.0-BETA2 by @dependabot in #99
- feat: update nova test generator template by @AZabolotnikov in #96
Full Changelog: 3.1...3.1.1
Nova generation release
What's Changed
- fix: install lagacy factories package to compatibility with laravel 9; by @DenTray in #13
- fix: move lagacy factories package to require instead of require-dev; by @DenTray in #14
- #54:- delete
without
keys by @pirs1337 in #15 - #16:- feat: update templates; by @pirs1337 in #18
- feat: generate resource class by @pirs1337 in #21
- feat: update templates by @pirs1337 in #23
- feat: generate a separate factory by @pirs1337 in #24
- feat: generate nova resource by @pirs1337 in #25
- #22: Update templates. Removed empty line generation from delete request by @NikitaYakovlev in #26
- #20: Fixed bug with non-existent dir when creating new entity, renamed stub configs, added namespace for DatabaseSeeder by @vitgrams in #27
- style: remove leading slash in entity routes. by @KonstantinLapkovsky in #29
- style: reorder classes imports in stubs. by @KonstantinLapkovsky in #28
- chore: rewrite tests stub response status assertion. by @KonstantinLapkovsky in #30
- #17 added resource collection for geneartion by @Adil9994 in #31
- fix: renamed stubs by @Adil9994 in #35
- #20 fixed additional bugs by @Adil9994 in #37
- #19 added required setting for nova fields by @Adil9994 in #34
- #19 added class exists exception by @Adil9994 in #38
- #17 added todo comment by @Adil9994 in #41
- #39: test data generated only when factory exists by @Adil9994 in #40
- docs: update ReadMe.md by @DenTray in #44
- Generate new entity when User model not uses ModelTrait cause error by @Goodmain in #46
- #32: Remove JSON field serialization from repository stub. by @KonstantinLapkovsky in #47
- Fix controller template by @yogyrton in #53
- #43: Add logic to generate anonymous-type migrations for projects wit… by @KonstantinLapkovsky in #48
- #33 Remove required rule for search request with required boolean field by @yogyrton in #54
- fix: fix model mock for tests. by @KonstantinLapkovsky in #58
- fix: fixed typos by @DenTray in #62
- fix: modify model name to studly case by default. by @KonstantinLapkovsky in #59
- feat: add loading nova resource columns from database. by @KonstantinLapkovsky in #61
- feat: add classes namespace generation from path by @KonstantinLapkovsky in #60
- Add nova tests generation by @KonstantinLapkovsky in #57
- Correct logic for Nova resource creation by @KonstantinLapkovsky in #63
- Correct nova test generator. by @KonstantinLapkovsky in #66
- chore: add composer.lock file to VSC index. by @KonstantinLapkovsky in #71
- Add composer lock file to VCS by @KonstantinLapkovsky in #72
- chore: change dependency location from
require
torequire-dev
. by @KonstantinLapkovsky in #78 - fix: generate nova test cases by @AZabolotnikov in #83
- Fix template for generarte nova tests by @AZabolotnikov in #84
- Fix nova template test filter user by @AZabolotnikov in #86
- Update dependencies by @aizlee in #88
- chore(deps): bump phpoffice/phpspreadsheet from 1.29.0 to 1.29.1 by @dependabot in #90
- chore(deps): bump phpoffice/phpspreadsheet from 1.29.1 to 1.29.2 by @dependabot in #94
- fix: createDatabaseSeeder by @aizlee in #95
New Contributors
- @pirs1337 made their first contribution in #15
- @NikitaYakovlev made their first contribution in #26
- @vitgrams made their first contribution in #27
- @Adil9994 made their first contribution in #31
- @Goodmain made their first contribution in #46
- @yogyrton made their first contribution in #53
- @AZabolotnikov made their first contribution in #83
- @aizlee made their first contribution in #88
- @dependabot made their first contribution in #90
Full Changelog: 1.3.11...3.1
Upgrade dependencies release
What's Changed
- #54:- delete
without
keys by @pirs1337 in #15 - #16:- feat: update templates; by @pirs1337 in #18
- feat: generate resource class by @pirs1337 in #21
- feat: update templates by @pirs1337 in #23
- feat: generate a separate factory by @pirs1337 in #24
- feat: generate nova resource by @pirs1337 in #25
- #22: Update templates. Removed empty line generation from delete request by @NikitaYakovlev in #26
- #20: Fixed bug with non-existent dir when creating new entity, renamed stub configs, added namespace for DatabaseSeeder by @vitgrams in #27
- style: remove leading slash in entity routes. by @KonstantinLapkovsky in #29
- style: reorder classes imports in stubs. by @KonstantinLapkovsky in #28
- chore: rewrite tests stub response status assertion. by @KonstantinLapkovsky in #30
- #17 added resource collection for geneartion by @Adil9994 in #31
- fix: renamed stubs by @Adil9994 in #35
- #20 fixed additional bugs by @Adil9994 in #37
- #19 added required setting for nova fields by @Adil9994 in #34
- #19 added class exists exception by @Adil9994 in #38
- #17 added todo comment by @Adil9994 in #41
- #39: test data generated only when factory exists by @Adil9994 in #40
- docs: update ReadMe.md by @DenTray in #44
- Generate new entity when User model not uses ModelTrait cause error by @Goodmain in #46
- #32: Remove JSON field serialization from repository stub. by @KonstantinLapkovsky in #47
- Fix controller template by @yogyrton in #53
- #43: Add logic to generate anonymous-type migrations for projects wit… by @KonstantinLapkovsky in #48
- #33 Remove required rule for search request with required boolean field by @yogyrton in #54
- fix: fix model mock for tests. by @KonstantinLapkovsky in #58
- fix: fixed typos by @DenTray in #62
- fix: modify model name to studly case by default. by @KonstantinLapkovsky in #59
- feat: add loading nova resource columns from database. by @KonstantinLapkovsky in #61
- feat: add classes namespace generation from path by @KonstantinLapkovsky in #60
- Add nova tests generation by @KonstantinLapkovsky in #57
- Correct logic for Nova resource creation by @KonstantinLapkovsky in #63
- Correct nova test generator. by @KonstantinLapkovsky in #66
- chore: add composer.lock file to VSC index. by @KonstantinLapkovsky in #71
- Add composer lock file to VCS by @KonstantinLapkovsky in #72
- chore: change dependency location from
require
torequire-dev
. by @KonstantinLapkovsky in #78 - fix: generate nova test cases by @AZabolotnikov in #83
- Fix template for generarte nova tests by @AZabolotnikov in #84
- Fix nova template test filter user by @AZabolotnikov in #86
- Update dependencies by @aizlee in #88
New Contributors
- @pirs1337 made their first contribution in #15
- @NikitaYakovlev made their first contribution in #26
- @vitgrams made their first contribution in #27
- @Adil9994 made their first contribution in #31
- @Goodmain made their first contribution in #46
- @yogyrton made their first contribution in #53
- @AZabolotnikov made their first contribution in #83
- @aizlee made their first contribution in #88
Full Changelog: 2.0.4-beta...3.0.0-beta
Laravel >=8 compatibility
Merge pull request #14 from RonasIT/dpankratov/legacy-factories-install fix: move lagacy factories package to require instead of require-dev;
fix: circular relations check
Merge pull request #11 from RonasIT/dpankratov/circular-relations-fix Dpankratov/circular relations fix