4.0.5 (2023-12-08)
- Update readme with update recommendation
- update readme on gh and npm (7aff167)
4.0.4 (2023-12-08)
- use cy2 4.0.8 (23df81a)
4.0.3 (2023-02-17)
- use [email protected] (5e2121d)
4.0.2 (2023-01-19)
- 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.
The following complimentary scripts from v3 were deprecated:
currents-prepare
script is deprecated. Userun
orspawn
API instead.currents-reset
script is deprecated, userun
orspawn
API instead. patch API is deprecated. Use run or spawn instead.- limit node engine to 14.17+
3.1.3 (2022-12-10)
- fixate cy2 version (9fa72ff)
3.1.1 (2022-12-07)
- patch function (d69876a)
3.1.0 (2022-12-07)
- cypress 12+ (a3ccb53)
3.0.0 (2022-11-11)
- support cypress 11 (13ea03e)
- [email protected] (13ea03e)
- expose patch API (50d19d5)
3.0.0-beta.5 (2022-11-11)
- support cypress 11 (13ea03e)
3.0.0-beta.4 (2022-10-27)
3.0.0-beta.3 (2022-10-24)
3.0.0-beta.2 (2022-10-24)
- expose patch API (50d19d5)
- [email protected] (11db5e4)
- use [email protected] with non-destructive patches (15c7e6e)
2.2.0 (2022-10-18)
- add currents-reset (40f5b27)
2.1.1 (2022-09-07)
- upgrade
[email protected]