|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [4.0.0](https://github.com/currents-dev/cli/compare/v3.1.3...v4.0.0) (2023-01-03) |
| 3 | +## [4.0.1](https://github.com/currents-dev/cli/compare/v3.1.3...v4.0.1) (2023-01-19) |
4 | 4 |
|
5 | | -### Bug Fixes |
| 5 | +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. |
| 6 | + |
| 7 | +### Breaking Changes |
6 | 8 |
|
7 | | -- cy@4.0.0-beta.10 ([28a0324](https://github.com/currents-dev/cli/commit/28a03240f218ad94a3f064783fdf94122931de42)) |
| 9 | +The following complimentary scripts from v3 were deprecated: |
8 | 10 |
|
9 | | -## [4.0.0-beta.4](https://github.com/currents-dev/cli/compare/v3.1.3...v4.0.0-beta.4) (2022-12-19) |
| 11 | +- `currents-prepare` script is deprecated. Use `run` or `spawn` API instead. |
| 12 | +- `currents-reset` script is deprecated, use `run` or `spawn` API instead. |
| 13 | + patch API is deprecated. Use run or spawn instead. |
| 14 | +- limit node engine to 14.17+ |
10 | 15 |
|
11 | | -## [4.0.0-beta.3](https://github.com/currents-dev/cli/compare/v3.1.3...v4.0.0-beta.3) (2022-12-19) |
| 16 | +### Dependencies |
12 | 17 |
|
13 | | -### [3.1.3](https://github.com/currents-dev/cli/compare/v3.1.2...v3.1.3) (2022-12-10) |
| 18 | +- use cy2@4.0.6 |
14 | 19 |
|
15 | | -### [3.1.2](https://github.com/currents-dev/cli/compare/v3.1.1...v3.1.2) (2022-12-10) |
| 20 | +## [3.1.3](https://github.com/currents-dev/cli/compare/v3.1.2...v3.1.3) (2022-12-10) |
16 | 21 |
|
17 | 22 | ### Bug Fixes |
18 | 23 |
|
19 | 24 | - fixate cy2 version ([9fa72ff](https://github.com/currents-dev/cli/commit/9fa72ffa014ecdb9a5dc34982f4941c3539c2f53)) |
20 | 25 |
|
21 | | -### [3.1.1](https://github.com/currents-dev/cli/compare/v3.1.0...v3.1.1) (2022-12-07) |
| 26 | +## [3.1.1](https://github.com/currents-dev/cli/compare/v3.1.0...v3.1.1) (2022-12-07) |
22 | 27 |
|
23 | 28 | ### Bug Fixes |
24 | 29 |
|
|
62 | 67 |
|
63 | 68 | - expose patch API ([50d19d5](https://github.com/currents-dev/cli/commit/50d19d5b0692d49b6cd11ac985279e218b1813e9)) |
64 | 69 |
|
65 | | -## [3.0.0-beta.1](https://github.com/currents-dev/cli/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2022-10-21) |
66 | | - |
67 | | -## [3.0.0-beta.0](https://github.com/currents-dev/cli/compare/v2.2.0...v3.0.0-beta.0) (2022-10-21) |
68 | | - |
69 | 70 | ### Features |
70 | 71 |
|
71 | 72 | - cy2@2.1.0 ([11db5e4](https://github.com/currents-dev/cli/commit/11db5e43b550bf7dfe0d2da770664fa748c40911)) |
|
77 | 78 |
|
78 | 79 | - add currents-reset ([40f5b27](https://github.com/currents-dev/cli/commit/40f5b27b59488bf32e128bbfd3ee8044ddbee052)) |
79 | 80 |
|
80 | | -### [2.1.1](https://github.com/currents-dev/cli/compare/v2.1.0...v2.1.1) (2022-09-07) |
| 81 | +## [2.1.1](https://github.com/currents-dev/cli/compare/v2.1.0...v2.1.1) (2022-09-07) |
81 | 82 |
|
82 | 83 | ### Features |
83 | 84 |
|
|
0 commit comments