Skip to content

Releases: hechoendrupal/drupal-console-core

v1.7.0

06 Mar 21:36
af8b3e4
Compare
Choose a tag to compare

af8b3e4 Add build and build:install chain examples. (#331)
086865c [init] Add site option. (#330)
55c84a9 [console] Tag 1.7.0 release. (#329)
da4dac8 [help] Validate examples at TextDescriptor class. (#328)
1e6afe1 [chain] Use weknowinc/drupal-project on chain commands. (#327)

v1.6.1

21 Feb 15:38
e05f954
Compare
Choose a tag to compare

e05f954 [console] Tag 1.6.1 release. (#325)
5b5dad2 [console] Require drupal/console--en master. (#324)
162e970 [chain] Relocate metadata validation to processMetadata. (#323)
e3bed22 [debug:chain] Validate command name is valid. (#322)
b3d2c4d [chain] Fix constants array warning on PHP 5.5.9 version. (#319)
169c3ae [console] Remove duplicated directories. (#321)
e22ccaf [console] Add isValidDrupal method to DrupalFinder. (#320)
f9dbf4b Removed some warnings. (#317)
f998ed7 [console] Rename method getDrupalMessages to addDrupalMessages. (#316)
6abeb9e Propagate Drupal messages to Drupal Console (#307)
d9b655d [console] Remove extra directory separators. (#315)
094c050 [console] Return empty array if no config directories found. (#314)
cce0dbe [console] Validate file exists when phar is running. (#313)
483b8c6 [generate:site:alias] Validate no sites found. (#312)
63b8424 [debug:sites] Change invalid sites error as warning message. (#311)
97b9a31 [debug:chain] Add warning message when no chain files found. (#310)
6862cba [console] Pass default value when calling invalid_commands. (#309)
4c7962a Replace direct access to sites with getSites (#305)
4d59986 Add Console container class replace call of invalid commands (#304)
7bbdebd [console] Relocate command registration to loadCommands method. (#308)

v1.6.0

13 Feb 04:13
f998ed7
Compare
Choose a tag to compare

f998ed7 [console] Rename method getDrupalMessages to addDrupalMessages. (#316)
6abeb9e [console] Propagate Drupal messages to Drupal Console (#307)
d9b655d [console] Remove extra directory separators. (#315)
094c050 [console] Return empty array if no config directories found. (#314)
cce0dbe [console] Validate file exists when phar is running. (#313)
483b8c6 [generate:site:alias] Validate no sites found. (#312)
63b8424 [debug:sites] Change invalid sites error as warning message. (#311)
97b9a31 [debug:chain] Add warning message when no chain files found. (#310)
6862cba [console] Pass default value when calling invalid_commands. (#309)
4c7962a Replace direct access to sites with getSites (#305)
4d59986 Add Console container class replace call of invalid commands (#304)
7bbdebd [console] Relocate command registration to loadCommands method. (#308)
a80391b (tag: 1.6.0) [console] Tag 1.6.0 release. (#303)
d7bd067 [console] Add DrupalFinder as constructor argument. (#302)
b018bdf [license] Update version GPL-2.0+ is deprecated. (#301)
a299179 [chain] Update example chain command name. (#300)
7c27d70 [console] Rollback Generator implement interface. (#299)
8abd821 Generator interface implementation (#294)
d4f12a4 [console] Add showBy to messageManager. (#298)
3b4d66f [chain] Improve chain discovery strategy. (#297)
a75d712 [console] Change warning message background color. (#238)
cae7eed [list] Remove messages when format is not txt. (#296)
fe4ea26 Remove aliases crr and mod (#295)
62164ee [console] Remove use operators. (#293)
51ddcb2 [console] Add validator parameter to askEmpty method. (#292)
413fd78 [generate:site:alias] Use correct template path. (#291)
230f94a [console] Add docblock to generate method. (#290)
8c0ded0 Replace DrupalStyle object with getIo (#285)
54b28d8 [generate:site:alias] Add new command. (#282)
0c4e7f6 [console] Add drush mappings and aliases (#281)
72833b3 [help] Improve options display. (#280)
07a5aa8 [chain] Add support to parse twig. (#279)

v1.5.0

11 Jan 19:32
968b76e
Compare
Choose a tag to compare

968b76e [console] Tag 1.5.0 release. (#278)
26995e9 [console] Fix warning dirname() expects exactly 1 parameter, 2 given. (#277)
71ea05a [console] Add getInput() method (#275)
ee34bad [console] Load extend commands. Fix #144. (#273)

v1.4.0

08 Jan 18:52
d88f4e2
Compare
Choose a tag to compare

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)

v1.3.2

04 Jan 08:30
0a3959b
Compare
Choose a tag to compare

0a3959b [console] Tag 1.3.2 release. (#263)
ca422c9 Override getHelp in order to get the translated help text (#262)
d3cef30 [console] Improve default value implementation. (#260)
1caa7a1 [console] Add and initialize io DrupalStyle property. (#259)
23383af [console] Add remove message feature. (#258)

v1.3.1

05 Dec 16:52
1fe275d
Compare
Choose a tag to compare

Keep version sync.

v1.3.0

05 Dec 09:48
9252e86
Compare
Choose a tag to compare

9252e86 [console] Tag 1.3.0 release. (#256)
90bdec7 Add validation to create files on generator class (#252)
e8939af [console] Relocate getData method to drupal-console-core. (#254)
76a89f8 [console] Rename service message_parser => message_manager. (#253)

v1.2.0

15 Nov 17:43
017b6fc
Compare
Choose a tag to compare

017b6fc [console] Tag 1.2.0 release. (#251)
ff51784 [console] Merge command class aliases. (#250)
974ac07 [console] Add MessageParser services. (#249)

v1.1.1

13 Nov 09:47
d5aea2f
Compare
Choose a tag to compare

d5aea2f [console] Tag 1.1.1 release. (#248)
8ed005c [console] Relocate code to core. (#247)