Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 990 Bytes

CHANGELOG.md

File metadata and controls

60 lines (33 loc) · 990 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • TODO: executeQuery without datasetID

[0.8.4] - 2024-01-24

Added

  • templates have now access to functions returned in the script via this.script publicAPI

[0.8.3] - 2024-01-22

Added

  • cross-platform generation of webcomponents/index.js
  • support for realtime P2P connections

[0.8.2] - 2024-01-18

Added

  • automatic generation of ./webcomponents/index.js (no manual maintenance needed)

[0.8.1] - 2024-01-17

Added

  • SQLite API
  • Reactivity API

Fixed

  • Page refresh
  • start route

[0.7.1] - 2024-01-06

Added

  • CHANGELOG.md
  • Routable navigation component

Fixed

Changed

  • Moved webcomponents into their according domain-namespace folder

Removed