From ae10524dc5cd53d1b827fad4b8376b8e39f95537 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Tue, 8 Oct 2024 05:25:33 +0200 Subject: [PATCH] new release --- CHANGELOG.md | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d780e9b..55d2062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 1.0.0 - UNRELEASED +## 1.0.0 - 2024-10-08 ### Breaking The project was transitioned to a [pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). This follows along with the changed done in sitespeed.io and Browwsertim. This will make the project easier to maintain [#129](https://github.com/sitespeedio/chrome-har/pull/129). diff --git a/README.md b/README.md index 0bee9ac..9440510 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Create [HAR](http://www.softwareishard.com/blog/har-12-spec/) files based on [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/) data. +We got tired of waiting for the +30K engineers at Google implementing a way to automate to get a HAR file [https://issues.chromium.org/issues/40809195](https://issues.chromium.org/issues/40809195) so we implemented our own solution in the mean time. + + Code originally extracted from [Browsertime](https://github.com/sitespeedio/browsertime), initial implementation inspired by [Chromedriver_har](https://github.com/woodsaj/chromedriver_har). ## Create a new bug report