All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- #60 Added support for doctrine-dbal 3.0.
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- #52 Dropped support for PHP 7.2 and 7.3
- Nothing
- #43 Added PHP 7.4 to the build matrix.
- #41 Updated infection to v0.15 and phpstan 0.12
- #44 Updated to shlinkio/php-coding-standard v2.0.
- Nothing
- #40 Dropped support for PHP 7.1
- Nothing
- #30 Added PHP 7.3 to the build matrix.
- #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.
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
-
#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 aVARCHAR(16)
.
- Nothing
- #24 Documented how to register custom types for schema operations.
- #25 Updated to Infection 0.10
- #26 Improved badges in readme file.
- Nothing
- Nothing
- Nothing
- #9 Allowed enums with values other than strings to be loaded from the database
- #18 Added infection to the ci pipeline
- Nothing
- Nothing
- Nothing
- Nothing
- #17 Improved required coding standards
- Nothing
- #16 Dropped support for PHP 5.6 and 7.0
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- #14 Required SQL comment hint
- #11 Add gitattributes file to exclude content from distribution
- Nothing
- Nothing
- Nothing
- #13 Fixed create a new custom type