Skip to content

Releases: cycle/migrations

v3.1.1

03 Jan 14:08
ad0a80c

Choose a tag to compare

What's Changed

  • Fix problem with variadic arguments in column type methods by @butschster in #45

Full Changelog: v3.1.0...v3.1.1

v4.0.0

14 Oct 07:54
7af465e

Choose a tag to compare

What's Changed

  • Fix compatibility with Spiral Framework 3.0: adopt Atomizer to a new Reactor by @msmakouz in #34

Full Changelog: v3.0.0...v4.0.0

v3.1.0

13 Oct 12:45
6a11fa2

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

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

Choose a tag to compare

Moved from spiral/migrations with new namespace and polyfill.

v1.0.10

23 Dec 19:19
3ea397f

Choose a tag to compare

  • Bump spiral dev dependecy

v1.0.9

21 Dec 16:11
12151da

Choose a tag to compare

  • Upgrade PHP version in composer.json

v1.0.8

14 Jan 10:33

Choose a tag to compare

  • [bugfix] do not ignore readonlySchema

v1.0.7

19 Nov 08:07
eb8e045

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

Choose a tag to compare

  • generate realistic migration names