Skip to content

Releases: kentcdodds/kcd-scripts

v12.0.0

07 Jan 22:19
7e7a463
Compare
Choose a tag to compare

12.0.0 (2022-01-07)

Features

BREAKING CHANGES

  • Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0
  • ESLint v8.x will now be used to lint your code

v11.2.2

15 Sep 15:56
0e54122
Compare
Choose a tag to compare

11.2.2 (2021-09-15)

Bug Fixes

v11.2.1

15 Sep 15:06
438ed61
Compare
Choose a tag to compare

11.2.1 (2021-09-15)

Bug Fixes

  • use modulePaths to improve Jest 27 imports (#220) (438ed61)

v11.2.0

20 Jul 12:50
32f3cfb
Compare
Choose a tag to compare

11.2.0 (2021-07-20)

Features

v11.1.0

03 Jun 21:10
Compare
Choose a tag to compare

11.1.0 (2021-06-03)

Features

  • deps: update all dependencies (791bbfe)

v11.0.0

27 May 22:11
Compare
Choose a tag to compare

11.0.0 (2021-05-27)

BREAKING CHANGES

  • test: Upgrades kcd-scripts to jest v27

v10.1.0

27 May 21:25
Compare
Choose a tag to compare

10.1.0 (2021-05-27)

Features

This version included a mistaken breaking change which was reverted in v10.1.1. Please upgrade to v11

v10.0.0

26 Apr 17:45
78611f1
Compare
Choose a tag to compare

10.0.0 (2021-04-26)

Features

  • add 'jest-snapshot-serializer-raw/always' as default snapshotSerializer (#206) (78611f1)

BREAKING CHANGES

  • snapshots will now be serialized by 'jest-snapshot-serializer-raw/always'

v9.1.0

21 Apr 15:46
59ef5c4
Compare
Choose a tag to compare

9.1.0 (2021-04-21)

Features

v9.0.0

12 Apr 19:46
1ca348c
Compare
Choose a tag to compare

9.0.0 (2021-04-12)

Features

BREAKING CHANGES

  • eslint-plugin-testing-library will now report aggressively