Skip to content

Releases: deviantintegral/har

v1.0.0

18 Dec 15:40

Choose a tag to compare

1.0.0 (2025-12-18)

Miscellaneous Chores

  • config: migrate config renovate.json (64d94b1)
  • deps: update dependency friendsofphp/php-cs-fixer to v3.92.3 (#223) (5e0c76e)
  • main: prepare to release 1.0.0 (d245e5d)

v0.7.2

18 Dec 01:53

Choose a tag to compare

0.7.2 (2025-12-18)

Miscellaneous Chores

  • deps: update softprops/action-gh-release digest to a06a81a (dfe023f)

v0.7.1

18 Dec 01:38

Choose a tag to compare

0.7.1 (2025-12-18)

Miscellaneous Chores

  • add infection.phar.asc to gitignore (8998321)
  • main: actually let's not do 1.0.0 yet (fa424fb)
  • main: prepare for 1.0.0 (f4f84f8)

v0.7.0

17 Dec 22:17

Choose a tag to compare

0.7.0 (2025-12-17)

Features

  • make SessionStart hook only run in remote environments (9a42b73)

Bug Fixes

  • validate required 'log' key during HAR deserialization (9d938fb)

Miscellaneous Chores

  • add phpunit.xml to .gitignore (79e46f1)
  • configure Renovate to track Infection version (6a7ef28)
  • deps: update dependency friendsofphp/php-cs-fixer to v3.92.2 (#162) (be5e7f1)
  • deps: update dependency infection/infection to v0.31.9 (c419fe6)
  • ignore equivalent LessThan mutation in HarFileRepository::getIds (4f0e2a0)
  • ignore equivalent ReturnRemoval mutation in HarFileRepository::getIds (72b5839)
  • ignore equivalent YieldValue mutation in Har::splitLogEntries (8eaf8fb)
  • update renovate to track infection in SessionStart hook (914153d)

v0.6.0

16 Dec 21:07

Choose a tag to compare

0.6.0 (2025-12-16)

Features

  • add --version flag with build time (#127) (870c439)
  • add hasConnect() and hasSsl() methods to Timings (1ebb103)
  • add missing return type declarations (41cfd7d)

Bug Fixes

  • add missing type specifications to test code (1749a9d)
  • correct parameter type in PageTimings.setOnContentLoad() (ce5ebb4)
  • correct PHPDoc return types to match implementation (5ab1a8b)
  • implement deep clone for Har and Log objects (#138) (41bef31)
  • make withoutHeader() case-insensitive per PSR-7 spec (2d386f7)
  • remove redundant type checks(#150) (f1693fc)
  • remove trailing commas from single-parameter method signatures (f7260be)
  • replace deprecated stream_for() with Utils::streamFor() (638c6cd)
  • resolve PHPStan already narrowed type errors (3781f5c)
  • resolve PHPStan contravariance errors in PSR-7 adapters (efe975b)
  • resolve unsafe usage of new static() PHPStan errors (b3632ed)
  • suppress PHPStan template type error in test (431135e)
  • use null instead of empty array for clearing params in setText (d890fa7)
  • use static return type for fluent interface methods (ecf2444)

Miscellaneous Chores

  • deps: update dependency friendsofphp/php-cs-fixer to v3.92.1 (#145) (126262f)
  • phpstan: mark narrowed type warning as OK (378fedf)
  • rename deprecated php-cs-fixer rulesets (3a8f6cd)
  • replace PECL with apt for xdebug installation (#132) (0f293aa)
  • update license identifier (770e7cb)

v0.5.0

15 Dec 14:01
553f36f

Choose a tag to compare

0.5.0 (2025-12-15)

Features

  • migrate from MacFJA/PharBuilder to Box (#125) (b1187c2)

Bug Fixes

  • add directory validation in getIds() before scandir() (22057e0)
  • add error handling for missing files in SplitCommand (#122) (ed3fa82)
  • add type hints to SplitCommand::getSplitDestination parameters (#123) (c62a75a)
  • check if a HAR repository exists before loading (93fbb57)
  • correct inverted logic in hasBlocked() and hasDns() methods (2285c23)
  • use strict comparison (===) instead of weak comparison (==) in Serializer.php (453d8f3)

Miscellaneous Chores

  • add missing call to SessionStart (#119) (51b50a3)
  • auto-install php-pear in SessionStart hook (#116) (48acab5)
  • deps: pin ggilder/codecoverage action to 47c83da (#118) (85aa78d)
  • fix newlines (f5ded8c)
  • install xdebug for claude sessions (54f3138)
  • run composer install in claude (233d999)

v0.4.0

14 Dec 20:59
6dd520f

Choose a tag to compare

0.4.0 (2025-12-14)

Features

  • add pre-commit hooks for php-cs-fixer and phpunit (#109) (80a12c4)
  • add support for PSR-7 ServerRequest (#108) (7df2364)
  • drop support for PHP 8.0 and 8.1 (#104) (2241b8d)

Bug Fixes

  • set release-please manifest version to 0.4.0 (72ccbee)

Miscellaneous Chores

0.3.0

10 Aug 12:39
f0ad974

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...0.3.0

HAR for PHP 0.2.1

01 Feb 13:14
c1104c2

Choose a tag to compare

HAR for PHP 0.2.1 Pre-release
Pre-release

Builds har.phar against PHP 7.3 instead of PHP 8.0.

HAR for PHP 0.2.0

01 Feb 13:13
0.2.0
7bab2ee

Choose a tag to compare

HAR for PHP 0.2.0 Pre-release
Pre-release
* Update to support PHP 8