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

v0.2 Release

Compare
Choose a tag to compare
@benlau benlau released this 21 Mar 16:01
· 210 commits to master since this release

Global

  1. Completely dropped the use of QVariant. AsyncFuture won’t require user to register their type in Qt’s meta type system
  2. Fixed few compilation problems in GCC 4.6

Observable::subscribe()

  • Now it return Observable<R> instead of void

Combinator

  • Changed the parent type from Observable<QVariantList> to Observable<void>. It won’t convert input results to QVariant anymore.