File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
11
### 0.7.4
3
12
- When using Ember 2.5.0 or higher, you can now pass task objects
4
13
directly to the closure ` action ` helper, e.g.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-concurrency" ,
3
- "version" : " 0.7.4 " ,
3
+ "version" : " 0.7.5 " ,
4
4
"description" : " Improved concurrency/async primitives for Ember.js" ,
5
5
"directories" : {
6
6
"doc" : " doc" ,
You can’t perform that action at this time.
0 commit comments