Releases: district09/robo-drupal-console
Releases · district09/robo-drupal-console
0.1.0-alpha2
Merge branch 'develop' * develop: (24 commits) Fixes #6 Code style fixes. Issue #6: Fix too many arguments error. Exclude tests form codeclimate checks. Revert "Update PHPUnit version", we need to support PHP 5.5 blacklist element not needed (and no longer present) Update PHPUnit version Let's remove some cruft Add PHPUnit.xml file to steer code coverage report Token in command, will it work? Output file should be what codeclimate expects Add repo token in after_success script Trailing spaces Markdown: 80 for line length Fix code violations in loadTasks.php Fix (most) code violations in DrupalConsoleStack.php Fix README code violations (line length 100) Fix (some) code violations on DrupalConsoleStackTest.php Fix RoboFile.php code violations Fix README.md code violations ...
0.1.0-alpha1
Merge branch 'develop' * develop: (78 commits) Update installation instructions: require-dev with command too Remove Scrutinizer badge Update README for VersionEye reference Remove and ignore composer.lock Add prefer-stable to composer.json Fix PHP 7 ready badge Fix composer.lock Reformat code for PSR-2 coding standards Empty line after opening php tag 4 spaces for indentation Tests failed because of bad refactor Remove static::escape and unreachable code Minimum-stability RC for composer.json And now 7.1 actually succeeds ... 7.1 fails because of travis install failure Use assertRegExp where required Rename helper functions so the name makes sense Tests in actual test method for options Tests in actual test method for commands Initialization with () ... # Conflicts: # composer.json