Skip to content

1.0.0

Compare
Choose a tag to compare
@koenvervloesem koenvervloesem released this 26 Jul 14:23
· 194 commits to master since this release

Changed

  • All decorators of this library now only work with async functions. Pull request #16 by @JonahKr. Existing code should only add the async keyword before the function definition to keep the code valid. See Usage for some examples.