We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237930d commit 090a0d1Copy full SHA for 090a0d1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### 2.3.2
4
+ - Simplify the async arrow fn task() API to allow omitting the `this` param, e.g.
5
+ `myTask = task(async () => {})` (#477)
6
+
7
### 2.3.1
8
- Add runtime assertion to detect transpilation failures with the new async arrow fn API
9
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
- "version": "2.3.1",
+ "version": "2.3.2",
"description": "Improved concurrency/async primitives for Ember.js",
"scripts": {
"build": "ember build --environment=production",
0 commit comments