You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2023. It is now read-only.
Changes include:
### Major, breaking changes
* _Callback signature has been removed._ Only Promise based interface now.
* _No more default export._ Only named export `getUri()` is available now.
* Minimum Node.js version is now 14.x.
* The `ftp://` protocol has been switched from `ftp` to [`basic-ftp`](https://www.npmjs.com/package/basic-ftp) module.
* Closes#16
* Closes#18
### Minor changes
* Proper options typings are now inferred based on the protocol of the URI provided to `getUri()`. For example: `getUri('ftp://...')` will have `FtpOptions` as the second parameter implicitly.
* A `URL` instance can now be provided as the first argument to `getUri()`.
### Misc
* Use pnpm for GH Actions.
* Use Jest for tests.
* Refactor tests to TypeScript.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See mscdex/node-ftp#255
The text was updated successfully, but these errors were encountered: