Releases: sitespeedio/chrome-har
Releases · sitespeedio/chrome-har
Release list
v1.3.1
v1.3.0
Added
- Lift CDP
renderBlockingStatusonto 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
Fixed
- Make sure not multiple pages are created for a soft nav #154
v1.2.0
v1.1.1
Fixed
- The option to clean header values was broken, this has been reverted for now.
v1.0.1
v1.0.0
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
- Removed dayjs dependency #128.
- Removed uuid dependency #127.
- Updated to tough cookie 5.0.0 #126.
v0.13.5...v1.0.0
v0.13.5
v0.13.3
- Include early hints requests, thank you Ben Schwarz for PR #118.