Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Releases: mrcaidev/cue

v0.3.0

01 Sep 10:11
Compare
Choose a tag to compare

Features

  • Option root now defaults to "body", which mounts the app to document.body if left unspecified.
  • Option methods is added to prevent annoying typing checks.
  • No longer export App and Option interface.
  • Huge performance boost. See below.

Performance

  • Migrate from OOP to FP.
  • Use a template for constructing text from mustache syntax, reducing update time.
  • Deprecate internal waitingSubscriber, in favor of registering callback via proxy setter.

v0.2.0

22 Jul 08:00
Compare
Choose a tag to compare

New Features

  • Directives: c-html, c-show.

Bug Fixes

  • c-bind does not work on boolean attributes.
  • Change type Element to HTMLElement for broader compatibility.

v0.1.0

21 Jul 07:23
Compare
Choose a tag to compare

New Features

  • createApp api
  • Mustache syntax
  • directives: bind, on, model