UNPKG

624 BMarkdownView Raw
1# 2.2.1 (2022-04-28)
2
3* Add support for Jest 28. ([#695]) (Viktor Luft)
4
5# 2.2.0 (2021-10-24)
6
7* Include inline source maps when transforming code. This fixes debugging in
8 WebStorm. ([#661])
9
10# 2.1.1 (2021-08-09)
11
12* Add support for Jest 27. ([#640]) (Victor Pontis)
13
14# 2.1.0 (2021-04-11)
15
16* Enable Sucrase's new `jest` transform to hoist `jest.mock` calls.
17
18# 2.0.0 (2018-06-10)
19
20* Switch Sucrase dependency to `^3`, update code to use new return type.
21
22[#640]: https://github.com/alangpierce/sucrase/pull/640
23[#661]: https://github.com/alangpierce/sucrase/pull/661
24[#695]: https://github.com/alangpierce/sucrase/pull/695