Releases: webview/webview_deno
Releases · webview/webview_deno
v0.4.3 - Deno 1.2.0 support
chore: release 0.4.3 version
deno 1.0.5 support and fixed ci!
Some new examples have been added along with fixing the unload issue when running in a worker.
Fix plugin caching
This release fixes cache checking for the plugin when not using the DEV
environment variable.
Deno 1.0.0 support!
This release adds support for deno 1.0.0 and a close
method for closing the plugin resource.
Deno 0.41.0 support
This release bumps the dependencies and adds 0.41.0 support
Bumped dependencies
This release bumps the rust dependencies to support the latest version of deno.
The run method now returns
I forgot breaking out of the run loop but it now does it which makes makes deno exit after finishing.
The run method no longer blocks deno
This release fixes improves #5 and no longer blocks deno execution by making a custom rust op for WebView.run()
and making it async. WebView.run()
is no longer a sync method but returns a Promise which may break some existing code.
Edge support
Better errors and rust responses
- 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