- New #332: Add
MigrationBuilder::insertBatch()method, deprecatebatchInsert()(@vjik) - Enh #317: Explicitly import classes, functions, and constants in "use" section (@mspirkov)
- Enh #318: Remove unnecessary files from Composer package (@mspirkov)
- Enh #319: Remove confirmation prompt from
migrate:createcommand as creating a migration is non-destructive (@samdark) - Enh #319: Improve styling of confirmations (@samdark)
- Enh #322, #330: Improve output of
migrate:up,migrate:down,migrate:redo,migrate:new,migrate:history, andmigrate:createcommands: remove redundant messages, replace>>>with cleaner output, and move "Database connection" info to the top (@samdark, @vjik)
- Enh #312: Add Symfony Console 8 support (@vjik)
- Bug #312: Prevent deprecation notice when using
CreateService::getTemplate()withnull(@vjik)
- New #295: Add
--force-yes(-y) option tomigrate:create,migrate:up,migrate:downandmigrate:redocommands to skip confirmation prompts (@vjik) - Chg #279: Use
ColumnBuilderclass to create table column definitions (@Tigrov) - Chg #287, #308: Change supported PHP versions to
8.1 - 8.5(@Tigrov, @vjik) - Chg #290: Remove
ext-filterfromrequiresection ofcomposer.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/dbpackage (@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 inyiisoft/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)
- Enh #268: Don't use Yii DB deprecated methods in
Migrator(@BaBL86, @vjik) - Enh #272: Raise minimum PHP version to
^8.1with minor refactoring (@Tigrov)
- New #250: Add shortcuts for UUID columns (@viktorprogger)
- Initial release.