Skip to content

Releases: marcomq/nimview

0.2.0

27 Jun 20:05
Compare
Choose a tag to compare

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"

0.1.2

31 Mar 13:33
Compare
Choose a tag to compare

updated functions for python and added (weak) csrf check

0.1.1

27 Mar 12:02
Compare
Choose a tag to compare

Initial release.