Skip to content

Releases: TeamWertarbyte/ftp-sftp

v0.4.0

02 May 09:14
Compare
Choose a tag to compare
  • Update ssh2-sftp-client to fix close connection issues. e4a85c5

v0.3.0...v0.4.0

v0.3.0

22 Jul 14:03
Compare
Choose a tag to compare

Changes

  • Fix missing files in published package.
  • Add prepublish script.

v0.2.1

22 Jul 13:17
Compare
Choose a tag to compare

Changes

  • Correct return type of FtpFileSystem.create()

v0.2.0

20 Jul 14:55
Compare
Choose a tag to compare

Breaking changes

  • Rename readToStream to getStream and change its interface to return Promise<ReadableStream>
    The promise resolves when the stream is available, the callee (that's you) is responsible for handling stream errors.

v0.1.0

20 Jul 15:18
Compare
Choose a tag to compare

Initial release 🌄

This fork is basically a rewrite now.