Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/theroyalwhee0/please
- Owner: theroyalwhee0
- License: apache-2.0
- Created: 2016-09-10T18:33:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T20:53:29.000Z (over 1 year ago)
- Last Synced: 2024-09-24T09:04:52.487Z (4 months ago)
- Topics: please, promise
- Language: JavaScript
- Homepage:
- Size: 611 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 MillThis library is released under Apache 2 license. See [LICENSE](https://github.com/theroyalwhee0/please/blob/master/LICENSE) for more details.