Skip to content

Releases: dodo-it/entity-generator

2.1.0

18 Jan 14:25
Compare
Choose a tag to compare

support for php 8.3
dropped support for 8.0
update dependencies

2.0.0

14 Jul 10:39
Compare
Choose a tag to compare
  • dropped support for all php versions < 8
  • support for php 8.1
  • phpstan 1.8
  • contributte qa
  • switch to github actions

1.2.1

23 Feb 22:09
Compare
Choose a tag to compare

Allow to set extends to null

1.2.0

23 Feb 22:04
Compare
Choose a tag to compare
  • min php 8.0
  • update min dependencies version
  • small code enahncements

1.1.2

23 Feb 17:18
Compare
Choose a tag to compare
  • remove symfony/console dependency

1.1.1

01 Feb 08:52
Compare
Choose a tag to compare
  • PHP 8 support
  • allow adding trait to generated entity

1.1.0

21 Feb 09:13
dc06556
Compare
Choose a tag to compare
  • php 7.4 support
  • ability to generate typed properties
  • ability to add declare_strict_types

1.0.10

05 Sep 20:00
a29915c
Compare
Choose a tag to compare
  • move ninjify/qa to dev dependencies
  • update ninjify/qa
  • support for phpunit9

1.0.9

15 May 17:49
58067ed
Compare
Choose a tag to compare
  • fix regenerating mapping
  • fix regenerating constants
  • add more unit tests

1.0.8

24 Apr 13:40
b8bf219
Compare
Choose a tag to compare
  • constants are allways regenerated becase phpgenerator <=2.6.* does not have info on constants
  • mapping is now being merged so it doesn't skip mappings from previous version of entity