Skip to content

Releases: sindresorhus/p-any

v4.0.0

31 May 15:59
Compare
Choose a tag to compare

Breaking

v3.0.0...v4.0.0

v3.0.0

22 Feb 14:44
Compare
Choose a tag to compare

Breaking

Breaking for TypeScript users

  • Only use a CommonJS export for the TypeScript definition (reason)
    You need to change import pAny from 'p-any'; to import pAny = require('p-any');

v2.1.0...v3.0.0

v2.1.0

04 Apr 03:32
Compare
Choose a tag to compare
  • Refactor TypeScript definition to CommonJS compatible export (#5) d9190ea

v2.0.0...v2.1.0

v2.0.0

14 Mar 18:06
Compare
Choose a tag to compare

Breaking:

Enhancements:

v1.1.0...v2.0.0