You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
* While still compatible with older versions, grunt-ts now depends on TypeScript 1.5.3 by default (via package.json).
8
8
* In addition to features added in 4.2.0-beta.1, added experimentalDecorators flag.
9
9
* If emitDecoratorMetadata is specified, experimentalDecorators will now be enabled automatically.
10
-
* If both inlineSources and inlineSourceMap are specified, sourceMap will now be disabled automatically.
10
+
* If both inlineSources and inlineSourceMap are specified, sourceMap will now be disabled automatically. Thanks @bryanforbes for notifying us of the change between TypeScript 1.5-alpha and 1.5-beta.
11
11
* DOCS: Updated for the above. Thanks to @hdeshev for the PR.
0 commit comments