Skip to content

Releases: sitespeedio/chrome-har

v1.0.1

11 Oct 13:50
Compare
Choose a tag to compare

Fixed

  • Try/catch broken dates #130.

v1.0.0...v1.0.1

v1.0.0

08 Oct 03:27
Compare
Choose a tag to compare

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

12 Jul 04:17
Compare
Choose a tag to compare

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

05 Jul 05:47
Compare
Choose a tag to compare

v0.13.2...v0.13.3

v0.13.1

22 Feb 05:24
Compare
Choose a tag to compare

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

v0.13.0

04 Feb 09:28
Compare
Choose a tag to compare
  • Add _isLinkPreload on the request object if it is isLinkPreload. (#94) f3b10fb

v0.12.0...v0.13.0

v0.12.0

29 Oct 09:12
Compare
Choose a tag to compare

Added

  • Addend encoding field to type response, thank you Miroslav Balaz for the PR #79.
  • Include chunk information in the response see #88.
  • Add custom field _resourceType thank you Peng-Yu Chen for PR #83

Fixed

  • Use Page.frameRequestedNavigation see #90.
  • Capture redirect before page for traces generated by Lighthouse, thank you Michael Dijkstra for PR #89.

v0.11.12...v0.12.0

v0.11.12

09 Sep 11:14
Compare
Choose a tag to compare

v0.11.11...v0.11.12

v0.11.11

06 Aug 20:53
Compare
Choose a tag to compare

v0.11.10...v0.11.11

v0.11.10

29 Jul 07:28
Compare
Choose a tag to compare

version 0.11.10 2020-07-29

  • Parse extra info events (parse extra request data from the Network.requestWillBeSentExtraInfo event and parse extra response data from the Network.responseReceivedExtraInfo event), thank you Michael Dijkstra for the PR #71.

  • Update to day-js 1.8.31.
    v0.11.9...v0.11.10