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.
- CHANGELOG.md file.
- Dropped support for Node.js 6.
0.3.2 - 2018-06-27
- Issues in the
README.md
file.
0.3.1 - 2018-05-10
- Argument to control enabling access to
os.tmpdir()
.
- Access to
os.tmpdir()
is enabled by default.
0.3.0 - 2018-02-07
- Support for
Buffer
andURL
as arguments. - Support for more methods:
fs.copyFile()
andfs.copyFileSync()
fs.realpath.native()
andfs.realpathSync.native()
fs.lchmod()
andfs.lchown()
0.2.0 - 2018-02-05
- Windows support.
0.1.0 - 2017-03-27
- The first implementation of the package.