Releases: TeamWertarbyte/ftp-sftp
Releases · TeamWertarbyte/ftp-sftp
v0.4.0
v0.3.0
Changes
- Fix missing files in published package.
- Add prepublish script.
v0.2.1
Changes
- Correct return type of FtpFileSystem.create()
v0.2.0
Breaking changes
- Rename
readToStream
togetStream
and change its interface to returnPromise<ReadableStream>
The promise resolves when the stream is available, the callee (that's you) is responsible for handling stream errors.