Releases: hostnet/accessor-generator-plugin-lib
Releases · hostnet/accessor-generator-plugin-lib
Prevent deprecation warnings
- prevents deprecation warnings
- set allow-plugins
doctrine/dbal:3 compatibility
- adds doctrine/dbal:3 compatibility
Support nullable type declarations
Merge pull request #68 from svandervlugt/types Support nullable type declarations
Support type declarations on class properties
- Supports type declarations on class properties
Conflict with doctrine 2.9.0 and 2.9.1
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
5.0.13 Remove unused use statements (#65)
Replace doctrine/common requirement
- 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
5.0.11 fixed correct creations of import statements for Traits
Add PHP 8 compatiblity; end PHP 7.2 support
- Adds PHP 8 compatiblity
- Ends PHP 7.2 support
Skip enum validation if entity class does not exist
Merge pull request #58 from janlam7/ignore-class-2 Skip enum validation if entity class does not exist