Skip to content

Releases: DjDeveloperr/deno_namedpipe

Deno NamedPipe v0.1.2

20 Mar 18:35
1a9043e
Compare
Choose a tag to compare

Patch release to update dependencies for breaking FFI API changes.

v0.1.1

03 Jan 18:14
6fab5dc
Compare
Choose a tag to compare

Rewritten using https://github.com/DjDeveloperr/deno_win32 instead of custom Win32 bindings.

v0.1.0

18 Feb 15:14
36961a4
Compare
Choose a tag to compare

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

06 Feb 17:44
9a4cb6e
Compare
Choose a tag to compare

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

17 Dec 10:52
98217b0
Compare
Choose a tag to compare
  • fix: Use UnsafePointer API
  • fix: several bugs. Should work accurately now

v0.0.1

18 Nov 14:34
cf78bab
Compare
Choose a tag to compare

Initial release 🎉