Skip to content

Releases: doctrine/migrations

1.2.1

23 Dec 17:27
Compare
Choose a tag to compare

Bugfix:

That bug was causing the outputed sql file to be mostly empty.

Thanks to @Binary010100 and @nassuf for the report.

1.2

1.1.0

29 Sep 11:13
Compare
Choose a tag to compare

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.

First stable release of doctrine migrations ! Champagne

29 Jul 21:23
Compare
Choose a tag to compare

There are very few change in stable release compare to the last and only RC.

Doctrine migrations can be used easier as a library since thanks to @dotEvan composer is now aware of the bin file entry point.
Github now build the archive used by composer without all the tests and the build artefacts.

Enjoy

First release candidate of the v1 of doctrine migrations

05 Jul 21:40
Compare
Choose a tag to compare

This release has been made extra small by removing all the dev dependencies.
It should be checked to make sure I didn't brake any feature doing so.

v1.0.0-alpha3

22 Mar 13:15
Compare
Choose a tag to compare
v1.0.0-alpha3 Pre-release
Pre-release

Third (late) alpha of Doctrine migrations

v1.0-ALPHA2

21 Mar 16:51
Compare
Choose a tag to compare
v1.0-ALPHA2 Pre-release
Pre-release

Second (late) alpha of Doctrine migrations