Skip to content

Releases: sindresorhus/p-progress

v1.0.0

04 Nov 14:36
Compare
Choose a tag to compare

Breaking

v0.6.0...v1.0.0

v0.6.0

03 Nov 17:36
Compare
Choose a tag to compare

Breaking

  • Require Node.js 12 (#23) 402ad0f
  • This package is now pure ESM. Please read this.
  • The previous default export moved into a named export called PProgress (#23) 402ad0f
  • The previous .fn method is now the default export (#23) 402ad0f

Improvements

v0.5.1...v0.6.0

v0.5.1

09 Apr 04:55
Compare
Choose a tag to compare
  • Fix the TypeScript type for pProgress.all (#20) 2c98ab0

v0.5.0...v0.5.1

v0.5.0

07 Jan 07:48
Compare
Choose a tag to compare
  • Return PProgress instance from Promise methods (#12) 8f24d6d

v0.4.2...v0.5.0

v0.4.2

21 Feb 11:51
Compare
Choose a tag to compare
  • Do not throw if a progress is less than last value (#9) 33535c8

v0.4.1...v0.4.2

v0.4.1

18 Aug 12:01
Compare
Choose a tag to compare

v0.4.0...v0.4.1

v0.4.0

01 Apr 10:31
Compare
Choose a tag to compare

Breaking for TypeScript users only:

  • Refactor TypeScript definition to CommonJS compatible export (#6) ab59cfa
    • You need to change import pProgress from 'p-progress'; to import pProgress = require('p-progress');

v0.3.0...v0.4.0

v0.3.0

12 Mar 05:36
Compare
Choose a tag to compare

v0.2.0...v0.3.0