Skip to content

Releases: ikatyang/dts-jest

dts-jest@20.5.1

30 Jun 12:39
Compare
Choose a tag to compare

🚀 New Feature

  • allow using snapshot-content object for remap-snapshot
  • allow specifying snapshot filename for remap-snapshot so as to handle cache

dts-jest@20.5.0

30 Jun 09:48
Compare
Choose a tag to compare

🚀 New Feature

  • Add remap-snapshot to generate diff-friendly snapshots

dts-jest@20.4.1

24 Jun 11:21
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fix transpile error for actual test

dts-jest@20.4.0

24 Jun 09:05
Compare
Choose a tag to compare

🚀 New Feature

  • Add actual test transformer (dts-jest/transform-actual) with //=> value comment

dts-jest@20.3.1

21 Jun 10:49
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fix indentation for description of grouped test

dts-jest@20.3.0

21 Jun 08:42
Compare
Choose a tag to compare

🚀 New Feature

  • Add group flag to categorize test cases
  • Add default flags ( :test, :shot ) to show its explicit flag
  • Allow to set flags with any order, e.g. :show:only, :only:show

🐛 Bug Fix

  • Remove unnecessary leading spaces in expressions (dedent)

dts-jest@20.2.0

20 Jun 09:50
Compare
Choose a tag to compare

🚀 New Feature

  • Add flags ( :pass, :fail, :only:pass, :only:fail ) to assert its result

dts-jest@20.1.0

13 Jun 10:39
Compare
Choose a tag to compare

💥 Breaking Change

  • Use same MAJOR version as Jest
  • Remove server since tests should be separated

🚀 New Feature

  • Add config type_format
  • Display description in :show

dts-jest@20.0.6

10 Jun 15:20
Compare
Choose a tag to compare

v20.0.6 (2017-06-10)

🐛 Bug Fix

  • Fix transforming for template token

dts-jest@20.0.4

09 Jun 15:27
Compare
Choose a tag to compare

v20.0.4 (2017-06-09)

🐛 Bug Fix

  • Fix unexpected filenames

🏠 Internal

  • Use POST for modification actions