Skip to content

v3.0.0, new interfaces

Pre-release
Pre-release
Compare
Choose a tag to compare
@nullobsi nullobsi released this 23 Dec 08:01
· 4 commits to main since this release
v3.0.0
6364506

Update internal code to use Readable and Writeable interfaces as old Deno.writer and Deno.reader are now deprecated.
Not fully tested, so please use with caution.

This also means the methods downloadStream and writeStream are now deprecated because the Deno interfaces
they use will be removed later.

Full Changelog: v2.1.1...v3.0.0