Skip to content

Commit 8b31849

Browse files
chore(main): release 0.6.0
1 parent 1ebb103 commit 8b31849

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/deviantintegral/har/compare/v0.5.0...v0.6.0) (2025-12-16)
4+
5+
6+
### Features
7+
8+
* add --version flag with build time ([#127](https://github.com/deviantintegral/har/issues/127)) ([870c439](https://github.com/deviantintegral/har/commit/870c43956fe6a7ad1349408b21dbbf8efa45c7f1))
9+
* add hasConnect() and hasSsl() methods to Timings ([1ebb103](https://github.com/deviantintegral/har/commit/1ebb1036df34d9f6b3a282bb749c51552622e78a))
10+
* add missing return type declarations ([41cfd7d](https://github.com/deviantintegral/har/commit/41cfd7d4abb336427e1903d0688a106b17e287f1))
11+
12+
13+
### Bug Fixes
14+
15+
* add missing type specifications to test code ([1749a9d](https://github.com/deviantintegral/har/commit/1749a9db8f45b15bacfdd1b8c31c3f89073941b5))
16+
* correct parameter type in PageTimings.setOnContentLoad() ([ce5ebb4](https://github.com/deviantintegral/har/commit/ce5ebb4482a75b488f9f5b219fa342284b3a8cb6))
17+
* correct PHPDoc return types to match implementation ([5ab1a8b](https://github.com/deviantintegral/har/commit/5ab1a8ba115d950b8116967e9d6520ea6a7a4243))
18+
* implement deep clone for Har and Log objects ([#138](https://github.com/deviantintegral/har/issues/138)) ([41bef31](https://github.com/deviantintegral/har/commit/41bef3130fb92d27a5693d954469616bc38d3295))
19+
* make withoutHeader() case-insensitive per PSR-7 spec ([2d386f7](https://github.com/deviantintegral/har/commit/2d386f70982dc3bead41582693ceec11406cbe06))
20+
* remove redundant type checks([#150](https://github.com/deviantintegral/har/issues/150)) ([f1693fc](https://github.com/deviantintegral/har/commit/f1693fc6b674e8075a7629c8964edb8929858a28))
21+
* remove trailing commas from single-parameter method signatures ([f7260be](https://github.com/deviantintegral/har/commit/f7260bebd823cde5814fc54c7d381e93d4637390))
22+
* replace deprecated stream_for() with Utils::streamFor() ([638c6cd](https://github.com/deviantintegral/har/commit/638c6cd1bf54957f0e9dd63b4517fc43e6612831))
23+
* resolve PHPStan already narrowed type errors ([3781f5c](https://github.com/deviantintegral/har/commit/3781f5cc88a07c19bb5617397c4a7cf7334f78a5))
24+
* resolve PHPStan contravariance errors in PSR-7 adapters ([efe975b](https://github.com/deviantintegral/har/commit/efe975b60f6b38f2a82896384e0c22df7ce2e7f2))
25+
* resolve unsafe usage of new static() PHPStan errors ([b3632ed](https://github.com/deviantintegral/har/commit/b3632ed3b4e5f810a178b981ba56213ac06b72b8))
26+
* suppress PHPStan template type error in test ([431135e](https://github.com/deviantintegral/har/commit/431135eefd5a9745a332465410fae21c47a260b5))
27+
* use null instead of empty array for clearing params in setText ([d890fa7](https://github.com/deviantintegral/har/commit/d890fa7113fa453b0f94b19652d6204b0e98ad6f))
28+
* use static return type for fluent interface methods ([ecf2444](https://github.com/deviantintegral/har/commit/ecf24444346b19d840374ff19a3dc3983a0e2a5a))
29+
30+
31+
### Miscellaneous Chores
32+
33+
* **deps:** update dependency friendsofphp/php-cs-fixer to v3.92.1 ([#145](https://github.com/deviantintegral/har/issues/145)) ([126262f](https://github.com/deviantintegral/har/commit/126262f3d350d0115bcf6c04fe82119e32251009))
34+
* **phpstan:** mark narrowed type warning as OK ([378fedf](https://github.com/deviantintegral/har/commit/378fedff6ce170b3f742999bdd620864989f2c49))
35+
* rename deprecated php-cs-fixer rulesets ([3a8f6cd](https://github.com/deviantintegral/har/commit/3a8f6cd9e8a67ca0e223e2eeec6e0a75816e9507))
36+
* replace PECL with apt for xdebug installation ([#132](https://github.com/deviantintegral/har/issues/132)) ([0f293aa](https://github.com/deviantintegral/har/commit/0f293aa1f23f66c8a7a04bd21197dd423b140b94))
37+
* update license identifier ([770e7cb](https://github.com/deviantintegral/har/commit/770e7cbefcbc7df904224bcb72d4a749078564a7))
38+
339
## [0.5.0](https://github.com/deviantintegral/har/compare/v0.4.0...v0.5.0) (2025-12-15)
440

541

0 commit comments

Comments
 (0)