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.
- Supported command
doctrine:migrations:execute
- Supported command
doctrine:migrations:generate
- Supported command
doctrine:migrations:rollup
- Supported command
doctrine:migrations:dump-schema
- Supported options
--namespace
and--filter-expression
fordoctrine:migrations:diff
command
- Supported command
doctrine:migrations:current
- Supported command
doctrine:migrations:latest
- Supported command
doctrine:migrations:list
- Supported command
doctrine:migrations:status
- Supported command
doctrine:migrations:sync-metadata-storage
- Supported command
doctrine:migrations:up-to-date
- Internal class renaming
- Command description as the original one in
doctrine:migrations:diff
anddoctrine:migrations:version
- Project cleanup
- Initial support for configuration files
- Initial override of DoctrineMigrationsBundle commands
- Ability to execute migrations commands to all entity managers, or filtered by the option
--em=default
- Supported command
doctrine:migrations:diff
- Supported command
doctrine:migrations:migrate
- Supported command
doctrine:migrations:version
- Ability to execute migrations commands to all entity managers, or filtered by the option