Releases: kentcdodds/kcd-scripts
Releases · kentcdodds/kcd-scripts
v12.0.0
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.1
11.2.1 (2021-09-15)
Bug Fixes
- use
modulePaths
to improve Jest 27 imports (#220) (438ed61)
v11.1.0
11.1.0 (2021-06-03)
Features
- deps: update all dependencies (791bbfe)
v11.0.0
11.0.0 (2021-05-27)
BREAKING CHANGES
- test: Upgrades kcd-scripts to jest v27
v10.1.0
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
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
9.1.0 (2021-04-21)
Features
v9.0.0
9.0.0 (2021-04-12)
Features
BREAKING CHANGES
- eslint-plugin-testing-library will now report aggressively