Skip to content

4.0.0

Compare
Choose a tag to compare
@sebdvd sebdvd released this 27 May 12:48
· 1431 commits to master since this release
662cb76
  • Update dependencies and add esm module

[Breaking change]

No more dist folder, you will find releases in umd and esm folders.

- https://unpkg.com/[email protected]/dist/CancelablePromise.min.js
+ https://unpkg.com/[email protected]/umd/CancelablePromise.min.js
+ https://unpkg.com/[email protected]/esm/CancelablePromise.min.mjs

[Feature] ESM module

<script type="module">
  import { cancelable } from 'https://unpkg.com/[email protected]/esm/CancelablePromise.min.mjs';
</script>