Releases: hechoendrupal/drupal-console
v1.0.0-rc21
e01db04 [console] Tag 1.0.0-rc21 release. (#3337)
843315c [update:execute] Display messages during update execute. (#3335)
b45770a [generate:module] Validator::trans error, fix #3320 (#3334)
0f0c8fc [console] Refactor Drupal class. (#3329)
963dd3d Fix #3176 and also remove unused libraries. (#3325)
31a7e54 [config:settings:debug] Improve output. (#3324)
78ae027 [site:mode] Rollback command. (#3323)
v1.0.0-rc20
558ae52 [console] Tag 1.0.0-rc20 release. (#3322)
1946715 NodesCommand depends on the node module. Fixes #3318 (#3319)
2499a1c Add 'view_builder' to config entity annotation template (#3311)
2d8eff2 Minor update for creates:nodes command. (#3310)
390763e Add option to generate libraries for generate:theme command. (#3309)
d67c75c Fixes issue hechoendrupal/drupal#3305, adding missing extension_manager (#3306)
98ad4c0 [console] Fix, use eextended DrupalFinder class. (#3300)
v1.0.0-rc19
v1.0.0-rc18
fb23cb5 [console] Tag 1.0.0-rc18 release. (#3292)
dac0055 [console] Add missing return error codes. (#3291)
ab67ec3 [console] Update services name. (#3290)
afe1413 Fix server command (#3289)
482b43b [console] Standardize the second argument of Command::addOption(). Fix #3174. (#3286)
64d2487 Use BTB instead of WTB (#3285)
021cd5d Removed files from config export directory, fix #3287 (#3288)
v1.0.0-rc17
102a2b6 [console] Tag 1.0.0-rc17 release. (#3278)
dc324c5 fix #3272 (#3273)
cadb36c Test PHP 7.1 (#3274)
d1cb4d0 [console] Remove php-parse & psysh symlinks. Fix #3186. (#3276)
e1766f3 New devel:service command (#3247)
8d5a8a9 Fix #3264: Drupal::boot method causes 404 errors. (#3267)
556afb5 Annotation @MigrateProcess should be @MigrateProcessPlugin in generate:plugin:migrate:process command. (#3265)
9d2012b [console] Regenerate cached services file. (#3263)
d375bf4 [console] Minor code fixes. (#3262)
e1aa444 [create:nodes] Add default language. (#3261)
c621277 [server] Add http to url. (#3260)
e01dc88 [console] Apply PSR-2 code style. (#3259)
179d414 [generate:module] Fix module validator. (#3258)
bd9e524 Refactor Request object creation. Request::createFromGlobals() is not necessary, neither ->appRoot. (#3248)
81f0892 Update bin (#3257)
8fd9e83 Typo in import error (#3251)
2b5a029 Use short array syntax for generated options. (#3246)
45a1f54 Fix whitespace in generated forms. (#3245)
4aa2530 Improve docblocks for generated constructors. (#3244)
1fdc520 Update links point to docs. (#3252)
f234c85 Minor fix bin/drupal executable. (#3243)
d582884 [generate:module] use dashes not underscores in TWIG template file name. (#3242)
72da103 [generate:module] use dashes not underscores in TWIG template name Fix #3227. (#3241)
fbb1c68 Fix array typo. (#3240)
78b40b1 Fix feature-trait messages. (#3239)
c38ae93 Fix contents of generated sites.php file (#3197) (#3232)
95ae6bc Leverage methods and base field definitions from RevisionLogEntityTrait. (#3236)
1c481e5 Remove $entity->getType() in favor of $entity->bundle(). (#3235)
78356dc [site:install] Register missing service (#3231)
5cea2bd Fix #3229: Use short array syntax in all templates (#3230)
3e9435b Fix 3223 config import single (#3224)
8bffedf Fixes #2787: Make sure all modules are loaded before executing site:status. (#3219)
fb8e159 Added the extensionManager. (#3225)
4cc52d2 Add option to create config file on generate:form (#3218)
580b60f [config:export] Export all config collections. (#3185)
d4a82bf [generate:profile] add option to specify enabled themes (#3173)
a04141f Add required argument to ExtensionManager::getList() (#3207)
86df4f8 Prevent special characters in passwords and other args to mess up the… (#3190)
dd620a8 Grammar fix in error message (#3194)
5a916d6 Load uninstall.services.yml file. (#3178)
6eca86a Correcting cache context service tag name. (#3171)
v1.0.0-rc16
955b057 [console] Tag 1.0.0-rc16 release. (#3169)
411bd9b Add generated files to gitignore file. (#3168)
c6d9d17 Add composer extend plugin. (#3167)
ca15412 [console] Update extend command discovery. (#3165)
7b1d370 [console] Apply PSR-2 code style. (#3161)
e03ab42 [console] Update composer.lock file. (#3160)
310f190 Fix psy/psysh version dependency (#3153)
f5431db Fix revisions tab for generated content entity (#3139)
f9a0932 Adding language support to the node:create command. (#3145)
06a3f71 [update:execute] Errors in update code (#3108, #3137) (#3138)
93efaeb [create:terms] Disable command if no taxonomy module. (#3159)
2ed0506 Update compile services file. (#3157)
94aba20 [features:*] Add translations. (#3156)
36623db Compile console and extensions services files into one file. (#3155)
d8c123c Add php_tag twig file. (#3142)
bbfa366 update an old reference to t(). now it uses $this->t() (#3146)
546c2d4 Fixing php tag in module creation. (#3135)
32f7daf Cannot install modules due to improperly checked requirements. (#3134)
cb6cb69 allow no module name to trigger cron (#3127)
v1.0.0-rc15
c4f338d [site:install] Fix DB driver paths. (#3125)
7450efd [console] Tag 1.0.0-rc15 release. (#3124)
4ebf742 Load extend command services. (#3123)
133ad47 [generate:controller] Rename module as extension. (#3122)
e5b00f2 [features:import] Fix translations keys. (#3120)
dc13714 [config:*] Fix transaltion keys. (#3119)
5431707 [config:delete] Use StorageInterface. (#3118)
d76f8ff [server] Show listening on address. (#3117)
18a445c Adding new command to generate process plugin of migrate. (#3116)
4a1aef8 Add location for contributed database drivers. (#3112)
37a1f6b Adding missing required dependency (#3114)
4a34cf4 [console] Update DrupalKernel class. (#3110)
14c4eb8 [generate:cache:context] New command to generate cache context (#3099)
3cc1e8b [database:log:poll] Register commmand. (#3106)
a66a5c7 [console] Update symfony/css-selector dependecy. (#3105)
1c3ffa1 [console] Update symfony dependencies. (#3104)
4346e5f Compatibility with Windows Acquia Dev Desktop (#3101)
97bce0e Rollback delete php storage (#3103)
bf81eaa 3093: change symfony/dom-crawler to >=2.7 <3.2 (#3094)
47785d5 [config:import] return exit code on error (#3083) (#3084)
e025d4a Use Symfony Process TTY detection, handle no-tty gracefully for server command (#3088)
d4ebf7b [console] Remove directory avoid executing cache:rebuild command. (#3090)
9e6ba52 [console] Output on debug option. (#3087)
2379eea Allow commands to return an exit code (#3078)
7fa61ca Add migrate rollback command. (#3080)
v1.0.0-rc14
v1.0.0-rc13
c1a2be9 [console] Tag 1.0.0-rc13 release. (#3071)
84dcc4c [console] Code cleanup. (#3066)
6937aa0 [console] Add translations contributed modules. (#3065)
db1d086 [console] Apply PSR-2 code style. (#3064)
6a4fd8d [console] Apply PSR-2 code style. (#3063)
393511b [console] Update contributing and issue template. (#3062)
55f964e [shell] Relocate command. (#3061)
b1a8b99 [console] Convert array short syntax. (#3057)
1897832 [console] use a more recent alchemy/zipper which fixes GNU tar usage (#3053)
85cac52 [config:export] simplify the creation of the target directory (#3054)
ac76126 [console] Apply PSR-2 code style. (#3055)
e53c805 [yaml:*] Relocate commands to console-core. (#3052)
44e2cd1 Update core namespace (#3051)
22527f1 generate:plugin:migrate:source (#3038)
a76d51c database:add command (#3037)
2daeb3f [multisite:debug] Fix site path. (#3046)
24f519b Fix constructor args in two commands (#3041) (#3044)
v1.0.0-rc12
CHANGELOG:
config:export:single
config-name
argument is now an option
config-name
renamed as name
config-names
was merged with name
optional-config
renamed as optional
config:import:single
name
argument is now an option
file
argument is now an option
multisite:new
site-subdir
argument renamed as directory
site-uri
option in now an argument
site-uri
renamed as uri
ebcd2a1 Use question strings generate:plugin:block (#3039)
f31a252 [generate:profile] fix passing profile or machine name on the command line (#3036)
1fbe780 Console issue 2996 replace deprecated revision author (#3030)
e724d9d Remove translation directory (#3034)
7d27a5a [config:export:single] Update translation key. (#3033)
b3d2c88 Nick wilde1990 generator white space fixes (#3032)
bbcb43e [multisite:new] Force sites.php file create/update. (#3031)
e416079 Remove two unused use statements from the template to generate entity.page.inc. (#3026)
b4483c9 Remove duplicate declaration of Views base table. (#3025)
ee702af [config:*:single] Fix config single options (#3028)
38e26f8 [site:install] Allow empty db password (#3027)
0f388ef [console] Apply PSR-2 code style. (#3024)
370a57d Udpate site commands (#3023)
d5da57d Add new commands to process features. (#3021)
259019c Added new config:import:list and config:export:list commands. Fix no return on configImport method for config:import:single command (#2965)
fb26c80 Create x.install instead of module when using generate:update (#2997)
c6e8522 working disable cache page in site:mode dev (#2998)
896dfc3 Additions to the generate module command (#2995)
10d7d49 Fix incompatibility between webprofiler module and migrate:setup command (#3018)
f08361e [database:dump] Don't duplicate .gz extension (#3014)
ccbf22d [database:dump help] Correct keys for translation lookup (#3012)
4ef9f6f Fix typo in user:password:hash (#3009)
43ee1cb Relax user:password:hash password service typehint (#3008)
905748a update base class, refactor debug and poll commands (#3002)
41da31c Add logic to enable multisite installation (#3022)
328e0b8 [multisite:new] Use correct property in example.sites.php search (#3007)
1c980c1 Replace deprecated urlInfo() with toUrl() (#3000)
963fc31 config schema validation and debugging commands (#2993)