Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 1.78 KB

File metadata and controls

53 lines (27 loc) · 1.78 KB

Changelog

[3.0.0] - 2018-10-05

[2.5.0] - 2018-09-26

Added

[2.4.0] - 2018-08-27

Added

  • Allow babelrc in babel-jest transformer. See PR #19 (thanks @lee-reinhardt).

[2.3.0] - 2018-06-18

Added

[2.2.1] - 2018-06-10

Fixed

[2.2.0] - 2018-05-19

Added

  • Support for loading src/setupTests.ts (TypeScript). The rewire will load an existing Javascript version if no TypeScript version is present. Fixes #8.

[2.1.2] - 2018-05-15

Added

  • Added missing README to published package.

[2.1.1] - 2018-04-05

Fixed

  • Prefer files ending with TypeScript extensions over Javascript (#5).

[2.1.0] - 2018-03-22

Added