webview_deno

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs

MIT License

Stars
1.4K
Committers
22

Bot releases are hidden (Show)

webview_deno - 0.8.0 Latest Release

Published by eliassjogreen 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/webview/webview_deno/compare/0.7.6...0.8.0

webview_deno - 0.7.6

Published by eliassjogreen about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/webview/webview_deno/compare/0.7.4...0.7.6

webview_deno - 0.7.4

Published by eliassjogreen about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/webview/webview_deno/compare/0.7.3...0.7.4

webview_deno - 0.7.3 - 🍎 Apple M1 support!

Published by eliassjogreen over 2 years ago

This release adds apple m1 support finally closing #64. In addition to m1 support there has been changes to tooling and documentation which enables a better developer experience, both for developing this module and your own.

What's Changed

Full Changelog: https://github.com/webview/webview_deno/compare/0.7.2...0.7.3

webview_deno - 0.7.2 - 🐧 Fixed Linux support and building

Published by eliassjogreen over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/webview/webview_deno/compare/0.7.0...0.7.2

webview_deno - 0.7.0 - 🤓 Total re-write using deno ffi

Published by eliassjogreen over 2 years ago

We have finally re-written webview_deno to support one of the most important features: webview.bind aka two-way communication between the browser window and deno using what looks and works like normal javascript functions. This was enabled by the total refactor and native use of the webview library and native ffi callback support in deno, easing development by removing the need for a rust wrapper. It also sneakily adds support for aarch64 on darwin, although we currently provide no binary due to there being no runners for darwin aarch64.

What's Changed

New Contributors

Full Changelog: https://github.com/webview/webview_deno/compare/0.7.0-pre.1...0.7.0

webview_deno - v0.6.0-pre.0

Published by eliassjogreen over 3 years ago

webview_deno - v0.5.6 - deno 1.7.1 support

Published by eliassjogreen over 3 years ago

Changelog

Features

Bug Fixes

webview_deno - v0.5.5 - callback handling of events

Published by eliassjogreen almost 4 years ago

Changelog

Features

  • event callback for webview.run (closes #59, 907e072)

Pull requests

  • #60
webview_deno - v0.5.4 - `for await` handling for events

Published by eliassjogreen almost 4 years ago

Changelog

Features

  • webview.iter for handling events (ce18528)
webview_deno - v0.5.3 - 🌐 Two way deno <-> webview bindings

Published by eliassjogreen almost 4 years ago

Changelog

Features

  • two-way deno bindings with support for external.invoke, #12 (050332f)
webview_deno - v0.5.1

Published by eliassjogreen almost 4 years ago

Changelog

Bug Fixes

  • cache plugin by default (093a942)
webview_deno - v0.4.7 - deno 1.4.1 support

Published by eliassjogreen about 4 years ago

Closes #54

webview_deno - Multi-instance and frameless support

Published by eliassjogreen over 4 years ago

Added multi-instance (window) support and updated dependencies enabling frameless support. This release also removes the WebView.dispose() method.

webview_deno - First usable binaries

Published by eliassjogreen over 4 years ago

This release does not contain working typescript but only binaries. The binaries are the same as in v0.1.1.