Skip to content

Releases: hostnet/accessor-generator-plugin-lib

Prevent deprecation warnings

09 Mar 11:12
46bd5e3
Compare
Choose a tag to compare
  • prevents deprecation warnings
  • set allow-plugins

doctrine/dbal:3 compatibility

20 Oct 15:22
5b979a1
Compare
Choose a tag to compare
  • adds doctrine/dbal:3 compatibility

Support nullable type declarations

06 Oct 09:35
a7aad04
Compare
Choose a tag to compare
Merge pull request #68 from svandervlugt/types

Support nullable type declarations

Support type declarations on class properties

23 Sep 13:28
9f108b2
Compare
Choose a tag to compare
  • Supports type declarations on class properties

Conflict with doctrine 2.9.0 and 2.9.1

26 Jul 11:42
54089c0
Compare
Choose a tag to compare
Merge pull request #66 from janlam7/doctrine-29

Conflict with doctrine 2.9.0 and 2.9.1; generates incompatible code

Remove unused use statements

19 Jul 10:02
b39de1d
Compare
Choose a tag to compare
5.0.13

Remove unused use statements (#65)

Replace doctrine/common requirement

19 Jul 08:22
749d741
Compare
Choose a tag to compare
  • Splits the requirements
  • Adds required 'type' attribute, which used to default to string (in fixtures and tests)
  • Sets useful defaults

Fixed generation of import statements for Traits

07 Jul 08:16
Compare
Choose a tag to compare
5.0.11

fixed correct creations of import statements for Traits

Add PHP 8 compatiblity; end PHP 7.2 support

06 Jul 08:41
98948aa
Compare
Choose a tag to compare
  • Adds PHP 8 compatiblity
  • Ends PHP 7.2 support

Skip enum validation if entity class does not exist

21 Apr 14:03
1d7b651
Compare
Choose a tag to compare
Merge pull request #58 from janlam7/ignore-class-2

Skip enum validation if entity class does not exist