Skip to content

Releases: macklinu/danger-plugin-no-test-shortcuts

v2.0.0

27 Jul 18:04

Choose a tag to compare

2.0.0 (2017-07-27)

Features

This changes the testFilePredicate() from optional to required. You must now supply the
proper testFilePredicate() that applies to your codebase. For example:

noTestShortcuts({
  testFilePredicate: (filePath) => filePath.endsWith('.test.js'),
})

Breaking Changes

  • This may require updating usages of noTestShortcuts() to ensure a
    testFilePredicate() is passed into its configuration object parameter.
    (1c9bfa16)

v1.3.3

13 Jul 02:29
b693d35

Choose a tag to compare

<a name"1.3.3">

1.3.3 (2017-07-13)

Bug Fixes

v1.3.2

13 May 14:42
73a3abd

Choose a tag to compare

1.3.2 (2017-05-13)

Bug Fixes

  • includes: support includes on Node 4 with lodash/includes (73a3abd0)

v1.3.1

05 May 15:31
709588d

Choose a tag to compare

<a name"1.3.1">

1.3.1 (2017-05-05)

Bug Fixes

  • babel: Only distribute dist/index.js (709588d9)

v1.3.0

05 May 12:07

Choose a tag to compare

<a name"1.3.0">

1.3.0 (2017-05-05)

Features

  • patterns: add a way for people to specify custom skip/only patterns (#2) (32565d28)

v1.2.4

03 May 21:05
ecacc7e

Choose a tag to compare

<a name"1.2.4">

1.2.4 (2017-05-03)

Bug Fixes

  • noTestShortcuts: Use String.includes() instead of buggy regular expression (ecacc7e0)

v1.2.3

03 May 20:46
5780aee

Choose a tag to compare

<a name"1.2.3">

1.2.3 (2017-05-03)

Bug Fixes

  • skip: Fix false positive warning for .skip() (5780aee8)

v1.2.2

03 May 20:05
9f52ea0

Choose a tag to compare

<a name"1.2.2">

1.2.2 (2017-05-03)

Bug Fixes

v1.2.1

03 May 19:55
098b90f

Choose a tag to compare

<a name"1.2.1">

1.2.1 (2017-05-03)

Bug Fixes

  • babel: Distribute compiled Babel code (098b90fc)

v1.2.0

03 May 19:22
4bd6764

Choose a tag to compare

<a name"1.2.0">

1.2.0 (2017-05-03)

Features

  • typescript: Add TypeScript type definition (4bd67649)