Releases: typicode/steno
Releases · typicode/steno
v4.0.1
- Fix: retry automatically if
fs.rename
fails
v3.2.0
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
Features
- TypeScript: use
PathLike
for paths instead of string
for better ESM and Node fs
API support
v2.1.0
- TypeScript: use
#
over private
#20
v2.0.0
Breaking changes
- Switch to pure ESM (read this to migrate your project).
- Drop Node 10 support.