v2.0.0
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.