File tree 3 files changed +6
-2
lines changed
tests/dummy/app/application
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ### 0.8.13
3
+ - waitForEvent() support for native DOM EventTargets
4
+ (instead of just Ember / jQuery objects) (#187 )
5
+
2
6
### 0.8.12
3
7
- Officially release and document "Encapsulated Tasks", which
4
8
are tasks that can maintain/mutate their own state without
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-concurrency" ,
3
- "version" : " 0.8.12 " ,
3
+ "version" : " 0.8.13 " ,
4
4
"description" : " Improved concurrency/async primitives for Ember.js" ,
5
5
"directories" : {
6
6
"doc" : " doc" ,
Original file line number Diff line number Diff line change 1
1
import Controller from '@ember/controller' ;
2
2
import config from '../config/environment' ;
3
3
4
- const versionRegExp = / \d [ . ] \d [ . ] \d / ;
4
+ const versionRegExp = / \d + [ . ] \d + [ . ] \d + / ;
5
5
const {
6
6
APP : { version }
7
7
} = config ;
You can’t perform that action at this time.
0 commit comments