v1.2.0
- Chronos is officially supported. With minor restrictions; see the readme.
- All async iterators and
awaitIter
loop bodies are required to be GC-safe (i.e., to not touch global variables holding GC-allocated data). - Accessing the
result
implicit variable in loops does not incur performance penalties anymore.