Skip to content

Releases: DjDeveloperr/deno_win32

Deno Win32 v0.4.1

20 Mar 18:28
824a25f
Compare
Choose a tag to compare

This patch release fixes a TypeScript error in generated code from 0.4.0.

Deno Win32 v0.4.0

20 Mar 18:21
27d190b
Compare
Choose a tag to compare

Adapts FFI Pointers as Objects added in new Deno releases, because of which some breaking changes are also there.

v0.2.0

30 Oct 20:45
133b690
Compare
Choose a tag to compare
  • fix: properly generate string consts with escapes
  • feat: async capable APIs like GetOverlappedResultAsync
  • fix: exclude some APIs missing from DLL
  • feat: OverlappedPromise and unwrap utility
  • fix: accept buffer arg for strings too

v0.1.1

30 Oct 14:22
f634650
Compare
Choose a tag to compare

Deno Win32: Low-overhead bindings to Win32 APIs using FFI.

Currently only has bindings to Win32 APIs, WinRT support is planned.

Registry: https://deno.land/x/win@0.1.1

v0.1.0

30 Oct 12:28
8689281
Compare
Choose a tag to compare

Deno Win32: Low-overhead bindings to Win32 APIs using FFI.

Currently only has bindings to Win32 APIs, WinRT support is planned.

Update: unfortunately, this release couldn't be published because of large size. I'll look into this and publish as soon as possible.

image