Skip to content

Releases: crutchcorn/cli-testing-library

v3.0.1

26 Jan 12:27
Compare
Choose a tag to compare

Version 3.0.1 - 1/26/25, 12:26 PM (Manual Release)

Due to a minor misconfiguration in our publishing script, this is the first 3.x release.

What's new

Breaking Changes

  • extend-expect is now broken down into three different imports:
    • cli-testing-library/jest
    • cli-testing-library/jest-globals
    • cli-testing-library/vitest
  • Chalk dep is replaced with picocolors

Fixes

  • ESM and CJS should both now work as-intended

v2.0.2

02 Jan 00:42
eb11d55
Compare
Choose a tag to compare

2.0.2 (2024-01-02)

Bug Fixes

  • Windows should now kill tasks properly (eb11d55)

v2.0.1

20 Feb 06:10
4e77f64
Compare
Choose a tag to compare

2.0.1 (2023-02-20)

Bug Fixes

  • types: generate declaration files instead of importing from src (#24) (4e77f64)

v2.0.0

30 Jun 19:40
Compare
Choose a tag to compare

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:
Array<string | Buffer>

To:

Array<{contents: string | Buffer, timestamp: number}>

v1.0.4

01 Jun 09:13
Compare
Choose a tag to compare

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

01 Jun 07:06
Compare
Choose a tag to compare

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

24 Mar 12:57
Compare
Choose a tag to compare

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

14 Dec 15:12
2d46d76
Compare
Choose a tag to compare

Initial release! See our docs for more!

v1.0.0 was skipped due to a mistake on publishing

v1.0.0-alpha.17

14 Dec 05:25
d557c14
Compare
Choose a tag to compare
v1.0.0-alpha.17 Pre-release
Pre-release

1.0.0-alpha.17 (2021-12-14)

Bug Fixes

  • clear() now clears stderrArr (298c62a)
  • correct errant render props (2963bfa)
  • remove un-needed configuration options (8ff455f)

v1.0.0-alpha.16

13 Dec 17:03
Compare
Choose a tag to compare
v1.0.0-alpha.16 Pre-release
Pre-release

1.0.0-alpha.16 (2021-12-13)

Features