Skip to content

Latest commit

History

History
62 lines (37 loc) 路 1.39 KB

CHANGELOG.md

File metadata and controls

62 lines (37 loc) 路 1.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • CHANGELOG.md file.

Removed

  • Dropped support for Node.js 6.

0.3.2 - 2018-06-27

Fixed

  • Issues in the README.md file.

0.3.1 - 2018-05-10

Added

  • Argument to control enabling access to os.tmpdir().

Changed

  • Access to os.tmpdir() is enabled by default.

0.3.0 - 2018-02-07

Added

  • Support for Buffer and URL as arguments.
  • Support for more methods:
    • fs.copyFile() and fs.copyFileSync()
    • fs.realpath.native() and fs.realpathSync.native()
    • fs.lchmod() and fs.lchown()

0.2.0 - 2018-02-05

Added

  • Windows support.

0.1.0 - 2017-03-27

Added

  • The first implementation of the package.