Releases: acelaya/doctrine-enum-type
Releases · acelaya/doctrine-enum-type
v2.5.0
Added
- #60 Added support for doctrine-dbal 3.0.
Changed
- #57 Automated releases.
- #58 Migrated build from travis to Github Actions.
Deprecated
Removed
Fixed
v2.4.0
Added
Changed
- #51 Updated all dependencies and added support for composer 2.
- #50 Added support for PHP 8.
Deprecated
Removed
- #52 Dropped support for PHP 7.2 and 7.3
Fixed
v2.3.0
Added
- #43 Added PHP 7.4 to the build matrix.
Changed
Deprecated
Removed
- #40 Dropped support for PHP 7.1
Fixed
v2.2.3
Added
- #30 Added PHP 7.3 to the build matrix.
Changed
- #36 Updated dev dependencies.
- #31 Performance and maintainability slightly improved by enforcing via code sniffer that all global namespace classes, functions and constants are explicitly imported.
- #32 Updated infection to v0.11
- #34 Added dependency on Shlinkio coding standard.
Deprecated
Removed
Fixed
v2.2.2
Added
Changed
Deprecated
Removed
Fixed
-
#28 Fixed a defect preventing the length
property from the field declaration to be applied.
Now, if you declare your field like this @ORM\Column(type=Action::class, length=16)
the field will respect the length and be mapped to a VARCHAR(16)
.
v2.2.1
Added
Changed
- #24 Documented how to register custom types for schema operations.
- #25 Updated to Infection 0.10
- #26 Improved badges in readme file.
Deprecated
Removed
Fixed
v2.2.0
Added
- #9 Allowed enums with values other than strings to be loaded from the database
Changed
- #18 Added infection to the ci pipeline
Deprecated
Removed
Fixed
v2.1.0
Added
Changed
- #17 Improved required coding standards
Deprecated
Removed
- #16 Dropped support for PHP 5.6 and 7.0
Fixed
v2.0.3
Added
Changed
Deprecated
Removed
Fixed
- #14 Required SQL comment hint
v2.0.2
Added
- #11 Add gitattributes file to exclude content from distribution
Changed
Deprecated
Removed
Fixed
- #13 Fixed create a new custom type