Skip to content

3.1.0

Compare
Choose a tag to compare
@JanTvrdik JanTvrdik released this 22 May 18:50
· 66 commits to master since this release

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 in config.neon or setup IConfiguration 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 with printIntro 960b008

For the details you can have a look at the diff.