Skip to content

Commit 6ccd3ad

Browse files
committed
prep v6.0.0-beta.22 release
1 parent e367e3e commit 6ccd3ad

File tree

4 files changed

+77
-62
lines changed

4 files changed

+77
-62
lines changed

CHANGELOG.md

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

33
## vNext
44

5+
## v6.0.0-beta.22
6+
* FIX: Loosen Grunt peer dependency to any 1.0 version. Thanks for the PR [@danielrentz](https://github.com/danielrentz). (#431)
7+
58
## v6.0.0-beta.21
69
* FIX: Resolves baseUrl appearing blank under certain circumstances. Thanks for the PR to first-time contributor [@beyerleinf](https://github.com/beyerleinf). (#426)
710

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
## TypeScript Compilation Task for GruntJS
66

7-
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 supports compiling against [tsconfig.json](#tsconfig) or even a [Visual Studio project](#vs) directly. Grunt-ts is itself written in [TypeScript](./tasks/ts.ts).
7+
Grunt-ts is an npm package that handles TypeScript compilation work in GruntJS build scripts. This project, much like Grunt itself, is now in a mature maintenance phase and no significant features will be considered. New maintainers welcome!
8+
9+
Grunt-ts 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 supports compiling against [tsconfig.json](#tsconfig) or even a [Visual Studio project](#vs) directly. Grunt-ts is itself written in [TypeScript](./tasks/ts.ts).
810

911
### Looking for Maintainers
1012
Do you use grunt-ts? Would you like to help keep it up-to-date for new TypeScript versions? Please let [@nycdotnet](https://github.com/nycdotnet) know.
@@ -13,7 +15,7 @@ Do you use grunt-ts? Would you like to help keep it up-to-date for new TypeScri
1315
Thank you for your interest in contributing! Please see the [contributing](CONTRIBUTING.md) guide for details.
1416

1517
### Latest Changes
16-
Latest recommended release is `6.0.0-beta.21`, which has native support for features added in TypeScript 2.7, and is compatible with any future version of TypeScript by using the [tsconfig.json passthrough](#passthrough) feature, or the [additionalFlags](#additionalflags) option.
18+
Latest recommended release is `6.0.0-beta.22`, which has native support for features added in TypeScript 2.7, and is compatible with any future version of TypeScript by using the [tsconfig.json passthrough](#passthrough) feature, or the [additionalFlags](#additionalflags) option.
1719
Latest "stable" (though very old at this point) release is `5.5.1` with built-in support for features up to TypeScript 1.8. [Full changelog is here](CHANGELOG.md).
1820

1921
## Quickstart
@@ -1969,9 +1971,6 @@ module.exports = function(grunt) {
19691971
};
19701972
````
19711973

1972-
Note that it is not currently possible to force TypeScript to emit all JavaScript with a particular line ending, but a switch to allow that is under discussion here: https://github.com/Microsoft/TypeScript/issues/1693
1973-
1974-
19751974
## Video Examples
19761975
**TypeScript programming using grunt-ts (YouTube):**
19771976

0 commit comments

Comments
 (0)