1.4.0

Drupal Console 1.4.0 is out. The newest release contains several bug fixes, one new command, and one compatibility break related to chain command's placeholder definition.

New Feartures

composerize: A new command to help you convert a Drupal codebase from non-composer to composer with Drupal Console.

Commits

drupal-console

3fda33ca [console] Tag 1.4.0 release. (#3661)
a860f398 [composerize] Add translation keys. (#3660)
9ae59ede [console] Add missing parameter when initializing Drupal. (#3659)
4db8f5a1 [console] Apply PSR-2 code style. (#3658)
42c18c39 Add support of --yes (confirmation) parameter for the command, which generate the code and files (#3656)
b586b25c Issue 2178 replace code with module from input (#3653)
6c809c54 [console] Update configuration file paths. (#3657)
7af7c4ba Replace assertResponse with ->assertSession()->statusCodeEquals(); (#3654)
e11c3ba9 [console] Apply PSR-2 code style. (#3652)
5076f183 [config:import] Add skip-uuid option flag. (#3638)
0b89228d [config:export]  Remove _core if it's empty. (#3651)
cacaa08c [console] Fix ModuleTrait class. (#3650)
7780d2ce Add new method for ModuleTrait, which get module name from input. Replace the code in the FormCommand (#3642)
f30e6e51 Add views display manager through DI (#3646)
268569a2 [composerize] Add command. (#3643)
115b81e4 Replace strings theme_default and theme_admin with translations for them (#3640)
b9eebb07 FIX #3556: Add urlRouteParameters function to the content entity class (#3637)
ce6834c4 #3621 by andrewbelcher: Remove _core if it's empty. (#3629)
384c54cd offer module as an interactive option in config:export:single - fixes #3631 (#3632)
407b89e2 check that the content type exists - fixes #3626 (#3627)
f4e44371 throw exception if module does not exist - fixes #3609 (#3625)
317211a5 [config:export:content:type] Add --remove-uuid and --remove-config-hash - fixes #3622 (#3623)
d1b230f0 [console] Support for configurations has multilanguage (#3605)
8f47242d [console] Implement ConfigurationManager changes. (#3649)

drupal-console-core

d88f4e2 [console] Tag 1.4.0 release. (#272)
39c66a7 [debug:settings] Remove config file(s) list. (#271)
7ac3f2b [console] Fix load config files when running from phar. (#270)
b2614a1 [init] Add defaults example file. (#269)
83cc1a4 [chain] Update placeholders. (#268)
b31f346 [console] Relocate core config files. (#267)
8bc9d40 [console] Apply PSR-2 code style. (#266)
9dd5350 [debug:settings] settings display as yaml (#265)
7a31914 [console] Rework ConfigurationManager class. (#264)

drupal-console-en

9dd8e80 [composerize] Add translations. (#148)
49bf66c [config:export:content:type] Remove hash and uuid translations. (#147)

drupal-console-launcher

df9d16b [console] Tag 1.4.0 release. (#146)