Releases: marcomq/nimview
Releases · marcomq/nimview
0.2.0
Breaking changes:
- removed old backend-helper.js and re-added a new npm based helper nimview.js: run "npm install nimview" and use "import nimview" in js files, see examples
- changed signature of js calls: window.backend.(...).then()
Features:
- added additional signatures to allow functions with multiple parameter for "addRequest"
- added single-executable binaries that contain the ui, if a file dist/inlined.html is available
- changed "examples" to be project templates, available by, for example: "npx degit marcomq/nimview/examples/svelte myProject"