Releases: DjDeveloperr/deno_namedpipe
Releases · DjDeveloperr/deno_namedpipe
Deno NamedPipe v0.1.2
Patch release to update dependencies for breaking FFI API changes.
v0.1.1
Rewritten using https://github.com/DjDeveloperr/deno_win32 instead of custom Win32 bindings.
v0.1.0
This release implements Web Streams support with two new properties on NamedPipe
: readable
and writable
which are ReadableStream
and WritableStream
respectively.
Also fixes TypeScript error about not implementing these two properties from Deno.Conn
.
v0.0.3
This release adds setKeepAlive
and setNoDelay
methods but they throw unimplemented errors at the moment. It is only for compatibility with Deno.Conn
interface.
v0.0.2
- fix: Use UnsafePointer API
- fix: several bugs. Should work accurately now
v0.0.1
Initial release 🎉