Skip to content

cloudcmd v14.0.0

Compare
Choose a tag to compare
@coderaiser coderaiser released this 22 Sep 11:46
· 765 commits to master since this release

Cloud Commander v14.0.0

The time is came for a Cloud Commander v14 release 🎉.

Droped support of node < 10

Last time old node versions support was droped was in v11, bottom supported version was node v8, it will be depreceted in December 2019, so was decided to drop it now, anyways node v12 will became LTS in a month, and v10 is LTS now.

According to statistics about node.js versions users use:

What we have is 26 issues with node >= 10 . Last issue with node v8 was created in 22 March, more then hulf year ago. That's why I think this is a good time for dropping support of old versions. With this change I can use some new code constructions, which will simplify things drastically and makes more fun while working on Cloud Commander, so I can keep it's quality on a highest possible level :).

No more progress option

I think there is no need to enable or disable it for the most users (if I'm wrong create an issue :)) and even more, progressive enhancement produces more problems then solves. So from now all file operations that can show progress information, will show it even on a first use (had to do it earlier :)).

If you have any idea, proposal or a feature in your mind you can always create an issue and we will try to to make everyone happy :).

feature

  • (operation) show progress bar on first operation (#253)
  • (package) pullout v4.0.0
  • (package) console-io v11.0.0
  • (package) flop v7.0.0
  • (package) restbox v2.0.0
  • (package) restafary v8.0.0
  • (package) nomine v4.0.0
  • (cloudcmd) drop support of node < 10
  • (cloudcmd) remove --progress option, make always enabled