Webview Deno Versions Save

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

0.8.0

2 months ago

What's Changed

New Contributors

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

0.7.6

9 months ago

What's Changed

New Contributors

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

0.7.4

1 year ago

What's Changed

New Contributors

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

0.7.3

1 year 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

0.7.2

1 year ago

What's Changed

New Contributors

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

0.7.0

1 year 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

0.7.0-pre.1

2 years ago

What's Changed

New Contributors

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

0.7.0-pre.0

2 years ago

What's Changed

New Contributors

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

0.6.0-pre.0

3 years ago

0.5.6

3 years ago

Changelog

Features

Bug Fixes