We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042e0b2 commit ff972faCopy full SHA for ff972fa
CHANGELOG.md
@@ -1,7 +1,13 @@
1
# Changelog
2
3
-## next version
+## 2.0.0
4
5
+* Major re-design of the API. This re-design was made with the following goals:
6
+ * Avoiding function naming conflict with popular libraries (notably lodash)
7
+ * Simplifying the API by removing duplicate functions
8
+ * Proposing safer default parameters regarding concurrency handling
9
+
10
+ See the [migration guide](https://github.com/nicolas-van/modern-async/blob/master/version-1-to-2-guide.md) to know how to migrate to version 2.X.
11
* Added `reflectAsyncStatus()` function.
12
13
## 1.1.4
0 commit comments