Skip to content

Releases: typicode/steno

v4.0.2

26 Dec 18:01

Choose a tag to compare

  • refactor: retry logic

v4.0.1

26 Dec 04:50

Choose a tag to compare

  • Fix: retry automatically if fs.rename fails

v4.0.0

26 Dec 01:38

Choose a tag to compare

  • Drop Node 16 support

v3.2.0

26 Dec 01:18

Choose a tag to compare

What's Changed

  • feat: update type to allow any data supported by fs.writeFile by @SgtPooki in #32

New Contributors

Full Changelog: v3.1.1...v3.2.0

v3.1.0

07 Oct 23:03

Choose a tag to compare

Features

  • TypeScript: use PathLike for paths instead of string for better ESM and Node fs API support

v3.0.0

17 Oct 17:04

Choose a tag to compare

  • Drop Node 12 support

v2.1.0

17 Aug 21:24

Choose a tag to compare

  • TypeScript: use # over private #20

v2.0.0

06 Jun 03:45

Choose a tag to compare

Breaking changes

  • Switch to pure ESM (read this to migrate your project).
  • Drop Node 10 support.