All Versions
103
Latest Version
Avg Release Cycle
24 days
Latest Release
-

Changelog History
Page 6

  • v2.16.0 Changes

    • ๐Ÿ”„ Changed: Include hidden files in file listings, fixes removeDir and clearWorkingDir. Changes behaviour for downloadDir and list. (#29, @conlanpatrek)
  • 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.