Skip to content

Commit 086652f

Browse files
committed
Update for 4.2.0-beta.1
1 parent 4e1a4f7 commit 086652f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Next
44

5-
## v4.2.0
5+
## v4.2.0-beta.1 (2015-06-07)
66
* FEAT: TypeScript 1.5 beta support.
77
* Added support for new TS 1.5 switches: newLine, noEmit, emitDecoratorMetadata, isolatedModules, noEmitHelpers, inlineSourceMap, inlineSources.
88
* Added support for SystemJS ('system') and UMD ('umd') on `module` option.

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66

77
Grunt-ts is an npm package that handles TypeScript compilation work in GruntJS build scripts. It provides a [Grunt-compatible wrapper](#support-for-tsc-switches) for the `tsc` command-line compiler, and provides some [additional functionality](#grunt-ts-gruntfilejs-options) that improves the TypeScript development workflow. Grunt-ts even supports compiling against a [Visual Studio project](#vs) directly. Grunt-ts is itself written in [TypeScript](./tasks/ts.ts).
88

9-
[Latest Changes](CHANGELOG.md)
9+
### Latest Changes
10+
Current major release is v4.1.2, which includes TypeScript 1.4. This is the best release for coding with ES5 syntax only.
11+
12+
Current beta release is v4.2.0-beta.1, which includes TypeScript 1.5-beta and supports all currently available functionality from that release. This release is stable enough for us to use it for grunt-ts itself. If you want to start using ES6 syntax today (while transpiling down to ES5), this is the correct release to use. We will keep this up to date (but marked as beta), until TypeScript 1.5 is officially released (hopefully in the next week or two).
13+
14+
[Full changelog is here](CHANGELOG.md).
1015

1116
## Getting Started
1217

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.1.2",
5+
"version": "4.2.0-beta.1",
66
"homepage": "https://github.com/grunt-ts/grunt-ts",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)