Skip to content

1.0.2

Compare
Choose a tag to compare
@nicolas-van nicolas-van released this 15 Dec 14:29
· 219 commits to master since this release
  • Altered UMD deployment to only support browsers that support async/await language feature. The reason is that
    bundling both regenerator-runtime and all the necessary shims is too complex. For older browsers it is easier to
    just process the lib with Babel then add regenerator-runtime and core-js.