Skip to content

Releases: cycle/migrations

v3.1.0

13 Oct 12:45
6a11fa2
Compare
Choose a tag to compare

What's Changed

  • Added ability to define CURRENT_TIMESTAMP value for datetime columns easily by @aquaminer in #33
  • Added ability to look for migrations in vendor packages by @butschster in #37
  • Fix Exception::__construct(): Argument #2 must be of type int, string given in the MigrationException by @js361014 in #36

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

22 Dec 16:27
2fabd22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/cycle/migrations/commits/v3.0.0

2.0.0

12 Nov 11:43
24966cc
Compare
Choose a tag to compare

Moved from spiral/migrations with new namespace and polyfill.

v1.0.10

23 Dec 19:19
3ea397f
Compare
Choose a tag to compare
  • Bump spiral dev dependecy

v1.0.9

21 Dec 16:11
12151da
Compare
Choose a tag to compare
  • Upgrade PHP version in composer.json

v1.0.8

14 Jan 10:33
Compare
Choose a tag to compare
  • [bugfix] do not ignore readonlySchema

v1.0.7

19 Nov 08:07
eb8e045
Compare
Choose a tag to compare
  • refactor in GenerateMigrations, the class split into two implementations for simpler name management by @roxblnfk

v1.0.6

15 Nov 11:17
Compare
Choose a tag to compare
  • generate realistic migration names

v1.0.5

21 Oct 17:00
Compare
Choose a tag to compare
  • automatic CS fixing
  • bugfix: do not generate empty migrations

v1.0.4

02 Oct 11:39
Compare
Choose a tag to compare
  • the minimum PHP version is 7.2
  • added 7.4 to Travis