This package strictly follows Semantic Versioning.
- Better support for Deno and Bun. (@andrew-grechkin)
- Added support for
using
andawait using
with TypeScript for cleaning up temporary directories.
- Added
maxDepth
option tolist
method inPath
class.
- Added
fromFileURL
static method toPath
class.
- Added
appendFile
,appendFileSync
,chown
andchownSync
methods toPath
class.
- Added
truncate
andtruncateSync
methods toPath
class. - Added
dir
andname
options for temporary directories.
- Added
normalize
andtoObject
methods toPath
class.
First major release.