All Versions
103
Latest Version
Avg Release Cycle
24 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v2.16.0 Changes
- ๐ Changed: Include hidden files in file listings, fixes
removeDir
andclearWorkingDir
. Changes behaviour fordownloadDir
andlist
. (#29, @conlanpatrek)
- ๐ Changed: Include hidden files in file listings, fixes
-
v2.15.0 Changes
- ๐ Changed: Timeout on control socket is only considered during active task, not when idle. This also fixes #27, as well as #26.
-
v2.14.4 Changes
- ๐ Fixed: Regression where closed clients throws timeout because of idle socket. (#26)
-
v2.14.3 Changes
- ๐ Fixed: JSDoc type annotations.
- ๐ Fixed: Minor fixes to documentation.
-
v2.14.2 Changes
- ๐ Fixed: Unit test for adjusted behavior when closing context.
-
v2.14.1 Changes
- ๐ Fixed: Make it possible to reconnect after closing the FTP context.
-
v2.14.0 Changes
- โ Added: Improved error handling and reporting.
-
v2.13.2 Changes
- ๐ Fixed: Various improvements to documentation.
-
v2.13.1 Changes
- ๐ Fixed: Exception thrown if tasks will run in parallel because the user forget to use 'await'.
- ๐ Fixed: Describe in documentation what exactly happens if there is a timeout.
-
v2.13.0 Changes
- โ Added: Use client.rename() to rename or move a file.
- ๐ Changed: Default timeout set to 30 seconds.
- ๐ Changed: Timeouts are tracked exlusively by data connection during transfer.
- ๐ Fixed: Node's socket.removeAllListeners() doesn't work, see https://github.com/nodejs/node/issues/20923
- ๐ Fixed: Node 8 is required, correct documentation and CI.