Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Latest commit

 

History

History
114 lines (57 loc) · 5.81 KB

CHANGELOG.md

File metadata and controls

114 lines (57 loc) · 5.81 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0-alpha.29 (2024-07-16)

Features

  • chrome remote debugger over websocket (#88) (964df92)
  • make headless=new the default mode (#95) (c7297dd)
  • plugins: ability to configure plugins (5bc079b)
  • plugins: option to output all json stringify (009b032)

2.0.0-alpha.28 (2024-03-11)

Note: Version bump only for package @ulixee/unblocked-specification

2.0.0-alpha.27 (2024-03-01)

Note: Version bump only for package @ulixee/unblocked-specification

2.0.0-alpha.26 (2024-02-02)

Note: Version bump only for package @ulixee/unblocked-specification

2.0.0-alpha.25 (2023-09-28)

Note: Version bump only for package @ulixee/unblocked-specification

2.0.0-alpha.24 (2023-08-09)

Features

  • agent: add request/response body intercept (#71) (d072414)
  • specification: add viewport to deviceprofile (ea7e50e)

2.0.0-alpha.23 (2023-07-07)

Note: Version bump only for package @ulixee/unblocked-specification

2.0.0-alpha.22 (2023-06-12)

Note: Version bump only for package @ulixee/unblocked-specification

2.0.0-alpha.21 (2023-04-24)

Note: Version bump only for package @ulixee/unblocked-specification

2.0.0-alpha.20 (2023-04-19)

Bug Fixes

  • agent: no autoattach when browser connects (1ab573d)
  • agent: release memory leaks (934dcdb)
  • plugins: avoid incognito detection (8ced043)

Features

  • agent: allow proxy local dns resolution (#47) (a9c412b)
  • agent: enable out of process iframes (#50) (77b96c8)
  • plugins: add shouldBlockRequest to spec (ce826a5)

2.0.0-alpha.19 (2023-02-25)

Bug Fixes

  • agent: no autoattach when browser connects (1ab573d)
  • agent: release memory leaks (934dcdb)
  • plugins: avoid incognito detection (8ced043)

Features

  • agent: allow proxy local dns resolution (#47) (a9c412b)
  • plugins: add shouldBlockRequest to spec (ce826a5)

2.0.0-alpha.18 (2023-01-17)

Features

  • plugins: disable ip proxy by default (a9a79bc), closes #29

2.0.0-alpha.17 (2022-12-15)

Features

  • invert disableDevtools and default to off (b66d8cc)

2.0.0-alpha.15 (2022-12-05)

Note: Version bump only for package @ulixee/unblocked-specification

2.0.0-alpha.14 (2022-11-17)

Note: Version bump only for package @ulixee/unblocked-specification

2.0.0-alpha.13 (2022-11-02)

Features