Skip to content

Latest commit

 

History

History
268 lines (141 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

268 lines (141 loc) · 11.6 KB

Changelog

4.0.9 (2023-12-08)

Misc

  • Update readme with update recommendation

4.0.8 (2023-12-08)

Bug Fixes

  • use root signed certificate (0d51f80)

4.0.7-beta.2 (2023-03-10)

4.0.7-beta.1 (2023-02-17)

4.0.7-beta.0 (2023-02-17)

4.0.7 (2023-12-08)

Bug Fixes

  • update expiring certificates (9b817ec)

4.0.7 (2023-12-08)

Bug Fixes

  • update expiring certificates (9b817ec)

4.0.6 (2023-01-18)

Bug Fixes

4.0.5 (2023-01-11)

Bug Fixes

4.0.4 (2023-01-10)

Bug Fixes

  • Use the right upstream chain protocol (#55) (9a7bf20), closes #54

4.0.3 (2023-01-09)

Bug Fixes

4.0.2 (2023-01-09)

Bug Fixes

  • prevent populating env with "undefined" values (#51) (41df64f)

4.0.1 (2023-01-09)

Bumping version to skip the existing corrupted 4.0.0 on npm.

4.0.0 (2023-01-09)

This release restores compatibility with Cypress 12 (as well as with the previous versions of Cypress).

Features

  • add sourcemaps to npm release (ec90d0e)
  • add run API
  • add spawn API

BREAKING CHANGE

  • Remove patch API - see README for details
  • Change the parameter types for run method - see README for details

3.4.3 (2022-12-12)

Bug Fixes

3.4.2 (2022-12-12)

Bug Fixes

3.4.0 (2022-12-10)

Features

3.3.0 (2022-12-07)

Features

3.2.0 (2022-11-11)

Features

  • monkey patch snapshot config (1f379b0)

3.1.8-beta.0 (2022-11-11)

Features

  • monkey patch snapshot config (d5a3fb9)

3.1.7 (2022-10-27)

Bug Fixes

3.1.6 (2022-10-26)

Bug Fixes

  • normalize and resolve injected path (da94405)

3.1.5 (2022-10-26)

Bug Fixes

  • use verbatim: 'raw' for escodegen (78d9f2c)

3.1.4 (2022-10-24)

Bug Fixes

  • pass down exit status from cypress (a6b1462), closes #27

3.1.3 (2022-10-24)

Bug Fixes

  • add cypress location arg for patch fn (163c5c4)

3.1.2 (2022-10-21)

Bug Fixes

  • restore js-yaml dependency (cc90c79)

3.1.1 (2022-10-21)

Bug Fixes

3.1.0 (2022-10-21)

Features

3.0.0 (2022-10-21)

Implement a new patching method that prevent permanent "patching" of cypress installation and causes confusion (and sometimes frustration)

BREAKING CHANGES

  • Starting version 3+, the API methods run and patch rely on process.env.CYPRESS_API_URL * they do not accept any argument. That's because of a new patching method that doesn't permanently change cypress installation after invoking cy2.
  • CLI executable script cy2 requires CYPRESS_API_URL environment variable, otherwise throws
  • Deprecated run API
  • Deprecated CYPRESS_PACKAGE_CONFIG_PATH * see API patch call

3.0.0-alpha.2 (2022-10-21)

Features

  • implement patch and update README (ad95e9d)

3.0.0-alpha.1 (2022-10-20)

3.0.0-alpha.0 (2022-10-20)

Features

  • allow init script injection (113a58b)

BREAKING CHANGES

  • Starting version 3+, the API methods run and patch rely on process.env.CYPRESS_API_URL * they do not accept any argument. That's because of a new patching method that doesn't permanently change cypress installation after invoking cy2.
  • CLI executable script cy2 requires CYPRESS_API_URL environment variable, otherwise throws

2.1.0 (2022-10-19)

Features

  • restore original cypress config on exit (64086da)

2.0.1 (2022-08-28)

BREAKING CHANGES

  • bumping major for safe release, no API changes

  • Release 2.0.0-beta.0

  • Support CYPRESS_RUN_BINARY

  • Release 2.0.0

2.0.0 (2022-03-29)

2.0.0-beta.0 (2021-09-12)

Features

  • add more discovery strategies (f3d3b09)
  • use CYPRESS_PACKAGE_CONFIG_PATH (743a892)

BREAKING CHANGES

  • bumping major for safe release, no API changes

1.3.0 (2021-09-08)

Features

1.2.1 (2021-05-11)

1.2.0 (2021-05-11)

Bug Fixes

  • fix windows and add readme (53adfad)

Features

1.1.0 (2021-05-08)

Features

  • export run and patch from index (e540940), closes #4

1.1.0-beta.0 (2021-04-30)

Features

  • add cy.patch(api) export (6712541)

1.0.5 (2021-04-30)

Bug Fixes

  • add trailing slash for the default url (fa70900)
  • exit with child's exit code (8a09906), closes #5
  • spawn and inherit io (7273f9d)