Skip to content

Releases: brainsum/drupal-dev-tools

Release 20230330.1

30 Mar 20:01
Compare
Choose a tag to compare

Bugfix - Use git_commit_message_matchers parameter.

Release 20230329.1

29 Mar 14:23
Compare
Choose a tag to compare

First release of 3.x. branch.

2.0.1

30 Mar 09:38
Compare
Choose a tag to compare
Changed symphony versions.

Change to composer 2

30 Mar 09:09
Compare
Choose a tag to compare
2.0.0

Changed to version 2.

Change to composer 1.9

30 Mar 07:36
Compare
Choose a tag to compare
1.9.0

Changed required composer and php versions.

PHPStan added

07 May 14:47
Compare
Choose a tag to compare

Changes:

  • Added PHPStan for checking for deprecated Drupal usages
  • Refactoring

Fix dependencies

22 Jan 07:54
Compare
Choose a tag to compare

Requiring drupal dependencies can cause issues, so we move the unused ones to "suggest" instead.

Remove version from composer.json

21 Jan 19:46
c0f5754
Compare
Choose a tag to compare
0.4.1

BIP-27 | Remove version from composer.json.

Tests and travis

18 Jan 10:19
Compare
Choose a tag to compare

This release mainly adds tests and automated building with travis.

Also includes:

  • Fix for the commit message regex
  • Moved files that we create on install into a separate folder so it doesn't mix with what we use for QA here

Twig Lint task

03 Jan 16:00
Compare
Choose a tag to compare

This release adds the "Twig Lint" GrumPHP task (based on the Twig Lint package).
The README has been extended with installation instructions.

Dependencies have also been updated (lock only).