Skip to content

Releases: RomiC/ya-disk

JSDoc Update

26 Aug 18:31
Compare
Choose a tag to compare
  • Small updates for JSDoc

Added typings for v3.x

17 Aug 05:17
Compare
Choose a tag to compare

This version should slightly improve the developer experience, by adding typings for the library functions.

Migrated to the native Promise

10 Jun 03:47
Compare
Choose a tag to compare

Breaking changes:

  • Instead of callbacks ya-disk will use native Promise (#71)

Significant changes:

  • Populated doc with return types (#71)

Bumped minimal supported node version to 10.x

14 Mar 10:51
Compare
Choose a tag to compare
  • 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
    • Migrated Travis → Github-actions
    • Rewrote tests from ava+sinon to jest

Added support of resources.copy and resources.move methods

11 Sep 10:16
Compare
Choose a tag to compare

Big thumbs up to @fan-tom for:

Minimal supported node version is updated to 8.9.0

11 Jul 10:31
Compare
Choose a tag to compare

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

18 Feb 19:43
Compare
Choose a tag to compare

Big thanks to @myazarc for adding the following methods:

Reduced package size

15 Aug 11:29
Compare
Choose a tag to compare
  • Removed unnecessary files from the package
  • Reinstalled auto-publishing to npm via Travis

Upload remote file metod

15 Aug 11:11
Compare
Choose a tag to compare
  • 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

27 Jun 08:30
Compare
Choose a tag to compare
  • Added minimal required node js version
  • Moved back from yarn to npm
  • Added auto-publishing to travis config
  • Updated dev-dependecies