Skip to content

Releases: wellwelwel/poku

v2.0.0

11 Jul 08:50
c224080
Compare
Choose a tag to compare

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.23.0

09 Jul 12:04
df1a185
Compare
Choose a tag to compare

1.23.0 (2024-07-09)

Features

  • add out-of-box support for .env files (#527) (4ef3ecf)

v1.22.0

08 Jul 07:16
1dddc1c
Compare
Choose a tag to compare

1.22.0 (2024-07-08)

Features

v1.21.0

02 Jul 06:09
b957311
Compare
Choose a tag to compare

1.21.0 (2024-07-02)

Features

  • watch: reset and rerun all tests by entering rs (#493) (8a27789)

v1.20.2

01 Jul 13:09
5d1317a
Compare
Choose a tag to compare

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

26 Jun 11:19
8cea33b
Compare
Choose a tag to compare

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

25 Jun 07:30
4317a1f
Compare
Choose a tag to compare

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.19.0

24 Jun 09:46
c0fd2ea
Compare
Choose a tag to compare

1.19.0 (2024-06-24)

Features

  • containers: dockerfile and compose API helpers (#442) (ed3d8c6)
  • processes: waitForPort helper (#452) (01751f8)

v1.18.0

21 Jun 06:50
5a7e09d
Compare
Choose a tag to compare

1.18.0 (2024-06-21)

Features

v1.17.1

18 Jun 02:10
b0ca5f5
Compare
Choose a tag to compare

1.17.1 (2024-06-17)

Bug Fixes

  • assert: Map, Set and Symbol aren't parsed (#405) (9ab7202)