move-file

Move a file - Even works across devices

MIT License

Downloads
1.4M
Stars
195
Committers
5

Bot releases are hidden (Show)

move-file - Latest Release

Published by sindresorhus over 1 year ago

  • Add renameFile method (#23) fbea423
  • Add renameFileSync method (#23) fbea423
  • Add cwd option (#23) fbea423

https://github.com/sindresorhus/move-file/compare/v3.0.0...v3.1.0

move-file -

Published by sindresorhus about 3 years ago

Breaking

https://github.com/sindresorhus/move-file/compare/v2.1.0...v3.0.0

move-file -

Published by sindresorhus over 3 years ago

move-file -

Published by sindresorhus over 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');

https://github.com/sindresorhus/move-file/compare/v1.2.0...v2.0.0

move-file -

Published by sindresorhus over 5 years ago

  • Refactor TypeScript definition to CommonJS compatible export (#5) 27e6b85

https://github.com/sindresorhus/move-file/compare/v1.1.0...v1.2.0

move-file -

Published by sindresorhus over 5 years ago

  • Update dependencies 71e6b34
  • Add TypeScript definition (#4) 2bb6351

https://github.com/sindresorhus/move-file/compare/v1.0.0...v1.1.0