File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 1.2.0
4
+ - Introduce official TypeScript definitions targetting the last 3 versions of
5
+ TypeScript. A big, big thank you to @chancancode for this heroic effort!
6
+ Also, a thank you to all others before who worked on previous iterations of
7
+ typing experiments for ember-concurrency and provided feedback. ** If you were
8
+ using one of the community-provided solutions or other custom type definitions,
9
+ you will likely need to remove those and refactor to adhere to the new official
10
+ types. (#357 )
11
+
12
+ For more information about using TypeScript with ember-concurrency, please see the new [ docs page] ( https://ember-concurrency.com/docs/typescript )
13
+
3
14
### 1.1.7
4
15
- Fix waitForProperty on non-EmberObject hosts (#352 . Fixes #292 . Thanks @andrewfan for the find!)
5
16
You can’t perform that action at this time.
0 commit comments