Releases: ivogabe/gulp-typescript
Releases · ivogabe/gulp-typescript
v2.7.4 - VSCode & Updated readme
- Updated readme by @yuit (#119)
- Emit errors the same as
tsc
for easy VSCode integration (#120)
- Fixed source maps when using
out
with resolved files.
- Fixed path separators on windows (#117)
- Added a warning when common source directory is calculated wrong in TS 1.4
v2.7.3 - Fix for resolved files outside of common base path
v2.7.2 - Bugfixes
- Fixed a mistake in the fix for #107
- Fixed code in readme (#111)
- Added
typings
folder to .npmignore
v2.7.1 - bugfixes
Fixed two bugs:
- The root directory was pointing to the wrong directory (#107)
- Not all ModuleKinds were supported (#109)
v2.7.0 - tsconfig.json
- tsconfig.json (#99)
- Refactoring (#95)
- Support for outDir (#97)
- Relative sourcemap paths (#52)
- Use lib.es6.d.ts when targeting es6 (#94)
- Allow relative base paths when using filters (#49)
v2.6.0 - Improved support for TypeScript 1.5.0 (alpha)
- Improved support for future versions of TypeScript (#89, see #91 how to use version 1.5.0-alpha)
- New reporter for IDE support (intelliJ, #79)
v2.5.0 - Own version of TypeScript
- Allow users to use different versions of TypeScript (#76)
- Add
out
option (#77)
- Fix build cache in combination with filters (#73)
v2.4.2 - Bug fix
- Resolve lib.d.ts from typescript package correctly (#59)
- Add contributors to package.json (#61)
- Change event-stream to merge2 example (#48)
v2.4.0 - TypeScript 1.4
- TypeScript 1.4
- Switched from gulp-concat-sourcemaps to gulp-concat
- Fix ugly errors when a file from referencedFrom wasn't found (#50)