Releases: odan/phinx-migrations-generator
Releases · odan/phinx-migrations-generator
5.1.0
Added
- Added support for
SET
type #81
5.0.0
Breaking Changes
- Update phinx version to 0.12, see phinx changelog
- In environment configuration
default_database
is now default_environment
- Changed minimum version to PHP 7.2
- Added strict types and return types
- Use final classes and private properties by default
Changes
- Replaced generic exceptions with more specific exceptions
Fixed
- Fixed phpstan issues and code style violations
4.6.0
Changed
- Allow Symfony 5 #75
- Unified integrity checks into a single command
Fixed
4.5.0
Added
- Add new parameter for
schema_file
location. #74
Fixed
- Fix indentation of generated code. #71
Thanks goes to: @JoyceBabu
4.4.1
Fixed
- Fixed null as default value for MariaDB #69
4.4.0
Added
- Added
generate_migration_name
parameter #68
Fixed
- Fixed default base class to
\Phinx\Migration\AbstractMigration
4.3.0
- Base class for generated migration from phinx config #60
- Ability to generate a random name with some prefix for the created migration #61
- Fast load of database schema #62
- Refactoring for better extensibility #63
Thanks a lot: @zakonnic
4.2.0
- Change to PHP minimum version from ^7.2 to ^7.1
4.1.0
- Update robmorgan/phinx requirement from ^0.10 to ^0.11 #59