Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 867 Bytes

CHANGELOG.md

File metadata and controls

45 lines (23 loc) · 867 Bytes

Changelog

This package strictly follows Semantic Versioning.

v1.6.0 (2023-12-23)

Features

  • Added support for using and await using with TypeScript for cleaning up temporary directories.

v1.5.0 (2022-06-28)

Features

  • Added maxDepth option to list method in Path class.

v1.4.0 (2022-01-14)

Features

  • Added fromFileURL static method to Path class.

v1.3.0 (2021-12-23)

Features

  • Added appendFile, appendFileSync, chown and chownSync methods to Path class.

v1.2.0 (2021-12-18)

Features

  • Added truncate and truncateSync methods to Path class.
  • Added dir and name options for temporary directories.

v1.1.0 (2021-07-07)

Features

  • Added normalize and toObject methods to Path class.

v1.0.0 (2021-07-07)

First major release.