Skip to content

Releases: ivogabe/gulp-typescript

v2.3.0 - TypeScript 1.3

12 Nov 18:32
Compare
Choose a tag to compare
  • Updated TypeScript to version 1.3
  • Added reporter.fullReporter
  • Fixed a TypeError that was introduced in the reporters feature

v2.2.1 - Reporters & bug fix

08 Nov 12:57
Compare
Choose a tag to compare
  • Added reporters & more info in error event (#43)
  • Fixed error reporting of errors in external resolved files (#42)

v2.2.0 - Filter support & speed increase

27 Oct 16:50
Compare
Choose a tag to compare
  • Support for filters (see readme) (#29)
  • Compilation is not started when there are no input files (#34)
  • Compilation is not started when the input files didn't change, the old results are then emitted.
  • Original filenames are now always used in fs calls and error messages.
  • Better test system
  • lib.d.ts is only parsed once, so incremental builds are faster.
  • Fixed line and column numbers (#33)

v2.1.0 - TypeScript 1.1.0 CTP

17 Oct 08:04
Compare
Choose a tag to compare
  • TypeScript 1.1.0 CTP
  • Updated dependencies

[email protected] - Renamed to gulp-typescript

21 Sep 19:43
Compare
Choose a tag to compare
  • Renamed to gulp-typescript (#13), see the wiki.

[email protected] - Better error reporting & sourceRoot option

06 Sep 16:33
Compare
Choose a tag to compare
  • Added ability to lissen to errors using .on('event, ...).
  • Added sourceRoot option.
  • Updated dependencies
  • Switched from gulp-clean to rimraf since gulp-clean is deprecated.

[email protected] - Added missing functionality from the --out option.

28 May 10:01
Compare
Choose a tag to compare

The --out option of tsc does a few things that were not yet possible with gulp-type:

  • Sort files based on references
  • Generate one source map

With this release this is also possible with gulp-type. Set the sortOutput option to true and the output files will be sorted.

The source maps are changed a bit. There is no .map property any more, but gulp-type supports now gulp-sourcemaps. An example gulpfile is in the readme.

[email protected] - Bug fixes

18 May 17:49
Compare
Choose a tag to compare
Pre-release

Fixes an issue with file paths, which caused problems with Windows (#2) and differences in casing in filenames (#1).

[email protected] - Initial release

18 May 17:45
Compare
Choose a tag to compare
Pre-release

Initial release