Releases: contributte/nextras-orm-generator
Releases · contributte/nextras-orm-generator
v0.6.1
v0.6.0
v0.5.1
v0.5.0
Bumped! 🍝
Diff: v0.4.0...v0.5.0
Changes:
- Phpstan: fixes [c1e6c5e] (@f3l1x)
- Fix every colum is string, preg_match() returns 1 if the pattern matches given subject, 0 if it does not, or false on failure. [620c897] (@qwerin)
- Code: polished [412e4ec] (@f3l1x)
Maintenance:
- Bump: v0.4 [7adc9ee] (@f3l1x)
- Makefile: fix targets [72ce752] (@f3l1x)
- php 8.1 deprecated in Config.php [14d44f9]
- Composer: allow codesniffer plugin [faaeab2] (@f3l1x)
- Github: rework workflows [38ead05] (@f3l1x)
- Makefile++ [9b7231b] (@f3l1x)
- Phpstan: update config [cd63cfd] (@f3l1x)
- Composer: upgrade codestyle [1e33003] (@f3l1x)
- Typos [e0b63f8] (@f3l1x)
v0.4.0
Bumped! 🕣
Diff: v0.3...v0.4.0
Changes:
- Travis: drop PHP 7.1 [559cc9e] (@f3l1x)
- Readme: typos [9492810] (@cniry)
- Kodiakbot [33e0754] (@f3l1x)
- Readme: polished [bbae524] [d46d4d4] [07e8a9f] (@petrparolek)
- Travis CI -> GitHub Actions [0508000] (@petrparolek)
- Codestyle: improvements (#28) [1c0604b] (@petrparolek)
- Repaired in DatabazeAnalyzer.php array key "Extra" to lowercase [178e833] (@f3l1x)
- Added examples from playground [dff272a] (@petrparolek)
- Composer: nette v3, inflector v2 [af692b1] (@f3l1x)
- Codesniffer: fixes [92bfb9c] (@f3l1x)
v0.3
v0.2
Bump! ⌛️
Diff: 0.1...0.2
Changes:
- change name to contributte/nextras-orm-generator
- support only for PHP7.1+
- generate getEntityClassNames method on repository
- singularization (converting plural table name to singular class names)
- use Nextras\Dbal\Utils\DateTimeImmutable for dates
- option to generate column constants
- model generator
- compatibility with php-generator 3+
- add config for (not) generating relations
- set primary key on generated entities