Please: a Promise helper library.
Please is a Javascript Promise helper library with no dependencies. It is meant to be used alongside native Promises.
Installation
npm install @theroyalwhee0/please
or
yarn add @theroyalwhee0/please
Documentation
Testing
- npm test
- npm run test-watch
History
- v2.0.5 - 2022-06-02
- Bump depends for security.
- v2.0.4 - 2021-06-11
- Bump depends for security.
- Fix missing eslint dev depends.
- v2.0.3 - 2021-01-23
- Add Please.catchAs().
- v2.0.2
- Bump dev depends.
- v2.0.1
- Add delay().
- v2.0.0
- Initial release of v2 library.
Previous versions are a different unsupported library that shares the same name.
Links
- GitHub: https://github.com/theroyalwhee0/please
- NPM: https://www.npmjs.com/package/@theroyalwhee0/please
Legal & License
Copyright 2019-2022 Adam Mill
This library is released under Apache 2 license. See LICENSE for more details.