Skip to content

1.1.0

Compare
Choose a tag to compare
@stof stof released this 29 Sep 11:13
· 1340 commits to 3.7.x since this release

Features:

  • Added the possibility to register the configuration as a console helper
  • Added support for loading configuration from JSON files
  • Added support for loading configuration from PHP files returning an array
  • Added the ability to auto create migrations in a folder by month and year
  • Added the possibility to inject the OutputWriter after instantiation
  • Added the --allow-no-migration option to avoid throwing an exception if no migrations are found

Bugfix:

  • Switch unexisting <warning> tag to <comment> in the console output

Misc:

  • Dropped support for PHP 5.3
  • Keep the license file in downloadable archives
  • Compressed the phar file that is now half the size that it was.