0.4.0
- Introduce asynchronous variants of functions where applicable.
- [BREAKING] Numerous functions that were previously synchronous in nature are now
asynchronous by default. Following Dart conventions, the synchronous variants have the suffix
Sync
. Take extra care when upgrading so you don't end up with asynchronous functions that are
never awaited.