Skip to content

Latest commit

 

History

History
58 lines (28 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

58 lines (28 loc) · 2.06 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.22 (2022-09-20)

Fixes

  • error during close connection

0.0.21 (2022-09-20)

Features

0.0.20 (2022-09-20)

0.0.18 (2022-07-09)

Features

  • add support for passing options to uploadFile, downloadFile and mkdir (3769ece)

0.0.17 (2021-11-08)

Features

  • allow passing options to uploadFile, downloadFile and mkdir

0.0.16 (2021-11-08)

Features

  • allow passing all options from ssh2 (758607e)

0.0.15 (2021-07-08)

Features

  • add download for remote dir (e9ea319)
  • add support for readyTimeout and keepalive (0fc1742)

Bug Fixes

  • use export default instead of module exports (0bfbc8c)

0.0.7 (2020-09-18)

Features

  • Add authentication using privateKey
  • Add forceIPv4 and forceIPv6 when connecting to remote server