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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
1
# Releases
2
2
3
3
## Next
4
+
* Nothing yet
5
+
6
+
## v3.0.0
7
+
***Breaking Change**: the default bundled typescript compiler is now `1.4.1`
8
+
* FEAT: More compiler flags supported (https://github.com/TypeStrong/grunt-ts/pull/206)
4
9
* CHORE: updated chokidar. Needed to decrease CPU utilization on certain OSes (https://github.com/TypeStrong/grunt-ts/issues/192#issuecomment-68136726)
5
10
* FIX: now will default to Grunt end of line character, but supports Grunt override (#200).
11
+
* CHORE: do not publish `/customcompiler` folder to npm
6
12
7
13
## v2.0.1
8
14
* FIX: Compatibility with TypeScript 1.3 exit codes (#189).
0 commit comments