move-file v2.0.0 Release Notes

Release Date: 2020-04-21 // almost 4 years ago
  • ๐Ÿ’ฅ Breaking

    • ๐Ÿšš Require Node.js 10.17 (#8) c7286f3

    ๐Ÿ’ฅ Breaking for TypeScript users

    • Only use a CommonJS export for the TypeScript definition (reason)
      ๐Ÿšš You need to change import moveFile from 'move-file'; to import moveFile = require('move-file');

    ๐Ÿšš v1.2.0...v2.0.0


Previous changes from v1.2.0