Skip to content

Latest commit

 

History

History
118 lines (63 loc) · 4.39 KB

CHANGELOG.md

File metadata and controls

118 lines (63 loc) · 4.39 KB

Changelog

4.0.5 (2023-12-08)

Misc

  • Update readme with update recommendation

Bug Fixes

  • update readme on gh and npm (7aff167)

4.0.4 (2023-12-08)

Bug Fixes

4.0.3 (2023-02-17)

Bug Fixes

4.0.2 (2023-01-19)

Bug Fixes

  • update inline documentation (1e701c6)

4.0.1 (2023-01-19)

Version 4+ is fully compatible with Cypress 12+ 🎉. It leaves the local installation of Cypress intact and uses the public Cypress APIs to enable the integration.

Breaking Changes

The following complimentary scripts from v3 were deprecated:

  • currents-prepare script is deprecated. Use run or spawn API instead.
  • currents-reset script is deprecated, use run or spawn API instead. patch API is deprecated. Use run or spawn instead.
  • limit node engine to 14.17+

Dependencies

3.1.3 (2022-12-10)

Bug Fixes

3.1.1 (2022-12-07)

Bug Fixes

3.1.0 (2022-12-07)

Features

3.0.0 (2022-11-11)

Features

3.0.0-beta.5 (2022-11-11)

Features

3.0.0-beta.4 (2022-10-27)

Bug Fixes

3.0.0-beta.3 (2022-10-24)

Bug Fixes

3.0.0-beta.2 (2022-10-24)

Bug Fixes

Features

2.2.0 (2022-10-18)

Features

2.1.1 (2022-09-07)

Features

  • add currents-prepare bin script (b6e5ad4)
  • add link to changelog (260f98e)

Dependencies