Skip to content

Releases: cycle/schema-migrations-generator

2.3.0

23 Dec 11:28
766c68d
Compare
Choose a tag to compare

What's Changed

  • add a new migrations name generator ChangesCountNameGenerator by @gam6itko in #21
  • remove restart always from test docker-compose.yml by @gam6itko in #18
  • actualize github workflows by @gam6itko in #20

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

02 Nov 09:25
94cb613
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.2.0

2.1.1

16 May 07:37
9278175
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

12 Jan 10:33
93190e8
Compare
Choose a tag to compare

What's Changed

  • Updating code for using the new version of Migrations with new Reactor by @msmakouz in #11

Full Changelog: 2.0.0...2.1.0

2.0.0

22 Dec 16:54
683df81
Compare
Choose a tag to compare

What's Changed

Changes from #1 (@butschster):

  • Replace namespaces
    • Cycle\Migrations -> Cycle\Schema\Generator\Migrations
    • Spiral\Migrations -> Cycle\Migrations
  • Replaced packages
    • spiral/migrations -> cycle/migrations
    • cycle/migrations -> cycle/schema-migrations-generator

New Contributors

Full Changelog: https://github.com/cycle/schema-migrations-generator/commits/2.0.0

1.0.0

15 Nov 15:58
2d324be
Compare
Choose a tag to compare
  • Namespace Spiral\Migrations from spiral/migrations package was renamed to Cycle\Migrations
  • Added polyfill