Skip to content

Commit bc1d918

Browse files
committed
Released 0.7.5
1 parent 8cf4894 commit bc1d918

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
2+
### 0.7.5
3+
- You no longer have to set `includePolyfill:true` in
4+
ember-cli-build.js as a requirement for using
5+
ember-concurrency. `regenerator-runtime` is now
6+
provided by https://github.com/machty/ember-maybe-import-regenerator,
7+
which gracefully no-ops if you still want to keep
8+
`includePolyfill:true`. Babel's polyfill is 98kb minified,
9+
whereas the regenerator runtime is only 4kb minified.
10+
211
### 0.7.4
312
- When using Ember 2.5.0 or higher, you can now pass task objects
413
directly to the closure `action` helper, e.g.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-concurrency",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "Improved concurrency/async primitives for Ember.js",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)