Releases: RomiC/ya-disk
Releases · RomiC/ya-disk
JSDoc Update
Added typings for v3.x
This version should slightly improve the developer experience, by adding typings for the library functions.
Migrated to the native Promise
Bumped minimal supported node version to 10.x
- Due to node 8.x isn't being maintained anymore, bumped minimal supported version to 10.x
- DX-updates:
- Linting+formatting
- Removed
.editorconfig
- Added prettier and integrated it with
eslint
- Formatted code
- Removed
- Migrated Travis → Github-actions
- Rewrote tests from ava+sinon to jest
- Linting+formatting
Added support of resources.copy and resources.move methods
Big thumbs up to @fan-tom for:
- adding support of resources.copy and resources.move methods,
- adding handler for an empty response
Minimal supported node version is updated to 8.9.0
Due to node 6.x is no longer being supported, I bumped the minimal supported version to 8.9.0
Working with file and folders
Reduced package size
- Removed unnecessary files from the package
- Reinstalled auto-publishing to npm via Travis
Upload remote file metod
- Added upload remote file method
- Added operation check status method;
- Updated examples to use API_TOKEN from env;
- Made Travis check to run with node 6, 8, and 10;
- Updated babel;
- Minor README updates
Minor improvements
- Added minimal required node js version
- Moved back from yarn to npm
- Added auto-publishing to travis config
- Updated dev-dependecies