Releases: TheEEs/alizarin
Releases · TheEEs/alizarin
v0.3.2
This release does the followings:
- Removes Future class because of it's redundancies.
- Automatically keep a reference to a newly created instance of JSCFunction to prevent it's proc body from being collected by the GC by default.
- Enable multi-thread support for webExtension (experimental).
v0.3.1
v0.3.0
Features included:
- Essential dialogs (OpenFile, SaveFile, SelectFolder).
- Allowing communication between Web Process & Render Process via
IPCmodule. - Directly returning Crystal's
NamedTupleinstead of writing a bunch of code to initializeJSCObject. - Allowing to invoke JavaScript object's member functions (making
thisoperator usable). Accessorclass (equivalents to JSObject.defineProperty).
v0.2.0
Features added include:
- JSCFunction now supports returning Crystal's built-in types
- Javascript's
newoperator supported - More utilities for class
WebView, eg : fullscreen supports, tracking page load progress, ..etc... - Allows handling result of specific JavaScript code
Other updates can be found at docs site : Alizarin