- feat: support fs.copyFile (#58)
- Added fdatasync to fs api (#46)
- feat: support fs.mkdtemp
- add
fs.truncate()
#34
- update
any-promise@v1
- feat(package): switch to
any-promise
to support more promise engines
- feat(package): add index.js to files
- support for readline library
- support callbacks as well
- refactor promisification to
thenify
andthenify-all
- use
graceful-fs
if available
- don't use
bluebird.promisify()
- unnecessarily wraps runtime errors, causing issues
- use
bluebird
by default if found - support node 0.8