Skip to content

Commit

Permalink
regen website
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-van committed Jan 4, 2021
1 parent 9f3fffe commit c2bb18d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/modern-async/1.0.2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,17 @@ <h2><a href="index.html"><div class="text">modern-async</div></a></h2><div class

<section class="readme">
<article><h1>modern-async</h1>
<p><a href="https://nicolas-van.github.io/modern-async"><img src="https://img.shields.io/website.svg?url=http%3A%2F%2Fnicolas-van.github.io%2Fmodern-async" alt="Website"></a>
<a href="https://github.com/nicolas-van/modern-async/actions"><img src="https://github.com/nicolas-van/modern-async/workflows/Node.js%20CI/badge.svg" alt="Node.js CI"></a> <a href="https://www.npmjs.com/package/modern-async"><img src="https://img.shields.io/npm/v/modern-async" alt="npm"></a></p>
<p><a href="https://github.com/nicolas-van/modern-async"><img src="https://img.shields.io/github/stars/nicolas-van/modern-async?style=social" alt="GitHub Repo stars"></a> <a href="https://nicolas-van.github.io/modern-async"><img src="https://img.shields.io/website.svg?url=http%3A%2F%2Fnicolas-van.github.io%2Fmodern-async" alt="Website"></a>
<a href="https://github.com/nicolas-van/modern-async/actions"><img src="https://github.com/nicolas-van/modern-async/workflows/Node.js%20CI/badge.svg" alt="Node.js CI"></a> <a href="https://www.npmjs.com/package/modern-async"><img src="https://img.shields.io/npm/v/modern-async" alt="npm"></a> <a href="https://coveralls.io/github/nicolas-van/modern-async?branch=master"><img src="https://coveralls.io/repos/github/nicolas-van/modern-async/badge.svg?branch=master" alt="Coverage Status"></a> <a href="https://www.jsdelivr.com/package/npm/modern-async"><img src="https://data.jsdelivr.com/v1/package/npm/modern-async/badge" alt=""></a></p>
<p>A modern JavaScript tooling library for asynchronous operations using async/await and promises.</p>
<p>This library is a modernized alternative to a lot of libraries like <a href="https://caolan.github.io/async/v3/">Async.js</a> that were created using the legacy callback style to handle asynchronous operations. Its goal is to be as complete as any of those libraries while being built from the very beginning with async/await and promises in mind.</p>
<p><a href="https://nicolas-van.github.io/modern-async">See the documentation</a>.</p>
<ul>
<li>Exclusively uses async/await and promises in its code, tests and documentation.</li>
<li>Has almost no dependencies.</li>
<li>Has low bundle size.</li>
<li>Has 100% code coverage.</li>
<li>Bundled for ESM modules, CommonJS and UMD.</li>
<li>Works in node &gt;= 10.0 and in the vast majority of browsers (old browser compatibility can be achieved using Babel and shims).</li>
<li>Works in node &gt;= 10.0 and in the vast majority of browsers (very old browser compatibility can be achieved using Babel and shims).</li>
</ul>
<h2>This project accepts feature requests !</h2>
<p>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 <a href="https://github.com/nicolas-van/modern-async/blob/master/CONTRIBUTING.md">the contribution guide</a>.</p>
Expand Down

0 comments on commit c2bb18d

Please sign in to comment.