- Support for
[email protected]
,[email protected]
,[email protected]
. PR #28 (thanks @Corjen).
- Support for
[email protected]
PR #25
- Allow babelrc in
babel-jest
transformer. See PR #19 (thanks @lee-reinhardt).
- Add support for TSLint. See PR #14 / Integrate TSLint (thanks @ianschmitz).
- Resolve compatible issue between
@babel/[email protected]
(used in[email protected]
) and@babel/preset-typescript@^7.0.0-beta.48
. Fixes #12.
- Support for loading
src/setupTests.ts
(TypeScript). The rewire will load an existing Javascript version if no TypeScript version is present. Fixes #8.
- Added missing README to published package.
- Prefer files ending with TypeScript extensions over Javascript (#5).
- Support for
[email protected]
(thanks @detrohutt)