modern-async
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "modern-async", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "A modern tooling library for asynchronous operations using async/await and promises", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -15,7 +15,7 @@ # modern-async | ||
* Bundled for ESM modules, CommonJS and UMD. | ||
* Works in node >= 10.0 and in the vast majority of browsers (if using Babel or the UMD version). | ||
* Works in node >= 10.0 and in the vast majority of browsers (old browser compatibility can be achieved using Babel or the UMD version). | ||
## 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 start by reading [the contribution guide](https://github.com/nicolas-van/modern-async/blob/master/CONTRIBUTING.md). | ||
@@ -28,3 +28,3 @@ ## Installation | ||
Or use [jsDelivr](https://www.jsdelivr.com/package/npm/modern-async) to get the UMD version. The content of the library will be available under the `modernAsync` global variable. | ||
Or use [jsDelivr](https://www.jsdelivr.com/package/npm/modern-async) to get the Babelized UMD version. The content of the library will be available under the `modernAsync` global variable. | ||
@@ -31,0 +31,0 @@ ## Usage |
Sorry, the diff of this file is too big to display
369980
25700