File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Changed
10
+
11
+ * Clarified instructions for sourcemaps.
12
+
13
+ ### Fixed
14
+
15
+ * TypeScript no longer churns on every change in the ` tmp ` directory.
16
+ * Make sure ember-cli-typescript is a dev dependency when generating in-repo-addons, so their TypeScript gets built correctly.
17
+ * Eliminated some lint errors in the build.
18
+
9
19
## [ 1.2.1] - 2018-03-14
10
20
11
21
### Fixed
@@ -17,8 +27,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
17
27
### Added
18
28
19
29
* Blueprint (and tests) to generate in-repo addons configured for TypeScript
20
- * @ts-ignore component template import.
21
- * -addon blueprints for all the things to generate .ts files in ` app/ ` in an addon.
30
+ * Add ` // @ts-ignore` component template import.
31
+ * ` -addon ` blueprints for all the things to generate .ts files in ` app/ ` in an addon.
22
32
23
33
### Changed
24
34
You can’t perform that action at this time.
0 commit comments