Releases: UltraBob/ddev-drupal-code-quality
Releases · UltraBob/ddev-drupal-code-quality
v1.0.5
v1.0.4
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 describeto 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
v1.0.2
v1.0.1
v1.0.0
v0.9.5 Beta
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
Remove the not fully implemented checks-full command
Full Changelog: v0.9.3-beta...v0.9.4-beta
v0.9.3 Beta
Test fixes
v0.9.2 Beta
Updated install instructions