Skip to content

Commit

Permalink
chore(main): release 3.1.0 (#857)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [3.1.0](v3.0.0...v3.1.0)
(2024-08-07)


### Features

* support stringifying flows for Firefox
([#845](#845))
([94319cd](94319cd))


### Bug Fixes

* remove isOOPFrame check
([#850](#850))
([fd9f974](fd9f974))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 7, 2024
1 parent 94319cd commit 223e2f0
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.0"
".": "3.1.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.1.0](https://github.com/puppeteer/replay/compare/v3.0.0...v3.1.0) (2024-08-07)


### Features

* support stringifying flows for Firefox ([#845](https://github.com/puppeteer/replay/issues/845)) ([94319cd](https://github.com/puppeteer/replay/commit/94319cd1f98511de2bf85fe62674152a5e227371))


### Bug Fixes

* remove isOOPFrame check ([#850](https://github.com/puppeteer/replay/issues/850)) ([fd9f974](https://github.com/puppeteer/replay/commit/fd9f974d6e7dc59f92e3dea0c5f7b087cbc8135f))

## [3.0.0](https://github.com/puppeteer/replay/compare/v2.13.4...v3.0.0) (2024-02-05)


Expand Down
12 changes: 11 additions & 1 deletion docs/api/classes/LighthouseStringifyExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@

### constructor

**new LighthouseStringifyExtension**(): [`LighthouseStringifyExtension`](LighthouseStringifyExtension.md)
**new LighthouseStringifyExtension**(`targetBrowser?`): [`LighthouseStringifyExtension`](LighthouseStringifyExtension.md)

#### Parameters

| Name | Type | Default value |
| :-------------- | :-------------- | :------------ |
| `targetBrowser` | `TargetBrowser` | `'chrome'` |

#### Returns

Expand All @@ -36,6 +42,10 @@

[PuppeteerStringifyExtension](PuppeteerStringifyExtension.md).[constructor](PuppeteerStringifyExtension.md#constructor)

#### Defined in

[PuppeteerStringifyExtension.ts:53](https://github.com/puppeteer/replay/blob/main/src/PuppeteerStringifyExtension.ts#L53)

## Methods

### afterAllSteps
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/PuppeteerRunnerOwningBrowserExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

#### Defined in

[PuppeteerRunnerExtension.ts:291](https://github.com/puppeteer/replay/blob/main/src/PuppeteerRunnerExtension.ts#L291)
[PuppeteerRunnerExtension.ts:282](https://github.com/puppeteer/replay/blob/main/src/PuppeteerRunnerExtension.ts#L282)

---

Expand Down
20 changes: 15 additions & 5 deletions docs/api/classes/PuppeteerStringifyExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,26 @@

### constructor

**new PuppeteerStringifyExtension**(): [`PuppeteerStringifyExtension`](PuppeteerStringifyExtension.md)
**new PuppeteerStringifyExtension**(`targetBrowser?`): [`PuppeteerStringifyExtension`](PuppeteerStringifyExtension.md)

#### Parameters

| Name | Type | Default value |
| :-------------- | :-------------- | :------------ |
| `targetBrowser` | `TargetBrowser` | `'chrome'` |

#### Returns

[`PuppeteerStringifyExtension`](PuppeteerStringifyExtension.md)

#### Inherited from
#### Overrides

[StringifyExtension](StringifyExtension.md).[constructor](StringifyExtension.md#constructor)

#### Defined in

[PuppeteerStringifyExtension.ts:53](https://github.com/puppeteer/replay/blob/main/src/PuppeteerStringifyExtension.ts#L53)

## Methods

### afterAllSteps
Expand All @@ -61,7 +71,7 @@

#### Defined in

[PuppeteerStringifyExtension.ts:64](https://github.com/puppeteer/replay/blob/main/src/PuppeteerStringifyExtension.ts#L64)
[PuppeteerStringifyExtension.ts:78](https://github.com/puppeteer/replay/blob/main/src/PuppeteerStringifyExtension.ts#L78)

---

Expand Down Expand Up @@ -112,7 +122,7 @@

#### Defined in

[PuppeteerStringifyExtension.ts:50](https://github.com/puppeteer/replay/blob/main/src/PuppeteerStringifyExtension.ts#L50)
[PuppeteerStringifyExtension.ts:58](https://github.com/puppeteer/replay/blob/main/src/PuppeteerStringifyExtension.ts#L58)

---

Expand Down Expand Up @@ -164,4 +174,4 @@

#### Defined in

[PuppeteerStringifyExtension.ts:79](https://github.com/puppeteer/replay/blob/main/src/PuppeteerStringifyExtension.ts#L79)
[PuppeteerStringifyExtension.ts:93](https://github.com/puppeteer/replay/blob/main/src/PuppeteerStringifyExtension.ts#L93)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puppeteer/replay",
"version": "3.0.0",
"version": "3.1.0",
"description": "Replay is a library which provides an API to replay and stringify recordings created using Chrome DevTools Recorder](https://developer.chrome.com/docs/devtools/recorder/)",
"main": "lib/cjs/main.cjs",
"types": "lib/main.d.ts",
Expand Down

0 comments on commit 223e2f0

Please sign in to comment.