p-progress

Create a promise that reports progress

MIT License

Downloads
10.9K
Stars
758
Committers
9

Bot releases are hidden (Show)

p-progress - Latest Release

Published by sindresorhus 12 months ago

p-progress -

Published by sindresorhus almost 3 years ago

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

  • Add .allSettled() method (#24) 81c597b
  • Improve TypeScript definition (#22) 62e4fab

https://github.com/sindresorhus/p-progress/compare/v0.5.1...v0.6.0

p-progress -

Published by sindresorhus over 3 years ago

  • Fix the TypeScript type for pProgress.all (#20) 2c98ab0

https://github.com/sindresorhus/p-progress/compare/v0.5.0...v0.5.1

p-progress -

Published by sindresorhus almost 4 years ago

  • Return PProgress instance from Promise methods (#12) 8f24d6d

https://github.com/sindresorhus/p-progress/compare/v0.4.2...v0.5.0

p-progress -

Published by sindresorhus over 4 years ago

  • Do not throw if a progress is less than last value (#9) 33535c8

https://github.com/sindresorhus/p-progress/compare/v0.4.1...v0.4.2

p-progress -

Published by sindresorhus about 5 years ago

p-progress -

Published by sindresorhus over 5 years ago

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');

https://github.com/sindresorhus/p-progress/compare/v0.3.0...v0.4.0

p-progress -

Published by sindresorhus over 5 years ago