Steno Versions Save

Super fast async file writer with atomic write ⚡

v4.0.2

4 months ago
  • refactor: retry logic

v4.0.1

4 months ago
  • Fix: retry automatically if fs.rename fails

v4.0.0

4 months ago
  • Drop Node 16 support

v3.2.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/typicode/steno/compare/v3.1.1...v3.2.0

v3.1.0

7 months ago

Features

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

v3.0.0

1 year ago
  • Drop Node 12 support

v2.1.0

2 years ago
  • TypeScript: use # over private #20

v2.0.0

2 years ago

Breaking changes

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