Skip to content

v2.0.0

Choose a tag to compare

@nullobsi nullobsi released this 29 Nov 21:26
· 10 commits to main since this release
85e273a

FTPDeno 2.0

This technically has some breaking changes, so for SemVer it will now 2.0.

Breaking changes:

chdir, cwd, cdup now throw errors instead of returning a result object to align more with the Deno APIs and the other methods.

Updates:

Logic has been improved, FTPDeno now checks for features and uses them accordingly. stat() was updated to use MLST, and a new method extendedList() has been added.