Skip to content

Releases: webview/webview_deno

0.8.0

03 Mar 15:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.6...0.8.0

0.7.6

26 Jul 15:11
f6f6274
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.4...0.7.6

0.7.4

28 Aug 19:08
b8bb12d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.3...0.7.4

0.7.3 - 馃崕 Apple M1 support!

25 Jun 14:31
Compare
Choose a tag to compare

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: 0.7.2...0.7.3

0.7.2 - 馃惂 Fixed Linux support and building

25 Jun 09:23
Compare
Choose a tag to compare

What's Changed

  • fix: compiling webview shared library on linux by @sigmaSd in #116

New Contributors

Full Changelog: 0.7.0...0.7.2

0.7.0 - 馃 Total re-write using deno ffi

25 Jun 00:22
Compare
Choose a tag to compare

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: 0.7.0-pre.1...0.7.0

0.7.0-pre.1 - various fixes, hopefully mac support

17 Feb 10:51
ea2aad1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.0-pre.0...0.7.0-pre.1

0.7.0-pre.0 - deno 1.18 support and using the deno ffi!

26 Jan 23:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.6...0.7.0-pre.0

v0.6.0-pre.0

13 May 01:01
Compare
Choose a tag to compare
v0.6.0-pre.0 Pre-release
Pre-release

Changelog

Full Changelog: 0.5.6...0.6.0-pre.0

v0.5.6 - deno 1.7.1 support

03 Feb 18:10
Compare
Choose a tag to compare

Changelog

Features

Bug Fixes