Skip to content

Releases: doesntmattr/mongodb-migrations

3.0.0

21 Mar 19:45
94092a7
Compare
Choose a tag to compare
  • Use mongodb/mongodb instead of doctrine/mongodb (BC Changes)
  • Symfony 5 support

Steelyard Blues

10 May 00:57
0607e7e
Compare
Choose a tag to compare
  • Bug fix: Fixed incorrect usage of the symfony console question helper - sending in a default value as a string #33
  • Improvement: Cleaned up some code issues identified by scrutinizer (reduce noise) #37
  • Remove unused code: Removed unused abstract migration class attributes #36

The removal of the abstract migration class attributes could be seen as a breaking change except that no one would have been able to use them correctly because they were assigned the wrong thing.

On Golden Pond

12 Apr 11:09
8ace2bb
Compare
Choose a tag to compare

This is the new shiny v2 of the MongoDB Migrations library.

Changes include:

  • php7.1 is the minimum supported version
  • phpunit 7
  • dropped the requirement for "alcaeus/mongo-php-adapter"
  • switched to [ ] array syntax
  • added Scrutinizer

plus many more updates.

php5.6 build with lowest dependencies check

02 Apr 10:21
1368f91
Compare
Choose a tag to compare

This is a php5.6 release that adds a travis build testing the lowest dependencies.

Version 2.0 development has started from this release.

This tag will be used to continue to support php 5.6. Version 2.0 of this library will require php ^7.1

Only bug fixes will be included in Version 1.* releases.

Support sf4, removed support for php5.3

19 Feb 10:07
68e50e9
Compare
Choose a tag to compare
Merge pull request #16 from doesntmattr/fix/remove-php5.3

Fix/remove php5.3

Towards support for sf4, dropped php7.0 (use php7.1)

16 Feb 11:06
463d7bb
Compare
Choose a tag to compare

This is a minor release before we drop support for php5.*

Add replay feature

16 Jan 11:13
Compare
Choose a tag to compare

Added the ability to replay an execute command, see #11

Migration descriptions with status --show-versions

20 Sep 22:33
Compare
Choose a tag to compare
  • Added descriptions to status --show-versions, closes #4

Bug fix, minor improvements

31 Aug 22:59
Compare
Choose a tag to compare
  • Fix "Notice: Undefined variable: executedUnavailableMigrations"
  • Fix PHP strict standards build error
  • Additional tests
  • README update

First post-migration from antimattr release

31 Aug 13:07
Compare
Choose a tag to compare
  • applied some cs fixes
  • updated README for reason for the new organisation
  • added travis
  • pulled in PRs from antimattr