Skip to content

Releases: odan/phinx-migrations-generator

5.1.0

19 Apr 15:27
Compare
Choose a tag to compare

Added

  • Added support for SET type #81

5.0.0

12 Apr 20:41
Compare
Choose a tag to compare

Breaking Changes

  • Update phinx version to 0.12, see phinx changelog
  • In environment configuration default_database is now default_environment
  • Changed minimum version to PHP 7.2
  • Added strict types and return types
  • Use final classes and private properties by default

Changes

  • Replaced generic exceptions with more specific exceptions

Fixed

  • Fixed phpstan issues and code style violations

4.6.1

08 Jan 08:52
7a8afe5
Compare
Choose a tag to compare

Fixed

4.6.0

21 Nov 15:21
Compare
Choose a tag to compare

Changed

  • Allow Symfony 5 #75
  • Unified integrity checks into a single command

Fixed

  • Fixed tests for MySQL 8

4.5.0

16 Nov 11:57
Compare
Choose a tag to compare

Added

  • Add new parameter for schema_file location. #74

Fixed

  • Fix indentation of generated code. #71

Thanks goes to: @JoyceBabu

4.4.1

10 Nov 13:09
Compare
Choose a tag to compare

Fixed

  • Fixed null as default value for MariaDB #69

4.4.0

12 Oct 18:18
Compare
Choose a tag to compare

Added

  • Added generate_migration_name parameter #68

Fixed

  • Fixed default base class to \Phinx\Migration\AbstractMigration

4.3.0

09 Sep 17:55
Compare
Choose a tag to compare
  • Base class for generated migration from phinx config #60
  • Ability to generate a random name with some prefix for the created migration #61
  • Fast load of database schema #62
  • Refactoring for better extensibility #63

Thanks a lot: @zakonnic

4.2.0

28 Aug 17:31
Compare
Choose a tag to compare
  • Change to PHP minimum version from ^7.2 to ^7.1

4.1.0

28 Aug 17:18
Compare
Choose a tag to compare
  • Update robmorgan/phinx requirement from ^0.10 to ^0.11 #59