Tags give the ability to mark specific points in history as being important
-
v2.12.1
protectedRelease: Release v2.12.15219211a · ·fix(phpmd): suppress unused parameter warnings
-
v2.9.0
protected4b773e0e · ·v2.9.0 - Complete documentation restructure Major documentation overhaul: - Add 5 new comprehensive documentation files (~4000 lines) - INSTALLATION.md - Setup, uninstall, troubleshooting - CONFIGURATION.md - All config files with customization - ARTISAN_COMMANDS.md - Complete Artisan reference - MAKE_TARGETS.md - All make targets documented - GIT_HOOKS.md - Git hooks complete guide - Move details from README to dedicated docs - Follow docker-ecosystem documentation model - Add Getting Help sections with badges to all docs - Document copy() shell helper function - Document insights.php stub pattern with auto-detection Code changes (insights.php stub pattern): - Implement stub pattern for insights.php config - Add auto-detection for normal projects vs Testbench - Prevent infinite recursion with realpath() check - Add publishInsightsConfig() to SymlinkManager - Update tests for new stub pattern
-
v2.7.5
protectedRelease: Release v2.7.53d641799 · ·Release v2.7.5 - Markdownlint Config Consistency Fix markdownlint configuration consistency between local and CI environments. Changes: - Explicitly specify --config .markdownlint.json in both environments - Prevents validation discrepancies between local and CI checks - Ensures .markdownlint.json rules are consistently applied 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
-
v2.7.4
protectedRelease: Release v2.7.4efd55142 · ·Release v2.7.4 - CI/CD Pipeline Fix Fix: - Correct Packagist API to use GitLab repository URL - Update GitLab Package Registry to use dynamic project ID - Enable proper automatic package updates on tag push Technical: - No code changes - CI/CD configuration only 🤖 Generated with Claude Code
-
v2.7.3
protectedRelease: Release v2.7.3388dd1e7 · ·Release v2.7.3 - Remove verbose service desk email
-
v2.7.1
protecteda1e1b8c9 · ·fix(markdownlint): allow duplicate headings with siblings_only Add MD024 siblings_only configuration for CHANGELOG.md and documentation patterns. Changes: - Add MD024.siblings_only: true to .markdownlint.json - Allows duplicate headings under different parent sections - Supports Keep a Changelog standard format - Benefits all packages using laravel-dev-tools Fixes markdownlint validation for standard CHANGELOG.md format.
-
v2.7.0
protectedRelease: Release v2.7.0b9948150 · ·v2.7.0 - Fix phpunit.xml symlink breaking tests
-
v2.6.0
protectedRelease: Release v2.6.0e16fb422 · ·Release v2.6.0 - Uninstall script and PHPDoc improvements - Add uninstall-package.sh script for clean removal - Fix Pint to preserve /** @var */ docblocks (align with Rector)
-
v2.5.4
protectedRelease: Release v2.5.4388e4e2b · ·Release v2.5.4 - Final code style fixes - Apply all remaining Laravel Pint style fixes to configs
-
v2.5.1
protected43ddec0d · ·Release v2.5.1 - Auto-detection for apps and packages - Rector auto-detects symlink and adapts paths for vendor/ - Rector auto-detects /app and /src directories - PHPUnit split into app and package versions with auto-selection - All configs work seamlessly for Laravel apps and packages
-
v2.5.0
protectedRelease: Release v2.5.0544fe89a · ·Release v2.5.0 - Automatic config installation - Add automatic installation of rector/phpmd/phpunit/insights configs - Fix rector.php template path resolution - All configs use symlinks for automatic updates