Skip to content

Releases: nextras/migrations

3.5.0

13 Jan 08:43
2e36873

Choose a tag to compare

  • add support for Symfony 8 in #150

3.4.0

06 Feb 22:15
20b522d

Choose a tag to compare

  • add support for Doctrine ORM 3.x & DBAL 4.x by @xificurk in #140
  • add support for PHP 8.4

3.3.1

26 Jan 13:05

Choose a tag to compare

  • fix when running migrations in non-cli SAPI

3.3.0

21 Jan 14:55

Choose a tag to compare

  • add support for Symfony 7
  • add support for dibi 5
  • remove support for PHP < 7.1
  • remove support for nette/di 2.3
  • remove support for nette/database 2.2
  • remove support for dibi 2

3.2.0

14 Jun 20:00

Choose a tag to compare

  • add PsrLogPrinter for sending Nextras Migrations output to Psr\Log\LoggerInterface
    You can enable it by adding printer: psrLog to either Nette or Symfony configuration.
  • add support for Symfony 6.x
  • Symfony Console commands no longer require nette/utils

3.1.6

01 Jun 21:15
f47a8f2

Choose a tag to compare

  • fix nextras/dbal 5.x compatibility

3.1.5

01 Jun 21:15
ac0adea

Choose a tag to compare

  • fix doctrine/dbal 3.x compatibility

3.1.3

04 Oct 19:56

Choose a tag to compare

  • fix parsing of SQL with consecutive delimiters

3.1.2

18 Jan 09:53

Choose a tag to compare

  • fix compatibility with Symfony 4.4 and 5.0
  • fix init command

3.1.1

24 Jun 07:02

Choose a tag to compare

  • fix parsing of SQL with comment on last line which is not followed by newline [#102]