Releases
v6.0.0
6.0.0 (2020-12-08)
Bug Fixes
typecheck: support using --build flag (eb35a5d )
Allow JSX and TS file extensions into Jest config (#153 ) (33af046 )
don't attempt to run validate scripts if there are none to be run (#128 ) (b134926 )
downgrade @rollup/plugin-node-resolve (d70cc84 )
TS: support TypeScript-based test setup file (37e6984 )
remove incremental because it does not work well for us (980c598 )
update deps (2ce33a3 )
concurrently: make the colors show up properly (fb5306d )
force update of eslint-config-kentcdodds (dc06476 )
travis: travis-release and travis-after-success removed (9bbf08d )
put version back (6ce5817 )
release: manual update of v6.5.0 (452ac30 )
release: manually release a patch version (0eab9c3 )
linting issue (8899fe9 )
Only build typescript files in pre-commit for typescript projects (#142 ) (c640c9c )
only run build script if it exists (915a775 )
precommit hook on windows (#156 ) (2349278 )
run build on release machine (95cbf0a )
set correct jsx pragma for [email protected] (#151 ) (50170f0 )
update all the things (d5049ec ), closes #139
use jsdom jest environment and h jsx pragma for preact (#149 ) (2a73e89 )
Features
add help command and flag (ef979f2 )
add moduleDirectories to jest config (4961e97 )
add travis-release for travis jobs (436554a )
bump deps (9440bfb )
bump deps (7bd4877 )
fail release if files do not match any files (45c2bbc )
official TypeScript support for build (#131 ) (a944898 )
run tsc -noemit on TS files during lint-staged (#135 ) (03172ac )
support release branches (28ad5c1 )
Support TypeScript in babel build (#133 ) (94cdd88 )
turn off commitlint in ci to prevent failures from upstream (c13b516 )
update all deps (1273251 )
update all deps (#160 ) (854d5fd )
update dependencies (#127 ) (aa634cd )
Update dependencies (#132 ) (225cbdb )
Update dependencies (#136 ) (3a9a7ed )
Update dependencies (#144 ) (d3bf8b4 )
Update dependencies (#148 ) (14b6682 )
Update dependencies (#158 ) (ae71dd1 )
Update dependencies (#166 ) (12abd81 )
Update dependencies (#175 ) (a1b0371 )
update deps (f16901c )
eslint: bump eslint config for testing library (fd8ce92 )
husky: expose husky config (#126 ) (4dd19fa )
jest: add jest-serializer-path (5dc5ef4 )
TS: add support for TypeScript linting (38d546d )
TS: allow use of the typecheck file without a root-level tsconfig.json (efb6e0b )
TS: auto-generate TypeScript definitions and add typecheck script (#176 ) (22137f3 )
typecheck: add support for a typecheck script (2a7deef )
use semantic-release@17 in travis-after-success (#121 ) (0dd2591 )
BREAKING CHANGES
travis: Travis support is removed. Use github actions instead
TS: TypeScript v4 is required now (if you're using TS)
typecheck: remove built-in support for flow (still works, you just have to configure babel manually)
You can’t perform that action at this time.