Skip to content

Commit

Permalink
prep v6.0.0-beta.22 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nycdotnet committed Jan 22, 2019
1 parent e367e3e commit 6ccd3ad
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 62 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## vNext

## v6.0.0-beta.22
* FIX: Loosen Grunt peer dependency to any 1.0 version. Thanks for the PR [@danielrentz](https://github.com/danielrentz). (#431)

## v6.0.0-beta.21
* FIX: Resolves baseUrl appearing blank under certain circumstances. Thanks for the PR to first-time contributor [@beyerleinf](https://github.com/beyerleinf). (#426)

Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

## TypeScript Compilation Task for GruntJS

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).
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!

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).

### Looking for Maintainers
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.
Expand All @@ -13,7 +15,7 @@ Do you use grunt-ts? Would you like to help keep it up-to-date for new TypeScri
Thank you for your interest in contributing! Please see the [contributing](CONTRIBUTING.md) guide for details.

### Latest Changes
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.
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.
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).

## Quickstart
Expand Down Expand Up @@ -1969,9 +1971,6 @@ module.exports = function(grunt) {
};
````

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


## Video Examples
**TypeScript programming using grunt-ts (YouTube):**

Expand Down
Loading

0 comments on commit 6ccd3ad

Please sign in to comment.