Skip to content

v3.0.0

Compare
Choose a tag to compare
@kleinfreund kleinfreund released this 16 Aug 17:12
· 55 commits to main since this release

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 replacing import poll from 'poll' with import { poll } from 'poll'.