Skip to content

Releases: salesforce/sfdx-lwc-jest

v1.4.0

19 Jun 19:01
f6c1209
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

19 Jun 19:01
bca92ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.3.0

v1.1.4

18 Oct 17:35
e8f8641
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v1.1.1

31 Aug 19:42
43c9e78
Compare
Choose a tag to compare

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

v1.1.0

07 Mar 17:27
8a1d6b5
Compare
Choose a tag to compare

v1.0.1

22 Jul 09:05
7e5c003
Compare
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
Compare
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
Compare
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.