Skip to content

Commit 9e14c3d

Browse files
committed
Bump to version 4.0.1
1 parent eb7a05b commit 9e14c3d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Next
44

5+
## v4.0.1
6+
* FIX: Corrected an issue introduced in 4.0.0 where Grunt transforms were not running on `out`, `outDir`, `reference`, `mapRoot`, or `sourceRoot`. (#220 - thanks to paulgambrell and JoeFirebaugh for the report.)
7+
* FIX: An empty compile step was getting called once per project file if `vs` was used; this has been corrected.
8+
* FIX: Ignored a dev-only directory for npm.
9+
* FIX: Comments will now be preserved when using `vs` unless RemoveComments is explicitly set in the Visual Studio project.
10+
* DOCS: Clarified that Compile on Save is not necessarily disabled if you follow the instructions to disable the Visual Studio TypeScript build (but it can be disabled if desired).
11+
512
## v4.0.0
613
* FEAT: Now supports parsing and compiling directly against the TypeScript files and configuration specified in a Visual Studio project file - .csproj or .vbproj. Visual Studio *not* required and files list/config override-able, ignorable and extend-able. (https://github.com/TypeStrong/grunt-ts/pull/215)
714
* FEAT: Now includes a custom TypeScript targets file to easily disable the internal Visual Studio TypeScript build.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "basarat",
33
"name": "grunt-ts",
44
"description": "Compile and manage your TypeScript project",
5-
"version": "4.0.0",
5+
"version": "4.0.1",
66
"homepage": "https://github.com/grunt-ts/grunt-ts",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)