Skip to content

Releases: webview/webview_deno

Better errors and rust responses

16 Mar 18:46
Compare
Choose a tag to compare
  • Improves the errors thrown when for example using an incorrect instance id
  • All responses from the rust code is now json instead of single numbers
  • Build and dev scripts
  • Removed injectCss
  • Updated webview-sys to 0.5.0

Multi-instance and frameless support

14 Mar 00:44
Compare
Choose a tag to compare

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

First usable release

10 Mar 21:06
Compare
Choose a tag to compare

This is the first somewhat usable release that implements most of the basic WebView methods. Also fixes 0.1.0 typescript which does not work.

First usable binaries

10 Mar 21:09
Compare
Choose a tag to compare
First usable binaries Pre-release
Pre-release

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

Instance methods

10 Mar 16:44
Compare
Choose a tag to compare
Instance methods Pre-release
Pre-release

Implements a bunch of instance methods

Initial release

06 Mar 20:05
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Basic implementation of the run function that starts a webview window.