Skip to content

Commit f1faefb

Browse files
authored
Merge pull request #58 from TerrorSquad/release-please--branches--main
chore(main): release 2.0.0
2 parents eb86d51 + 0a02a9c commit f1faefb

File tree

5 files changed

+38
-4
lines changed

5 files changed

+38
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.18.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/TerrorSquad/php-booster/compare/v1.18.0...v2.0.0) (2026-01-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **hooks:** ToolConfig interface changed
9+
10+
### Features
11+
12+
* add blocking option to tools for improved error handling ([c56b7f2](https://github.com/TerrorSquad/php-booster/commit/c56b7f27840151a31936188af6cecda83f1cc065))
13+
* add hooks-only mode for JavaScript/TypeScript projects ([3cba3ad](https://github.com/TerrorSquad/php-booster/commit/3cba3ad13ba6abf4bab16f952f4b9be87c60f410))
14+
* **hooks:** add config file support for per-project customization ([4f59eeb](https://github.com/TerrorSquad/php-booster/commit/4f59eebbe9eece3ca17558b3862a376292cddfe2))
15+
* **hooks:** add parallel execution for analysis tools ([0db3c33](https://github.com/TerrorSquad/php-booster/commit/0db3c33ffeb897cf621764109a0bd914c5d7616e))
16+
* **hooks:** add tool groups and HOOKS_ONLY filtering ([15685ce](https://github.com/TerrorSquad/php-booster/commit/15685ce787a67e09a7f35cb0eee160645f72760e))
17+
* **integration:** add partial update flags for existing installations ([8f9a16d](https://github.com/TerrorSquad/php-booster/commit/8f9a16d9acf0679f99a4a90f0a477df17ea825ac))
18+
19+
20+
### Bug Fixes
21+
22+
* **bash:** quote command substitutions for paths with spaces ([8c36a72](https://github.com/TerrorSquad/php-booster/commit/8c36a725eb3fd21bba85ab14c23ebd51ac292941))
23+
* **hooks:** improve DDEV config error messages ([5d42d3d](https://github.com/TerrorSquad/php-booster/commit/5d42d3dbe8b80a6edd120bccd87b73ea84aba13a))
24+
* **hooks:** improve error messages with file and line extraction ([f0e9cf5](https://github.com/TerrorSquad/php-booster/commit/f0e9cf530c246eedf245a54ad4f3c95690690d5c))
25+
* update OpenAPI paths and documentation references ([4b03f31](https://github.com/TerrorSquad/php-booster/commit/4b03f317da9400ec35148e70ac3a045088cd0ed4))
26+
27+
28+
### Performance Improvements
29+
30+
* **hooks:** cache DDEV project detection ([a3b1c81](https://github.com/TerrorSquad/php-booster/commit/a3b1c8183681c344898190e10b51b4932decf8db))
31+
32+
33+
### Code Refactoring
34+
35+
* **hooks:** replace blocking/required with onFailure property ([123147b](https://github.com/TerrorSquad/php-booster/commit/123147b3f346ee843b4bb637837c5e140f69cfd9))
36+
337
## [1.18.0](https://github.com/TerrorSquad/php-booster/compare/v1.17.2...v1.18.0) (2026-01-12)
438

539

booster/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "generic/php-ddev-booster",
33
"type": "project",
4-
"version": "1.18.0",
4+
"version": "2.0.0",
55
"authors": [
66
{
77
"name": "DDEV User",

booster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php_booster",
33
"private": true,
44
"type": "module",
5-
"version": "1.18.0",
5+
"version": "2.0.0",
66
"scripts": {
77
"commit": "commit",
88
"test": "vitest run .husky/tests",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-booster",
3-
"version": "1.18.0",
3+
"version": "2.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxi dev",

0 commit comments

Comments
 (0)