Skip to content

Releases: vinsonchuong/ava-patterns

v3.2.1

21 Apr 03:30
44b354f
Compare
Choose a tag to compare

3.2.1 (2023-04-21)

Bug Fixes

  • dependencies: Update dependencies (534d09e)
  • runProcess: Replace outputStream with events (6833f0e)

v3.2.0

03 Nov 16:54
e33ab22
Compare
Choose a tag to compare

3.2.0 (2022-11-03)

Features

  • useTemporaryDirectory: Make writeFile return the absolute path to the file (e33ab22)

v3.1.0

12 Sep 03:03
e701b38
Compare
Choose a tag to compare

3.1.0 (2022-09-12)

Features

  • useTemporaryDirectory: Allow configuring where to create the directory (e701b38)

v3.0.2

27 Nov 23:25
0b11025
Compare
Choose a tag to compare

3.0.2 (2021-11-27)

Bug Fixes

  • runProcess: Fix type annotation for waitForOutput, including timeout (7ddbc84)

v3.0.1

26 Nov 19:10
a0acbe5
Compare
Choose a tag to compare

3.0.1 (2021-11-26)

Bug Fixes

  • types: Attempt to correctly export type annotations (a0acbe5)

v3.0.0

18 Nov 04:40
1d10a89
Compare
Choose a tag to compare

3.0.0 (2021-11-18)

Bug Fixes

  • dependencies: Update dependencies (31deddc)

  • Add TypeScript annotations and documentation. (1d10a89)

BREAKING CHANGES

  • http() no longer takes a string as shorthand.
    runProcess() no longer returns a promise.

v2.4.5

12 Oct 03:13
41039ff
Compare
Choose a tag to compare

2.4.5 (2021-10-12)

Bug Fixes

  • useTemporaryDirectory: Allow writing files to subdirectories (41039ff)

v2.4.4

12 Jul 03:12
662065e
Compare
Choose a tag to compare

2.4.4 (2021-07-12)

Bug Fixes

  • npmignore: Avoid packaging unnecessary files (662065e)

v2.4.3

11 Jul 22:01
913a2de
Compare
Choose a tag to compare

2.4.3 (2021-07-11)

Bug Fixes

  • github-actions: Avoid packaging temp files in package (913a2de)

v2.4.2

11 Jul 02:40
57a7533
Compare
Choose a tag to compare

2.4.2 (2021-07-11)

Bug Fixes

  • package.json: Address main field deprecation warning (57a7533)