Releases: crutchcorn/cli-testing-library
Releases · crutchcorn/cli-testing-library
v2.0.2
2.0.2 (2024-01-02)
Bug Fixes
- Windows should now kill tasks properly (eb11d55)
v2.0.1
2.0.1 (2023-02-20)
Bug Fixes
- types: generate declaration files instead of importing from src (#24) (4e77f64)
v2.0.0
2.0.0 (2022-06-30)
Bug Fixes
- add stderr output to
debug
usage (a1179b3)
BREAKING CHANGES
- The shape of
stderr
and stdout
have changed from:
To:
Array<{contents: string | Buffer, timestamp: number}>
v1.0.4
1.0.4 (2022-06-01)
Bug Fixes
- solve runtime error causing exit conditions (a051308)
- solve runtime error of 'cb is undefined' (21e8179)
v1.0.3
1.0.3 (2022-06-01)
Bug Fixes
- esm: add exports map to package.json (f4ba659)
- TypeScript should no longer throw warnings about Matchers (e947a8e)
- types: import queries correctly (489257c)
v1.0.2
1.0.2 (2022-03-24)
Bug Fixes
- release: manually release a patch version (4c5ed2a)
- extend-expect typescript definitions should now work on import (128446e)
v1.0.1
Initial release! See our docs for more!
v1.0.0 was skipped due to a mistake on publishing
v1.0.0-alpha.17
Bug Fixes
- clear() now clears stderrArr (298c62a)
- correct errant render props (2963bfa)
- remove un-needed configuration options (8ff455f)
v1.0.0-alpha.15
Bug Fixes
- fixed .not.toBeInTheConsole matcher usage (b34b0b0)