Skip to content

Releases: yiisoft/db-migration

Version 2.0.1

20 Dec 06:57
Immutable release. Only release title and notes can be modified.
2.0.1
d4ea29b

Choose a tag to compare

  • Enh #312: Add Symfony Console 8 support (@vjik)
  • Bug #312: Prevent deprecation notice when using CreateService::getTemplate() with null (@vjik)

Full changelog

Version 2.0.0

09 Dec 14:33
Immutable release. Only release title and notes can be modified.
2.0.0
31e45d4

Choose a tag to compare

  • New #295: Add --force-yes (-y) option to migrate:create, migrate:up, migrate:down and migrate:redo
    commands to skip confirmation prompts (@vjik)
  • Chg #279: Use ColumnBuilder class to create table column definitions (@Tigrov)
  • Chg #287, #308: Change supported PHP versions to 8.1 - 8.5 (@Tigrov, @vjik)
  • Chg #290: Remove ext-filter from require section of composer.json (@Tigrov)
  • Chg #300: Replace deprecated self::getDefaultName() with $this->getName() (@Tigrov)
  • Chg #311: Remove AbstractMigrationBuilder (@vjik)
  • Enh #274, #297: Refactor for compatibility with yiisoft/db package (@Tigrov)
  • Enh #282, #283, #293: Adapt to Yii DB changes (@Tigrov)
  • Enh #287: Minor refactoring (@Tigrov)
  • Enh #289: Revert transactional migration when adding migration to history fails (@Tigrov)
  • Enh #292: Improve base migration template (@vjik)
  • Enh #299: Update MigrationBuilder::update() method to adapt changes in yiisoft/db (@rustamwin)
  • Enh #301: Add MigrationBuilder::columnBuilder() method (@Tigrov)
  • Enh #311: Explicitly mark readonly properties (@vjik)
  • Bug #277: Fix when there is a namespace but the directory does not exist (@Tigrov)
  • Bug #286: Explicitly mark nullable parameters (@vjik)

Full changelog

Version 1.2.0

27 Nov 11:30
1.2.0
8872c58

Choose a tag to compare

  • Enh #268: Don't use Yii DB deprecated methods in Migrator (@BaBL86, @vjik)
  • Enh #272: Raise minimum PHP version to ^8.1 with minor refactoring (@Tigrov)

Version 1.1.0

24 Dec 09:11
1.1.0
36a6948

Choose a tag to compare

Version 1.0.0

21 Dec 16:57
1.0.0
abbd732

Choose a tag to compare

  • Initial release.