Releases: dodo-it/entity-generator
Releases · dodo-it/entity-generator
1.0.7
- support for !rewrite with phpdoc properties
1.0.6
- by default use \DateTimeInterface for datetime instead of \DateTime
- option to generate column constant
- better replacements per word
1.0.5
- option to rewrite config (generate new entity and overwrite all existing files)
- add mapping (array where key is table column name and value is entity name)
- allow setting getters/setters body
- make sure column constant name is not class (add _ before if it is)
1.0.4
- bugfix: use table constant name from table
1.0.3
- singularize all words not just last one
- allow setting visibility on getters and setters
1.0.2
- feature: option to generate phpdoc properties
- bugfix: skip generating properties if generateProperties = false
1.0.1
- support for generating column constant
- setup travis build and add badges to readme