Releases: nextras/migrations
Releases · nextras/migrations
3.3.1
3.3.0
3.2.0
3.1.6
3.1.5
3.1.3
3.1.2
3.1.1
3.1.0
New Features
- implemented support for migrations generators (
IDiffGenerator
),
with Doctrine ORM SchemaTool - added NextrasMigrationsBundle for Symfony
- extracted groups & extension handlers configuration to
IConfiguration
interface - added elapsed time & number of queries to console output
- exception message for changed migrations contain old and new hashes
- CreateCommand: added support for nested directory structure
- CreateCommand: prints path to created file to stdout
- removed strict order requirement for independent groups
- improved SQL parsing for import
- SymfonyConsole: support lazy loading of commands
New Integrations
- added support for Nette Database 3
- added support for Nette DI 3
- added support for Symfony 3 and 4
- added support for dibi 3 and 4
BC Breaks
- Symfony commands: removed
--production
option,
use withDummyData option inconfig.neon
or setupIConfiguration
option instead - Symfony commands: changed constructor to accept
IConfiguration
instance instead of$dir
and$phpParams
- IPrinter: changed
printExecute()
signature to accept elapsed time as well d088b24 - IPrinter:
printReset
replaced withprintIntro
960b008
For the details you can have a look at the diff.