v0.6.0
What's Changed
- Fix build with gcc 11.3.0 (resolves #57) by @danvratil in #58
- Fix ODR violation when LTO is enabled by @danvratil in #59
- Rework Github CI - add compilers and platforms by @danvratil in #60
- CI: consolidate the CI builds into a single matrix by @danvratil in #61
- Export QCoro wrapper classes by @danvratil in #65
- CI: disable shared libs on Windows by @danvratil in #67
- Enable "modern Qt" compiler definitions by @danvratil in #66
- Introduce Generator and AsyncGenerator coroutine return types by @danvratil in #69
- Fix installing export header by @danvratil in #77
- Deprecate task.h in favor of qcorotask.h (#70) by @danvratil in #76
- QtWebSockets support by @danvratil in #75
- Document -DQCORO_WITH_QTWEBSOCKETS by @dangelog in #81
- Fix the build by #include'ing by @dangelog in #82
- QCoroTask: fixup a template type parameter name by @dangelog in #83
- Add support for clang-cl (fixes #84) by @danvratil in #86
- Fix possible race in TestWsServer by @danvratil in #88
- WebSocket bugfixes & documentation by @danvratil in #89
- Explicitly enable exception support for clang-cl (fixes #90) by @danvratil in #91
New Contributors
Full Changelog: v0.5.1...v0.6.0