Skip to content

Releases: vinsonchuong/ava-patterns

v2.4.1

28 Nov 21:40
085f7f4
Compare
Choose a tag to compare

2.4.1 (2020-11-28)

Bug Fixes

  • dependencies: Update dependencies, reducing installation time (085f7f4)

v2.4.0

09 Sep 17:21
e92dcaa
Compare
Choose a tag to compare

2.4.0 (2020-09-09)

Features

  • useTemporaryDirectory: Automatically detect shebangs and set executable permissions (e92dcaa)

v2.3.0

07 Sep 21:52
04528b3
Compare
Choose a tag to compare

2.3.0 (2020-09-07)

Features

  • runProcess: Print output when waitForOutput fails (04528b3)

v2.2.0

06 Sep 19:23
ae5e956
Compare
Choose a tag to compare

2.2.0 (2020-09-06)

Features

  • runProcess: Allow waiting for process to exit (ae5e956)

v2.1.0

05 Sep 21:29
1f6dd73
Compare
Choose a tag to compare

2.1.0 (2020-09-05)

Features

  • http: Add utility for making HTTP requests (1f6dd73)

v2.0.0

05 Sep 19:50
fa4a320
Compare
Choose a tag to compare

2.0.0 (2020-09-05)

Features

  • useTemporaryDirectory: Return an object with useful methods (fa4a320)

BREAKING CHANGES

  • useTemporaryDirectory: useTemporaryDirectory() now returns an object instead of a string

v1.2.0

04 Sep 19:03
90871a1
Compare
Choose a tag to compare

1.2.0 (2020-09-04)

Bug Fixes

  • runProcess: Ensure that environment variables are inherited (90871a1)

Features

  • runProcess: Add workflow to spawn and automatically kill processes. (9ffa6c5)
  • wait: Enable waiting for a given amount of time (dd5d0f9)

v1.1.0

03 Sep 01:05
ec9de52
Compare
Choose a tag to compare

1.1.0 (2020-09-03)

Features

  • useTemporaryDirectory: Implement automatic creation/removal of temporary directories (ec9de52)

v1.0.1

02 Sep 21:14
049b348
Compare
Choose a tag to compare

1.0.1 (2020-09-02)

Bug Fixes

  • ava-patterns: Fix version conflict on npm (049b348)