Releases: wellwelwel/poku
Releases · wellwelwel/poku
v2.0.0
2.0.0 (2024-07-11)
⚠ BREAKING CHANGES
- drop
beforeEach
and afterEach
support for each assert
(#539)
- drop
assertPromise
helper (#538)
- change
listFiles
helper from sync to async (#537)
- drop deprecated methods and options (#536)
- drop support for Node.js 6 and 7 (#534)
Features
Miscellaneous Chores
- change
listFiles
helper from sync to async (#537) (945c4fb)
- drop
assertPromise
helper (#538) (954ca1b)
- drop
beforeEach
and afterEach
support for each assert
(#539) (a8455a7)
- drop deprecated methods and options (#536) (ae6ff4b)
- drop support for Node.js 6 and 7 (#534) (a11b1b4)
v1.21.0
1.21.0 (2024-07-02)
Features
- watch: reset and rerun all tests by entering
rs
(#493) (8a27789)
v1.20.2
1.20.2 (2024-07-01)
Bug Fixes
- beforeEach and afterEach: show proper callback name (#490) (812744d)
- logs: respect
quiet
option (#492) (aabb1b3)
v1.20.1
1.20.1 (2024-06-26)
Bug Fixes
- beforeEach and afterEach: end with the proper exit code (#471) (716cf5c)
- recognize
.mts
and .cts
extensions as TS files (#474) (c073ed3)
v1.20.0
1.20.0 (2024-06-25)
Features
- processes:
waitForExpectedResult
helper (#461) (7e08d59)
Wait for connections, external services to be ready, and specific results from methods before starting the tests.
Bug Fixes
v1.17.1
1.17.1 (2024-06-17)
Bug Fixes
- assert:
Map
, Set
and Symbol
aren't parsed (#405) (9ab7202)