Skip to content

Releases: sitespeedio/chrome-har

v1.3.1

Choose a tag to compare

@soulgalore soulgalore released this 19 May 13:40
  • Fix for render blocking stats #158.

v1.3.0

Choose a tag to compare

@soulgalore soulgalore released this 06 May 14:16

Added

  • Lift CDP renderBlockingStatus onto entries as _renderBlocking (Chrome 108+) so downstream HAR consumers (waterfall-tools'
    WPT-style renderer in particular) can draw the orange ⊗ render-blocking marker. The field is lowercased ('blocking' /
    'nonblocking' / 'inbodyparserblocking' / 'potentiallyblocking'); older Chrome builds that don't emit it leave the field
    unset, distinguishing "not blocking" from "browser couldn't tell us". #155.

v1.2.1

Choose a tag to compare

@soulgalore soulgalore released this 22 Apr 15:21

Fixed

  • Make sure not multiple pages are created for a soft nav #154

v1.2.0

Choose a tag to compare

@soulgalore soulgalore released this 22 Apr 13:21

Added

  • Support for soft navigation coming from Browsertime #153

Fixed

  • Get Charset from response #152
  • Fix to parse postData #150

v1.1.1

Choose a tag to compare

@soulgalore soulgalore released this 17 Oct 11:05

Fixed

  • The option to clean header values was broken, this has been reverted for now.

v1.0.1

Choose a tag to compare

@soulgalore soulgalore released this 11 Oct 13:50

Fixed

  • Try/catch broken dates #130.

v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@soulgalore soulgalore released this 08 Oct 03:27

Breaking

The project was transitioned to a pure ESM package. This follows along with the changed done in sitespeed.io and Browwsertime. This will make the project easier to maintain #129.

Fixed

v0.13.5

Choose a tag to compare

@soulgalore soulgalore released this 12 Jul 04:17

Fixed

  • Always take care of Network.responseReceivedExtraInfo even if its fired early, thank you ifduyue for PR #120.

v0.13.4...v0.13.5

v0.13.3

Choose a tag to compare

@soulgalore soulgalore released this 05 Jul 05:47

v0.13.2...v0.13.3

v0.13.1

Choose a tag to compare

@soulgalore soulgalore released this 22 Feb 05:24

Fixed

  • Updated dependencies to latest versions #105.
  • Remove adding headers from extra parameters. Using the CDP Fetch API manipulating responses, the extra response info holds the old un-manipulated headers, so when copying the ones that do not exist, this breaks. Fixed in #100.

v0.13.0...v0.13.1