Releases: ivogabe/gulp-typescript
Releases · ivogabe/gulp-typescript
v2.3.0 - TypeScript 1.3
- 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
v2.2.0 - Filter support & speed increase
- 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
- TypeScript 1.1.0 CTP
- Updated dependencies
[email protected] - Renamed to gulp-typescript
[email protected] - Better error reporting & sourceRoot option
- Added ability to lissen to errors using
.on('event, ...)
. - Added sourceRoot option.
- Updated dependencies
- Switched from
gulp-clean
torimraf
sincegulp-clean
is deprecated.
[email protected] - Added missing functionality from the --out option.
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
[email protected] - Initial release
Initial release