This repository was archived by the owner on Feb 5, 2024. It is now read-only.
Releases: ryparker/jest-docblock-runner
Releases · ryparker/jest-docblock-runner
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.0
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)