Skip to content

Releases: hechoendrupal/drupal-console

v0.2.9

02 Sep 17:28
Compare
Choose a tag to compare
  • [Improvement] Apply Drupal coding standars to generated code #177
  • [Fix] form_state is now of type FormStateInterface #174 #175 #176 #178
  • [Fix] Added 2 Missing variable replacements in config entity generator #179
  • [Improvement] Make FormGeneratorConfigComand extend form a GeneratorFormCommand class #171 #181 #182
  • [Improvement] Remove duplicate code entity generator command #183 #185
  • [Improvement] Code cleanup and fixes
  • [Fix] Entity generator fixes #189 #192 #193 #195
  • [Fix] Form generator fixes #191 #194

NOTE: generator:form command was renamed to generator:form:config

0.2.8

17 Jul 17:49
Compare
Choose a tag to compare
  • [Improvement] Add form in plugin block #155
  • [Improvement] Add Twig base for class files #156
  • [Improvement] Add Add generate content entity command #154
  • [Improvement] Implement twig base to generators #157, #158, #159, #160, #161, #162, #163
  • [Improvement] Add Twig base for php files #164
  • [Improvement] Remove unused twig files #165
  • [Fix] Change file permissions #168
  • [Fix] Modify names of tasks, actions and menu files #167
  • [Improvement] Add and apply new validators #169

0.2.7

09 Jul 23:43
Compare
Choose a tag to compare
  • [Improvement] ConfigEntity Generator Command #142 #151 #150
  • [Improvement] Test in ModuleGenerator #148
  • [Improvement] Change structure directory for skeletons resource #139
  • [Improvement] Show test question only if controller will be generated in module #152
  • [Improvement] Set the version of the packages to 2.4 #144
  • [Improvement] Module name validation #138
  • [Improvement] Add Sensio Labs Insight badge #135
  • [Improvement] Update information about commands #153
  • [Fix] Hook help #130
  • [Fix] Change the option to show information #55 #149

0.2.6

05 Jul 17:25
Compare
Choose a tag to compare

What's new in this release?

  • [Fix] #115 Module generation with Controller option=YES
  • [Enhancement] #121 Autoregister commands
  • [Fix] #122 Remove unused use statements
  • [Fix] #123 Add getKernel in Application class
  • [Improvement] #124 Remove table border
  • [Fix] #125 Remove TODOs
  • [Improvement] #126 Adding router:rebuild command
  • [Improvement] #127 Module generator
  • [Improvement] #128 Route command
  • [Fix] #129 Remove unused parameter
  • [Fix] #130 Update hook_help implementation
  • [Fix] #131 Module trait remove unused paramater
  • [Improvement] #132 Update Readme add new commands
  • [Improvement] #133 Remove phar generation
  • [Improvement] #134 Update composer installation
  • [Improvement] #135 Add SensioLabs Insight badge

0.2.5

03 Jul 17:02
Compare
Choose a tag to compare

Added:

  • DrupalKernel site path
  • Router debug
  • Container debug
  • Refactoring generate controller command

0.2.4

29 Jun 23:14
Compare
Choose a tag to compare
Merge pull request #105 from omero/changes-controller-command

Changes controller command

0.2.3

26 Jun 16:49
Compare
Choose a tag to compare

PSR-4 compliance