This repository has been archived by the owner on Dec 26, 2024. It is now read-only.
Releases: mrcaidev/cue
Releases · mrcaidev/cue
v0.3.0
Features
- Option
root
now defaults to "body", which mounts the app todocument.body
if left unspecified. - Option
methods
is added to prevent annoying typing checks. - No longer export
App
andOption
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.