v3.0.0
3.0.0 (2021-08-16)
Breaking changes
- Changes the package’s distribution format from UMD to ES module.
- Changes the exported
poll
function from a default export to a named export. Update your code by replacingimport poll from 'poll'
withimport { poll } from 'poll'
.