Changelog
v2.0.0 - 2019-08-12
Changes
fs.createWriteStream
in the main function to improve performance.Added
overwrite
optionincrement
optionSee the README for more details.
Removed
options.newline
. This should be done before passing the contents to write()
.promise
method was removed since the main export returns a promise, making the method unnecessary.Changelog
v1.0.0 - 2017-07-09
Added
Changed