added jsvm.Config.OnInit optional field

This commit is contained in:
Gani Georgiev
2024-02-03 13:07:17 +02:00
parent ef965aafbb
commit 49adba6947
4 changed files with 57 additions and 34 deletions
+2
View File
@@ -1,5 +1,7 @@
## (WIP) v0.22.0
- Added `jsvm.Config.OnInit` optional config field to allow registering custom Go bindings to the JSVM.
- Other minor improvements (updated the `ghupdate` plugin to use the configured executable name, fixed Admin UI vertical image preview scroll, etc.)