Drop support for Node 6 (see #88)
Downgrade to [email protected]
for a security fix (see #73)
Updated dependencies and stopped testing on Node 4 (see #72)
Upgrade to [email protected]
based on npm audit.
Tests are no longer run on Node < 4. The task may still work on older versions of Node, but since it is no longer tested there, use at your own risk. Tests are currently run on Node 4 and Node 6.
There are no API breaking changes in this release, it only includes dependency updates.
- Replace
wrench
withfs-extra
to avoid deprecation warning (see #65). - Upgrade to
[email protected]
to avoid overridingArray.prototype.find
(thanks @jaridmargolin, see #62).
- Upgrade to
graceful-fs@4
to get rid of warning (see #66)