Skip to content

The First Official Release

Compare
Choose a tag to compare
@benlau benlau released this 18 May 04:40
· 112 commits to master since this release

Feature List

  1. Promises/A+ Conformant Implementation.
  2. Both of QML and Javascript component are available.
  3. QML Component Interface
    1. Trigger resolve()/reject() via binary expression from resloveWhen / rejectWhen property
    2. isFulfilled / isRejected / isSettled properties for data binding.
    3. fulfulled , rejected , settled signals
  4. Pure Javascript API
    1. Unlike QML component, it don’t need to declare before use it.
    2. The API interface is fully compatible with Promises/A+ standard. It is easy to get started.
  5. Q.setTimeout() - A implementation of setTimeout() function for QML.