Skip to content

Commit 8299ea8

Browse files
authored
Add notes on Ember version support
1 parent d270f09 commit 8299ea8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ In addition to ember-cli-typescript, the following are installed:
2828
+ [`@types/ember-testing-helpers`](https://www.npmjs.com/package/@types/ember-testing-helpers)
2929
- Files:
3030
+ [`tsconfig.json`](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html)
31+
32+
## Ember support
33+
34+
ember-cli-typescript runs its test suite against the 2.4 LTS, the 2.8 LTS, the
35+
current release, the beta branch, and the canary branch. It's also in active use
36+
in several large applications. Any breakage for upcoming releases *should* be
37+
detected and fixed ahead of those releases, but you can help us guarantee that by
38+
running your own Ember.js+TypeScript app with beta and canary turned on and let us
39+
know if you run into issues with upcoming Ember.js releases.
3140

3241
## Notes on `tsconfig.json`
3342

0 commit comments

Comments
 (0)