Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Releases: ryparker/jest-docblock-runner

v1.3.5

23 Dec 08:06
Compare
Choose a tag to compare

1.3.5 (2020-12-23)

Bug Fixes

  • package.json: bump @types/jest (b37324e)

v1.3.4

08 Dec 22:16
Compare
Choose a tag to compare

1.3.4 (2020-12-08)

Bug Fixes

  • package.json: bump deps (cd010fc)
  • yarn.lock: update lock file (13c0e14)

v1.3.3

20 Nov 19:50
Compare
Choose a tag to compare

1.3.3 (2020-11-20)

Bug Fixes

  • package.json: upgraded deps and updated workflows (7624bac)

v1.3.2

18 Nov 18:21
Compare
Choose a tag to compare

1.3.2 (2020-11-18)

Bug Fixes

  • package.json: upgraded all deps (efe0c07)

v1.3.1

12 Nov 19:49
Compare
Choose a tag to compare

1.3.1 (2020-11-12)

Bug Fixes

  • updated patches for jest: 26.6.3, jest-circus: 26.6.3, @types/jest: 26.0.15: package patches (225f032)

v1.3.0

27 Aug 15:25
Compare
Choose a tag to compare

1.3.0 (2020-08-27)

Features

  • updated to latest jest packages: also setup a dependency resolution that mem must be above v4 (1b26d2b)

v1.2.0

30 Jul 00:40
Compare
Choose a tag to compare

1.2.0 (2020-07-30)

Bug Fixes

  • filter: filter has been fixed and improved see changelog for details (5efb220)
  • filter-by-pragma: fix for unexpectidly skipping test names with special regexp characters (1e9aea2)
  • patches: added patches to package files (33cf2b2)
  • postinstall script: using npx in postinstall script (2ce8bd4)
  • reverted to using patch-package as postinstall script: required in order to build TS files (6a30a81)
  • runner: added condition to run all tests if the filter did not detect any matching tests (8b4ce96)
  • runner: added more undefined checks before processing args (5cc2620)
  • runner: added null/undefined check in _extractArgs to avoid splitting an undefined (364811f)
  • testnamepattern regex: improved testNamePattern regex (34e8ce9)
  • updated postinstall script and readme: changed postinstall script to use CWD (fb0793f)
  • bumped package version to 0.2.0. To fix git/GitHub history (4b056c9)

Features

  • filter improvements: test.each support and properly removing all docBlock "\t"s (1b0f7b6)

v0.2.9

23 Jul 19:57
Compare
Choose a tag to compare

0.2.9 (2020-07-23)

Bug Fixes

  • reverted to using patch-package as postinstall script: required in order to build TS files (6a30a81)
  • updated postinstall script and readme: changed postinstall script to use CWD (fb0793f)

v0.2.8

23 Jul 19:21
Compare
Choose a tag to compare

0.2.8 (2020-07-23)

Bug Fixes

  • postinstall script: using npx in postinstall script (2ce8bd4)

v0.2.7

23 Jul 18:35
Compare
Choose a tag to compare

0.2.7 (2020-07-23)

Bug Fixes

  • patches: added patches to package files (33cf2b2)