modern-async
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "modern-async", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A modern tooling library for asynchronous operations using async/await and promises", | ||
@@ -55,3 +55,3 @@ "keywords": [ | ||
"@babel/plugin-transform-modules-umd": "^7.12.1", | ||
"@babel/preset-env": "^7.12.10", | ||
"@babel/preset-env": "^7.12.11", | ||
"@rollup/plugin-babel": "^5.2.2", | ||
@@ -61,3 +61,3 @@ "@rollup/plugin-commonjs": "^17.0.0", | ||
"babel-jest": "^26.6.3", | ||
"clean-jsdoc-theme": "^3.0.0", | ||
"clean-jsdoc-theme": "^3.0.3", | ||
"core-js": "^3.8.1", | ||
@@ -64,0 +64,0 @@ "eslint": "^6.6.0", |
@@ -1,6 +0,8 @@ | ||
# modern-async | ||
# modern-async [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Meet%20this%20awesome%20library&url=https://github.com/nicolas-van/modern-async&via=nicolasvanhoren&hashtags=javascript,asyncawait,async,libraries,programming) | ||
[![GitHub Repo stars](https://img.shields.io/github/stars/nicolas-van/modern-async?style=social)](https://github.com/nicolas-van/modern-async) [![Website](https://img.shields.io/website.svg?url=http%3A%2F%2Fnicolas-van.github.io%2Fmodern-async)](https://nicolas-van.github.io/modern-async) | ||
[![Node.js CI](https://github.com/nicolas-van/modern-async/workflows/Node.js%20CI/badge.svg)](https://github.com/nicolas-van/modern-async/actions) [![npm](https://img.shields.io/npm/v/modern-async)](https://www.npmjs.com/package/modern-async) [![](https://data.jsdelivr.com/v1/package/npm/modern-async/badge)](https://www.jsdelivr.com/package/npm/modern-async) | ||
![logo](https://github.com/nicolas-van/modern-async/raw/master/img/facebook_cover_photo_2_680.png) | ||
[![GitHub Repo stars](https://img.shields.io/github/stars/nicolas-van/modern-async?style=social)](https://github.com/nicolas-van/modern-async/stargazers) [![Website](https://img.shields.io/website.svg?url=http%3A%2F%2Fnicolas-van.github.io%2Fmodern-async)](https://nicolas-van.github.io/modern-async) | ||
[![Node.js CI](https://github.com/nicolas-van/modern-async/workflows/Node.js%20CI/badge.svg)](https://github.com/nicolas-van/modern-async/actions) [![npm](https://img.shields.io/npm/v/modern-async)](https://www.npmjs.com/package/modern-async) [![Coverage Status](https://coveralls.io/repos/github/nicolas-van/modern-async/badge.svg?branch=master)](https://coveralls.io/github/nicolas-van/modern-async?branch=master) [![](https://data.jsdelivr.com/v1/package/npm/modern-async/badge)](https://www.jsdelivr.com/package/npm/modern-async) | ||
A modern JavaScript tooling library for asynchronous operations using async/await and promises. | ||
@@ -13,10 +15,12 @@ | ||
* Exclusively uses async/await and promises in its code, tests and documentation. | ||
* Has almost no dependencies. | ||
* Has low bundle size. | ||
* Has 100% code coverage. | ||
* Bundled for ESM modules, CommonJS and UMD. | ||
* Works in node >= 10.0 and in the vast majority of browsers (old browser compatibility can be achieved using Babel and shims). | ||
* Works in node >= 8.0 and in the vast majority of browsers (very old browser compatibility can be achieved using Babel and shims). | ||
[![Stargazers repo roster for @nicolas-van/modern-async](https://reporoster.com/stars/nicolas-van/modern-async)](https://github.com/nicolas-van/modern-async/stargazers) | ||
## This project accepts feature requests ! | ||
The goal of modern-async is to be as complete as possible. I coded everything I missed in the past while developing, yet it's difficult to know what other people would really need. So if you would like some more feature start by reading [the contribution guide](https://github.com/nicolas-van/modern-async/blob/master/CONTRIBUTING.md). | ||
The goal of modern-async is to be as complete as possible. I coded everything I missed in the past while developing, yet it's difficult to know what other people would really need. So if you would like some more feature [the issue tracker is available](https://github.com/nicolas-van/modern-async/issues/new/choose). (Read also [the contribution guide](https://github.com/nicolas-van/modern-async/blob/master/CONTRIBUTING.md)). | ||
@@ -54,6 +58,10 @@ ## Installation | ||
[See the changelog](https://github.com/nicolas-van/modern-async/blob/master/CHANGELOG.md). | ||
[The changelog](https://github.com/nicolas-van/modern-async/blob/master/CHANGELOG.md). | ||
## Contribution Guide | ||
[The contribution guide](https://github.com/nicolas-van/modern-async/blob/master/CONTRIBUTING.md) | ||
## License | ||
[See the license here](https://github.com/nicolas-van/modern-async/blob/master/LICENSE.md). | ||
[The license](https://github.com/nicolas-van/modern-async/blob/master/LICENSE.md). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
316206
8744
66