Skip to content

Releases: UltraBob/ddev-drupal-code-quality

v1.0.5

25 Mar 05:16
36543a5

Choose a tag to compare

What's Changed

  • Add upstream config sync script and detection accuracy tests by @UltraBob in #26
  • Upstream config changes by @UltraBob in #29

Full Changelog: v1.0.4...v1.0.5

v1.0.4

24 Mar 03:40
fc3ef84

Choose a tag to compare

What's Changed

  • Remove restart instruction from installation docs by @UltraBob in #11
  • Clarify overlap with related Drupal DDEV add-ons by @UltraBob in #12
  • Improve installer first-run recommended defaults UX by @UltraBob in #14
  • Require project PHPStan config and remove hidden wrapper fallback behavior by @UltraBob in #18
  • fix: use ddev describe to check for a project by @stasadev in #22
  • fix: handle npm install failures gracefully instead of crashing installer by @UltraBob in #24

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

21 Feb 21:23
fa46d6b

Choose a tag to compare

What's Changed

  • Fix PHPStan excludes for sites/*/files descendants by @UltraBob in #8 - Thanks @rfay for pointing out that phpstan was flagging lots of compiled twig files with a fresh Drupal CMS install.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

20 Feb 13:04
7bb159e

Choose a tag to compare

What's Changed

  • Improve cspell expansion execution and prettier-fix Sass scope by @UltraBob in #5

Full Changelog: v1.0.1...v1.0.2

v1.0.1

19 Feb 05:50
ace43a8

Choose a tag to compare

What's Changed

  • Align ESLint quiet behavior across CLI and VS Code by @UltraBob in #4

Full Changelog: v1.0.0...v1.0.1

v1.0.0

18 Feb 16:22
87a4ad3

Choose a tag to compare

Initial stable release.

What's Changed

  • Set PHPCS default scope to docroot and test docroot merge by @UltraBob in #2

Full Changelog: v0.9.5-beta...v1.0.0

v0.9.5 Beta

15 Feb 05:47

Choose a tag to compare

v0.9.5 Beta Pre-release
Pre-release

Summary

  • Improved installer prompt behavior and recommendation flow, including safer interactive handling for Composer plugin trust prompts.
  • Hardened CI and tests for portability across environments (path-independent tests and rg/grep fallback).
  • Brought the add-on in line with current DDEV maintenance guidance (README consolidation, shebang normalization, maintenance checker job, Mutagen sync annotations).

What Changed

  • Installer prompt flow fixes and phase summary improvements.
  • Interactive recommended-settings preseed for allow-plugins.tbachert/spi=false.
  • test-installer-deps-prompt.bats reliability improvements for local and GitHub runners.
  • Added maintenance-checker job to tests.yml.
  • Added ## MutagenSync: true to write/fix commands:
  • eslint-fix, prettier-fix, stylelint-fix, phpcbf, cspell-suggest
  • Consolidated docs into README.md and removed README_ADDON.md.
  • Updated command shebangs to #!/usr/bin/env bash.
  • Addressed checker formatting/compliance nits.

Full Changelog: v0.9.4-beta...v0.9.5-beta

v0.9.4 Beta

14 Feb 21:43

Choose a tag to compare

v0.9.4 Beta Pre-release
Pre-release

Remove the not fully implemented checks-full command

Full Changelog: v0.9.3-beta...v0.9.4-beta

v0.9.3 Beta

04 Feb 03:55

Choose a tag to compare

v0.9.3 Beta Pre-release
Pre-release

Test fixes

v0.9.2 Beta

04 Feb 02:18

Choose a tag to compare

v0.9.2 Beta Pre-release
Pre-release

Updated install instructions