Skip to content

Releases: cycle/migrations

v4.2.3

25 Jan 10:51
434b08b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.2...v4.2.3

v4.2.2

04 Dec 16:49
3687783
Compare
Choose a tag to compare

What's Changed

  • Fix the ability to define size for binary by @msmakouz in #54

Full Changelog: v4.2.1...v4.2.2

v4.2.1

21 Nov 12:37
9cad826
Compare
Choose a tag to compare

What's Changed

  • Fix wrong sorting arguments when array_multisort is used (#52)

Full Changelog: v4.2.0...v4.2.1

v3.1.2

20 Nov 19:33
32b82ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

v4.2.0

02 Nov 09:03
ae520cc
Compare
Choose a tag to compare

What's Changed

  • Separation of table sorting logic from the Atomizer by @msmakouz in #50

Full Changelog: v4.1.0...v4.2.0

v4.1.0

16 May 08:03
177b191
Compare
Choose a tag to compare

What's Changed

  • Add ability to avoid Index creation when ForeignKey is created by @msmakouz in #48
  • Optimization: removed unnecessary string operations by @AnrDaemon #43

Full Changelog: v4.0.1...v4.1.0

v4.0.1

03 Jan 14:03
943f42c
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v4.0.0...v4.0.1

v3.1.1

03 Jan 14:08
ad0a80c
Compare
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
Compare
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
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