Releases: naqvis/webview
Releases · naqvis/webview
Added type annotations to window method
Fixed bind
method bug. Thanks to @Ragmaanir for finding and proposing the fix.
Use `webview.dll` on Windows
Thanks @konovod for his patch and instruction to use webview
on Windows.
Re-ordered overloaded methods
closes #19
Updated webview library to latest version
- Updated
webview
to its latest version 0.10.0 - Added new methods to
Webview
class - Bumped Shard version to 0.2.0
Breaking Change
Webview.window
no longer works with data:text/html
. Invoke Webview#html
method to set the HTMLs. README examples are updated accordingly.
Updated webview.h to its latest version
v0.1.5 Updated webview.h to its latest version
Updated for Crystal 1.0
v0.1.4 Updated for Crystal 1.0
Updated Makefile for Linux Compilation
v0.1.3 Updated Makefile for Linux compilation
Updated for Crystal 0.36.0
v0.1.2 Updated for Crystal 0.36.0
Added Makefile to auto-compile object file
v0.1.1 Added Makefile to auto-compile object file
First Release
First Release