[ADDED]
Command | Description |
---|---|
about | Display basic information about Drupal Console project #682 #890 |
dblog:debug | Display current log events for the application #884 |
yaml:update:key | Replace a YAML key in a YAML file. #857 |
yaml:update:value | Update a value for a specific key in a YAML file. #857 |
yaml:diff | Display the differences between YAML files #883 |
cron:debug | #852 |
cron:execute | #852 |
views:debug | Display current views resources for the application |
views:disable | Disable a View #850 |
views:enable | Enable a View #850 |
update:debug | Display current updates available for the application #856 |
update:execute | Display current updates available for the application #856 |
generate:doc | #877 #889 |
- Several Test added to the project #844
- Add PluginBlockGeneratorTest class #858
- Add ServiceGeneratorTest class #859
- Add PluginImageEffectGeneratorTest class #860
- Add PluginRestResourceGeneratorTest class #861
- Add twig renderer helper #862
- Add PluginRulesActionGeneratorTest class #863
- Add PluginTypeYamlGeneratorTest class #864
- Add PermissionGeneratorTest class #865
- Add FormGeneratorTest class #866
- Add AuthenticationProviderGeneratorTest class #867
- Add --generate-doc option #868
- Add EntityConfigGeneratorTest class #870
- Add EntityContentGeneratorTest class #871
- Add PluginConditionGeneratorTest class #872
- Add PluginFieldTypeGeneratorTest class #873
- Add PluginFieldWidgetGeneratorTest class #874
- Add PluginImageFormatterGeneratorTest class #875
- Add PluginTypeAnnotationGeneratorTest class #876
- Add language zh simple #881
- Add PluginFieldFormatterGeneratorTest class #885
- Add drupal helper #886
[FIXED]
- [travis] Change Drupal beta version to 15
- Remove unused property searchSettingsFile #892
[IMPROVED]
- [site:mode] Enable error level and twig debug with other improvements #847 #849 #851
- [generate:command] Command refactor, rename options & arguments #853
- [generate:services] Command refactor, rename options & arguments #854
- Remove unused method renderView #869
- Enhance app to have more control over console output to improve trans #880
- Replace list as default command for info about application #882
- Relocate Helper classes #887
- Rename project namespace AppConsole => Console #888
- Relocate Traits #891
NOTES:
- Global namespace changed from
Drupal\AppConsole
toDrupal\Console
make sure you update your custom command within your module. #888 - Helpers were relocated from
Drupal\Console\Command\Helper\
toDrupal\Console\Helper\
#887 - Traits are relocated from
Drupal\Console\Command\Helper\
toDrupal\Console\Command\
#891
If you need any help updating your project to the latest v0.9.0, feel free to ping us at our support channel:
https://gitter.im/hechoendrupal/DrupalConsole