- Added nested coroutine support
- Fixed concurrent access issues (@luanpotter 馃挋)
- Added Flame game engine example (@luanpotter 馃挋)
- Improved async tests (@luanpotter 馃挋)
- Improved CI & docgen tasks
- Added async coroutine support
- (breaking!) Removed
dart:coroutine/coroutine.dartbarrel import (usedart:coroutines/sync.dartordart:coroutines/async.dartinstead) - Improved documentation
- Fixed coroutine instance not being removed after completion
- Implemented
isCoroutineRunning - Improved inlining
- Initial release
- Implemented synchronous coroutines
- Added tests