jest-watch-typeahead
Version:
Jest plugin for filtering by filename or test name
94 lines (50 loc) • 2.63 kB
Markdown
## 0.6.1
### Fixes
- Provide exact pattern for selected test names
## 0.6.0
### Chore & Maintenance
- Update dependencies and drop Node 8 ([#35](https://github.com/jest-community/jest-watch-typeahead/pull/35))
## 0.5.0
### Chore & Maintenance
- Update dependencies
## 0.4.2
### Fixes
- Fix issue with overly trimmed basenames when formatting test paths ([#33](https://github.com/jest-community/jest-watch-typeahead/pull/33))
## 0.4.1
### Fixes
- Allow selecting tests and files containing regexp special characters ([#32](https://github.com/jest-community/jest-watch-typeahead/pull/32))
### Chore & Maintenance
- Remove build directory before building ([#31](https://github.com/jest-community/jest-watch-typeahead/pull/31))
## 0.4.0
### Chore & Maintenance
- Update dependencies and drop Node 6 ([#30](https://github.com/jest-community/jest-watch-typeahead/pull/30))
## 0.3.1
### Fixes
- Helpful error message when attempting to use the package main file ([#29](https://github.com/jest-community/jest-watch-typeahead/pull/29))
## 0.3.0
### Chore & Maintenance
- Bump dated dependencies ([#25](https://github.com/jest-community/jest-watch-typeahead/pull/25))
- Get better truncation for testname typeahead by truncating the start and not the end ([#28](https://github.com/jest-community/jest-watch-typeahead/pull/28))
### Fixes
- Use fullName(to show ancestor titles) for test name pattern plugin ([#26](https://github.com/jest-community/jest-watch-typeahead/pull/26))
## 0.2.1
- Fix cursor in terminal app ([#21](https://github.com/jest-community/jest-watch-typeahead/pull/21))
### Chore & Maintenance
- Bump dated dependencies ([#23](https://github.com/jest-community/jest-watch-typeahead/pull/23))
## 0.2.0
### Features
- Add support for plugin config ([#13](https://github.com/jest-community/jest-watch-typeahead/pull/13))
### Fixes
- Make matching case insensitive ([#18](https://github.com/jest-community/jest-watch-typeahead/pull/18))
- fix: migrate to use jest-watcher ([#6](https://github.com/jest-community/jest-watch-typeahead/pull/6))
### Chore & Maintenance
- Upgrade Prettier to 1.13.7 ([#17](https://github.com/jest-community/jest-watch-typeahead/pull/17))
- New directory structure ([#14](https://github.com/jest-community/jest-watch-typeahead/pull/14))
- Move ansi-escapes to dependencies _23f22d4_
- Setup Travis and add tests ([#12](https://github.com/jest-community/jest-watch-typeahead/pull/12))
## 0.1.0
### Features
- Add test name typeahead ([#1](https://github.com/jest-community/jest-watch-typeahead/pull/1))
- Rename to jest-watch-typeahead
## 0.0.1
Initial Release