Skip to content

Releases: dodo-it/entity-generator

1.0.7

28 Mar 20:35
551f4a1
Compare
Choose a tag to compare
  • support for !rewrite with phpdoc properties

1.0.6

13 Mar 11:29
bb67d60
Compare
Choose a tag to compare
  • by default use \DateTimeInterface for datetime instead of \DateTime
  • option to generate column constant
  • better replacements per word

1.0.5

06 Mar 20:25
87cb1dc
Compare
Choose a tag to compare
  • 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

06 Mar 11:47
8e9d90d
Compare
Choose a tag to compare
  • bugfix: use table constant name from table

1.0.3

06 Mar 09:26
96c1f9b
Compare
Choose a tag to compare
  • singularize all words not just last one
  • allow setting visibility on getters and setters

1.0.2

01 Mar 09:48
a4fc1c7
Compare
Choose a tag to compare
  • feature: option to generate phpdoc properties
  • bugfix: skip generating properties if generateProperties = false

1.0.1

25 Feb 08:59
0b63912
Compare
Choose a tag to compare
  • support for generating column constant
  • setup travis build and add badges to readme

1.0.0

23 Feb 19:27
60df333
Compare
Choose a tag to compare
Update README.md