Skip to content

Releases: ikatyang/dts-jest

dts-jest@20.0.3

02 Jun 16:46
Compare
Choose a tag to compare

v20.0.3 (2017-06-03)

💥 Breaking Change

  • setup a server for initializing TS source file at once
  • remove useless config type_detail, type_format, snapshot_formatter

🚀 New Feature

  • allow to use <rootDir> in config tsconfig

dts-jest@20.0.2

16 May 10:21
Compare
Choose a tag to compare

v20.0.2 (2017-05-16)

🐛 Bug Fix

  • Fix missing config

dts-jest@20.0.1

16 May 09:19
Compare
Choose a tag to compare

v20.0.1 (2017-05-16)

🚀 New Feature

  • detect unattachable triggers
  • allow to customize :show message with reporter option
  • allow to customize inferred type with type_detail and type_format option
  • allow to customize snapshot content with snapshot_formatter option

🏠 Internal

  • rewrite for better user experience about cache

dts-jest@20.0.0

14 May 02:02
Compare
Choose a tag to compare

v20.0.0 (2017-05-14)

🚀 New Feature

  • Use same MAJOR.MINOR version as Jest

📝 Documentation

  • Fix image urls in README.md

dts-jest@1.0.5

13 May 07:24
Compare
Choose a tag to compare

v1.0.5 (2017-05-13)

🐛 Bug Fix

  • Fix dependency

dts-jest@1.0.4

13 May 06:53
Compare
Choose a tag to compare

v1.0.4 (2017-05-13)

🚀 New Feature

  • Release first version