|
2 | 2 |
|
3 | 3 | <!-- MONODEPLOY:BELOW -->
|
4 | 4 |
|
5 |
| -## [2.2.1](https://github.com/valendres/playwright-msw/compare/[email protected].0...playwright-msw@2.2.1) "playwright-msw" (2023-03-10)<a name="2.2.1"></a> |
| 5 | +## [3.0.0](https://github.com/valendres/playwright-msw/compare/[email protected].1...playwright-msw@3.0.0) "playwright-msw" (2023-12-05)<a name="3.0.0"></a> |
6 | 6 |
|
7 |
| -### Bug Fixes |
| 7 | +### Breaking Changes |
| 8 | + |
| 9 | +- playwright-msw now requires [email protected] and node 18 ( [cb7d144 ](https://github.com/valendres/playwright-msw/commits/cb7d144)) |
8 | 10 |
|
9 |
| -* vue compatibility ([3634be1](https://github.com/valendres/playwright-msw/commits/3634be1)) |
10 |
| -* race condition which breaks compatibility with vue (#61) ([3634be1](https://github.com/valendres/playwright-msw/commits/3634be1)) |
| 11 | +### Bug Fixes |
11 | 12 |
|
| 13 | +- actually log active handlers ([cb7d144](https://github.com/valendres/playwright-msw/commits/cb7d144)) |
12 | 14 |
|
| 15 | +### Features |
13 | 16 |
|
| 17 | +- add support for MSW 2.x (#77) ([cb7d144](https://github.com/valendres/playwright-msw/commits/cb7d144)) |
14 | 18 |
|
15 |
| -## [2.2.0](https://github.com/valendres/playwright-msw/compare/playwright-msw@2.1[email protected].0) "playwright-msw" (2023-02-06)<a name="2.2.0"></a> |
| 19 | +## [2.2.1](https://github.com/valendres/playwright-msw/compare/playwright-msw@2.2[email protected].1) "playwright-msw" (2023-03-10)<a name="2.2.1"></a> |
16 | 20 |
|
17 | 21 | ### Bug Fixes
|
18 | 22 |
|
19 |
| -* handler delay not being respected ([3d08816](https://github.com/valendres/playwright-msw/commits/3d08816)) |
20 |
| -* handler delay not being respected (#49) ([3d08816](https://github.com/valendres/playwright-msw/commits/3d08816)) |
21 |
| -* bypass initial page requests (#47) ([d1053b5](https://github.com/valendres/playwright-msw/commits/d1053b5)) |
22 |
| -* unknown error code: "error" ([ef50166](https://github.com/valendres/playwright-msw/commits/ef50166)) |
23 |
| -* compatibility issue issue with msw>=0.49.3 ([ef50166](https://github.com/valendres/playwright-msw/commits/ef50166)) |
24 |
| -* unknown error code "error" when used with [email protected] ( #57) ( [ef50166 ](https://github.com/valendres/playwright-msw/commits/ef50166)) |
| 23 | +- vue compatibility ([3634be1](https://github.com/valendres/playwright-msw/commits/3634be1)) |
| 24 | +- race condition which breaks compatibility with vue (#61) ([3634be1](https://github.com/valendres/playwright-msw/commits/3634be1)) |
25 | 25 |
|
26 |
| -### Features |
| 26 | +## [2.2.0](https://github.com/valendres/playwright-msw/compare/[email protected]@2.2.0) "playwright-msw" (2023-02-06)<a name="2.2.0"></a> |
27 | 27 |
|
28 |
| -* allow initial api calls not to be mocked ([d1053b5](https://github.com/valendres/playwright-msw/commits/d1053b5)) |
| 28 | +### Bug Fixes |
29 | 29 |
|
| 30 | +- handler delay not being respected ([3d08816](https://github.com/valendres/playwright-msw/commits/3d08816)) |
| 31 | +- handler delay not being respected (#49) ([3d08816](https://github.com/valendres/playwright-msw/commits/3d08816)) |
| 32 | +- bypass initial page requests (#47) ([d1053b5](https://github.com/valendres/playwright-msw/commits/d1053b5)) |
| 33 | +- unknown error code: "error" ([ef50166](https://github.com/valendres/playwright-msw/commits/ef50166)) |
| 34 | +- compatibility issue issue with msw>=0.49.3 ([ef50166](https://github.com/valendres/playwright-msw/commits/ef50166)) |
| 35 | +- unknown error code "error" when used with [email protected] ( #57) ( [ef50166 ](https://github.com/valendres/playwright-msw/commits/ef50166)) |
30 | 36 |
|
| 37 | +### Features |
31 | 38 |
|
| 39 | +- allow initial api calls not to be mocked ([d1053b5](https://github.com/valendres/playwright-msw/commits/d1053b5)) |
32 | 40 |
|
33 | 41 | ## [2.1.0](https://github.com/valendres/playwright-msw/compare/[email protected]@2.1.0) "playwright-msw" (2022-12-08)<a name="2.1.0"></a>
|
34 | 42 |
|
35 | 43 | ### Features
|
36 | 44 |
|
37 |
| -* add support for mocking cross-origin requests (#44) ([6d24ecc](https://github.com/valendres/playwright-msw/commits/6d24ecc)) |
38 |
| - |
39 |
| - |
40 |
| - |
| 45 | +- add support for mocking cross-origin requests (#44) ([6d24ecc](https://github.com/valendres/playwright-msw/commits/6d24ecc)) |
41 | 46 |
|
42 | 47 | ## [2.0.2](https://github.com/valendres/playwright-msw/compare/[email protected]@2.0.2) "playwright-msw" (2022-12-08)<a name="2.0.2"></a>
|
43 | 48 |
|
|
0 commit comments