Releases: doesntmattr/mongodb-migrations
Releases · doesntmattr/mongodb-migrations
3.0.0
Steelyard Blues
- 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
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
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
Merge pull request #16 from doesntmattr/fix/remove-php5.3 Fix/remove php5.3
Towards support for sf4, dropped php7.0 (use php7.1)
This is a minor release before we drop support for php5.*
Add replay feature
Added the ability to replay an execute
command, see #11
Migration descriptions with status --show-versions
- Added descriptions to status --show-versions, closes #4
Bug fix, minor improvements
- Fix "Notice: Undefined variable: executedUnavailableMigrations"
- Fix PHP strict standards build error
- Additional tests
- README update
First post-migration from antimattr release
- applied some cs fixes
- updated README for reason for the new organisation
- added travis
- pulled in PRs from antimattr