v0.7.0
What's Changed
- Only enable -Werror (and related flags) in debug mode (fixes #94) by @danvratil in #95
- Docs: Add News section release announcements by @danvratil in #92
- Attempt to stabilize WS tests by @danvratil in #96
- Add Docker images with various gcc/clang and Qt versions by @danvratil in #99
- Add Docker images with gcc/clang compilers and related Qt by @danvratil in #98
- Fix and clarify exception handling in generators by @danvratil in #105
- Simplify implementation of .then() by @danvratil in #109
- Add QCoroImageProvider by @jbbgameich in #111
- Update pymdown-extensions requirement from ~=9.4 to ~=9.5 by @dependabot in #114
- Fix QCoroFuture::waitForFinished triggerring twice on cancelation by @danvratil in #119
- Allow exceptions from QFuture to propagate by @danvratil in #120
- Update pymdown-extensions requirement from ~=9.5 to ~=9.6 by @dependabot in #121
- Fix WS tests failing in Windows by @danvratil in #122
- Add QML interface to Task by @jbbgameich in #110
- Handle when a task is co_awaited by multiple awaiters by @danvratil in #127
- Add QCoro::connect helper function by @jbbgameich in #125
- Tests: implement tests for QCoroImageProvider by @danvratil in #124
- Fix examples in docs by @danvratil in #128
- Update pymdown-extensions requirement from ~=9.6 to ~=9.7 by @dependabot in #129
- QmlTask: Allow constructing from other awaitable types by @jbbgameich in #134
- Update pymdown-extensions requirement from ~=9.7 to ~=9.8 by @dependabot in #133
- Make QCoro::connect more generic by @jbbgameich in #138
New Contributors
- @jbbgameich made their first contribution in #111
- @dependabot made their first contribution in #114
Full Changelog: v0.6.0...v0.7.0