Skip to content

0.4.0

Compare
Choose a tag to compare
@skreborn skreborn released this 09 May 23:24
· 23 commits to master since this release
  • 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.