Skip to content

Releases: ivogabe/gulp-typescript

v3.2.3 - Support TS 2.7-dev

23 Oct 20:24
Compare
Choose a tag to compare

Adds support for 2.7-dev builds of TypeScript.

v3.2.2 - Spelling fixes and support for TS 2.6-dev

23 Oct 20:18
Compare
Choose a tag to compare
  • Spelling fix in docs
  • Support 2.6-dev builds of TypeScript

v3.2.1 - Fixes for regressions and updated infrastructure

15 Jul 19:42
Compare
Choose a tag to compare

This release fixes some regressions which were introduced in v3.2.0:

  • Fix reading of enum-based settings such as module and target (#526)
  • Files are resolved when calling tsProject.src() instead of createProject() (#525)
  • Don't show error if no files are resolved when calling createProject() (#527)

The test infrastructure has been updated too, the project is now tested with TypeScript 2.3, 2.4 and the master of their repository.

v3.2.0 - TSConfig Extends Support

06 Jul 22:05
Compare
Choose a tag to compare

This release adds support for the extends key in tsconfig files. Furthermore it adds compatibility with TypeScript 2.5-dev.

v3.1.7 - Documentation

06 Jul 21:01
Compare
Choose a tag to compare

Various updates on documentation, including:

v3.1.6 - Fix performance issues

16 Mar 19:24
Compare
Choose a tag to compare
  • Fixes performance issues for projects with lots of files - #495

v3.1.5 - Latest nightlies

16 Feb 08:37
Compare
Choose a tag to compare
  • Support latest nightly builds (#484)
  • Write JavaScript files and definition files to the same directory when using outFile or out (#480)

v3.1.4 - Sourcemap fixes

06 Jan 18:33
Compare
Choose a tag to compare
  • Fixes source maps with preprocessed files (#460)
  • Fixes source maps for files in subdirectories on Windows (#472)

v3.1.3 - Support latest TypeScript nightlies

13 Nov 21:12
Compare
Choose a tag to compare
  • Support latest TypeScript nightlies - #457
  • Clarify the difference between tsProject.src() and gulp.src(..) - #445

v3.1.2 - Mark @types as devDependencies

13 Nov 21:10
Compare
Choose a tag to compare