promise-finally

Simple wrapper to run promise "finally" logic

MIT License

Downloads
154.7K
Stars
7
Committers
4

Bot releases are hidden (Show)

promise-finally - Updated Package Latest Release

Published by blakeembrey almost 5 years ago

Changed

  • Removed dead Greenkeeper badge
promise-finally - Native Promises

Published by blakeembrey almost 8 years ago

Changed

  • Change any-promise to native promise usages
promise-finally - Include Sources In Package

Published by blakeembrey over 8 years ago

Fixed

  • Include original source maps sources with package
promise-finally - Native `any-promise`

Published by blakeembrey over 8 years ago

Changed

  • Update any-promise with built-in TypeScript definitions
promise-finally - Any Promise

Published by blakeembrey over 8 years ago

Changed

promise-finally - Publish Typings

Published by blakeembrey almost 9 years ago

Changed

  • Distribute typings.json on NPM
promise-finally - Native Or Bluebird

Published by blakeembrey almost 9 years ago

Changed

  • Replaced implicit usage of global.Promise with native-or-bluebird
promise-finally - Initial Release

Published by blakeembrey almost 9 years ago

Implements finally(promise, handler) to execute function on both success and error