Skip to content

Commit c1546f6

Browse files
committed
chore(release): 7.0.0
1 parent f44e52e commit c1546f6

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,40 @@ All notable changes to this project will be documented in this file.
88
## [Unreleased]
99

1010

11+
<a name="7.0.0"></a>
12+
## [7.0.0] - 2025-11-29
13+
### ✨ Features
14+
- **runable:** add setPipe method to support process piping ([7be4788](https://github.com/guanguans/soar-php/commit/7be4788))
15+
16+
### 🎨 Styles
17+
- apply php-cs-fixer ([3413928](https://github.com/guanguans/soar-php/commit/3413928))
18+
19+
### 💅 Code Refactorings
20+
- apply inspection ([90bbdf3](https://github.com/guanguans/soar-php/commit/90bbdf3))
21+
- rename setter methods to use 'with' prefix for clarity ([8640903](https://github.com/guanguans/soar-php/commit/8640903))
22+
- apply phpstan ([a98c0e8](https://github.com/guanguans/soar-php/commit/a98c0e8))
23+
- apply rector ([7012894](https://github.com/guanguans/soar-php/commit/7012894))
24+
- **ComposerScripts:** optimize makeSymfonyStyle method ([e71e044](https://github.com/guanguans/soar-php/commit/e71e044))
25+
- **WithRunable:** rename processTapper to tap for clarity ([31f316a](https://github.com/guanguans/soar-php/commit/31f316a))
26+
- **binary:** rename soarBinary to binary for consistency ([6972229](https://github.com/guanguans/soar-php/commit/6972229))
27+
- **core:** rename sqls to queries for clarity and consistency ([63741eb](https://github.com/guanguans/soar-php/commit/63741eb))
28+
- **helpers:** update str_snake function to use hyphen delimiter ([213c975](https://github.com/guanguans/soar-php/commit/213c975))
29+
30+
### ✅ Tests
31+
- **ArchTest:** enforce prohibition of debugging functions usage ([b6024f2](https://github.com/guanguans/soar-php/commit/b6024f2))
32+
33+
### 📦 Builds
34+
- **polyfill:** Remove Symfony polyfill PHP82 and update analyzer and phpstan config ([e451f2d](https://github.com/guanguans/soar-php/commit/e451f2d))
35+
36+
### 🤖 Continuous Integrations
37+
- **composer:** add new scripts for blade-formatter, mago, php-cs-fixer, todo-lint, and zizmor ([a1f761e](https://github.com/guanguans/soar-php/commit/a1f761e))
38+
- **config:** Remove unused faker mappings and commented properties ([f44e52e](https://github.com/guanguans/soar-php/commit/f44e52e))
39+
- **config:** Update config files ([ecd2502](https://github.com/guanguans/soar-php/commit/ecd2502))
40+
- **config:** Update config files ([319bb6e](https://github.com/guanguans/soar-php/commit/319bb6e))
41+
- **config:** Update config files ([1c32d7f](https://github.com/guanguans/soar-php/commit/1c32d7f))
42+
- **config:** Add YAML formatter configuration and generate rule documentation ([1817898](https://github.com/guanguans/soar-php/commit/1817898))
43+
44+
1145
<a name="6.3.0"></a>
1246
## [6.3.0] - 2025-11-21
1347
### 💅 Code Refactorings
@@ -769,7 +803,8 @@ All notable changes to this project will be documented in this file.
769803
<a name="v1.0.0"></a>
770804
## v1.0.0 - 2019-07-04
771805

772-
[Unreleased]: https://github.com/guanguans/soar-php/compare/6.3.0...HEAD
806+
[Unreleased]: https://github.com/guanguans/soar-php/compare/7.0.0...HEAD
807+
[7.0.0]: https://github.com/guanguans/soar-php/compare/6.3.0...7.0.0
773808
[6.3.0]: https://github.com/guanguans/soar-php/compare/6.2.0...6.3.0
774809
[6.2.0]: https://github.com/guanguans/soar-php/compare/6.1.0...6.2.0
775810
[6.1.0]: https://github.com/guanguans/soar-php/compare/6.0.4...6.1.0

0 commit comments

Comments
 (0)