Skip to content

Releases: crutchcorn/cli-testing-library

v1.0.0-alpha.14

13 Dec 10:25
Compare
Choose a tag to compare
v1.0.0-alpha.14 Pre-release
Pre-release

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

Bug Fixes

  • exports now work as-expected (02120e2)

v1.0.0-alpha.13

13 Dec 09:46
Compare
Choose a tag to compare
v1.0.0-alpha.13 Pre-release
Pre-release

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

Bug Fixes

  • CLI Testing Library should now run in Node 12 (a04fa18)

Features

  • add stderr queries (de043f6), closes #8
  • added stderr matcher (e2c1c74), closes #9
  • remove stdstr, throw behavior on stderr (df9924a)

v1.0.0-alpha.12

09 Dec 06:34
Compare
Choose a tag to compare
v1.0.0-alpha.12 Pre-release
Pre-release

1.0.0-alpha.12 (2021-12-09)

Features

  • migrate stdin, stdout, kill, pid to process (c9a8899)

v1.0.0-alpha.11

09 Dec 06:07
Compare
Choose a tag to compare
v1.0.0-alpha.11 Pre-release
Pre-release

1.0.0-alpha.11 (2021-12-09)

Bug Fixes

  • add in support for keyboarding { and } (2d3d694)

v1.0.0-alpha.10

02 Dec 20:41
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

1.0.0-alpha.10 (2021-12-02)

Bug Fixes

  • _ and - are now both detected (d2c0b62)
  • attempt to fix errors with sigkill on (71c71ea)
  • drastically improve sigkill and sigterm behavior (9cd7422)
  • drastically improve timeout time for tests (8993088)
  • keyboard types are now correct (bf17498)

Features

  • add userEvent keyboard events (8ddd31b)

v1.0.0-alpha.9

26 Nov 19:57
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

1.0.0-alpha.9 (2021-11-26)

Bug Fixes

  • allow dynamic fireEvent, rename cleanup to clear (19d267d)

v1.0.0-alpha.8

26 Nov 07:55
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

1.0.0-alpha.8 (2021-11-26)

Bug Fixes

  • non-jest framework error throwing, make auto-cleanup optional (748b31e)

v1.0.0-alpha.7

23 Nov 09:53
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

1.0.0-alpha.7 (2021-11-23)

Features

  • add ability to pass spawn opts (50f2de6)

v1.0.0-alpha.6

23 Nov 06:23
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

1.0.0-alpha.6 (2021-11-23)

Bug Fixes

  • auto-cleanup afterEach (b5790cc)
  • implement better error handling (02af88f)

v1.0.0-alpha.5

23 Nov 03:24
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

1.0.0-alpha.5 (2021-11-23)

Bug Fixes

  • increase timeout for failing test (d25b7b1)

Features

  • added typing event and better types (edfb4c4)