Skip to content

Commit fa8c4cf

Browse files
committed
Bump to version 4.0.0
1 parent c0f7eb9 commit fa8c4cf

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Releases
22

33
## Next
4+
5+
## v4.0.0
6+
* 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)
7+
* FEAT: Now includes a custom TypeScript targets file to easily disable the internal Visual Studio TypeScript build.
8+
* DOCS: New detailed instructions on how to disable TypeScript build within Visual Studio while keeping TypeScript Build project properties pane functional.
9+
* DOCS: Several documentation improvements and clarifications.
410
* FIX: report error on wrong `module` option. (https://github.com/TypeStrong/grunt-ts/pull/212)
11+
* FIX: Corrected an issue where the grunt-ts transforms module might transform itself. #SkyNet
12+
* CHORE: Added unit test for ///ts:ref= transform.
13+
* CHORE: Removed dependency on tslint-path-formatter and upgraded grunt-tslint dev dependency to 2.0.0.
514

615
## v3.0.0
716
* **Breaking Change**: the default bundled typescript compiler is now `1.4.1`

package.json

Lines changed: 4 additions & 2 deletions
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": "3.0.0",
5+
"version": "4.0.0",
66
"homepage": "https://github.com/grunt-ts/grunt-ts",
77
"repository": {
88
"type": "git",
@@ -72,6 +72,8 @@
7272
"keywords": [
7373
"gruntplugin",
7474
"typescript",
75-
"compiler"
75+
"compiler",
76+
"visualstudio",
77+
"build"
7678
]
7779
}

0 commit comments

Comments
 (0)