Skip to content

Releases: salesforce/sfdx-lwc-jest

v1.1.4

18 Oct 17:35
e8f8641

Choose a tag to compare

What's Changed

  • fix: revert breaking upgrade to jest version by @jye-sf in #290

Full Changelog: v1.1.3...v1.1.4

v1.1.3

31 Aug 23:16
9fd4e1c

Choose a tag to compare

What's Changed

Updates from Jest 27 to Jest 29.

New Contributors

Full Changelog: v1.0.1...v1.1.3

v1.1.2

31 Aug 23:10

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

31 Aug 19:42
43c9e78

Choose a tag to compare

Full Changelog: v1.0.2...v1.1.1

v1.1.0

07 Mar 17:27
8a1d6b5

Choose a tag to compare

v1.0.1

22 Jul 09:05
7e5c003

Choose a tag to compare

v1.0.1 (2021-07-22)

Bug Fixes

  • Update @lwc/jest-* libraries to support Jest v27 (#240). Fixes #239

v1.0.0

19 Jul 14:22
c9d6a1e

Choose a tag to compare

v1.0.0 (2021-07-19)

Breaking Changes

  • Upgrade Jest to v27 #238

v0.14.0

30 Jun 17:57
58f613e

Choose a tag to compare

0.14.0 (2021-06-30)

Bug Fixes

  • revert(apex-methods-automock): reverts functionality providing apex automocks #234.
    Reverts the functionality to auto mock apex and apexContinuation methods (#231, #210, and #208). Note: test authors will need to keep implementing their own apex (+apexContinuation) methods mocks.

v0.12.6

30 Jun 18:01
43135f2

Choose a tag to compare

0.12.6 (2021-06-30)

Bug Fixes

  • revert(apex-methods-automock): reverts functionality providing apex automocks #235.
    Reverts the functionality to auto mock apex and apexContinuation methods (#224). Note: test authors will need to keep implementing their own apex (+apexContinuation) methods mocks.

v0.13.0

21 Jun 17:38

Choose a tag to compare

0.13.0 (2021-06-18)

Bug Fixes

  • account for difference in behavior between npm v6 and v7 (#223) (#225) (af864c1)