Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theroyalwhee0/please

Please: a Promise helper library.
https://github.com/theroyalwhee0/please

please promise

Last synced: about 1 month ago
JSON representation

Please: a Promise helper library.

Awesome Lists containing this project

README

        

# Please: a Promise helper library.
Please is a Javascript Promise helper library with no dependencies. It is meant to be used alongside [native Promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise).

## Installation
`npm install @theroyalwhee0/please`

*or*

`yarn add @theroyalwhee0/please`

## Documentation
[API Documentation](https://theroyalwhee0.github.io/please/)

## 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](https://github.com/theroyalwhee0/please/blob/master/LICENSE) for more details.