Skip to content

Releases: ivogabe/gulp-typescript

v2.7.4 - VSCode & Updated readme

16 May 16:01
Compare
Choose a tag to compare
  • 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

11 May 09:07
Compare
Choose a tag to compare

v2.7.2 - Bugfixes

10 May 14:07
Compare
Choose a tag to compare
  • Fixed a mistake in the fix for #107
  • Fixed code in readme (#111)
  • Added typings folder to .npmignore

v2.7.1 - bugfixes

09 May 12:31
Compare
Choose a tag to compare

Fixed two bugs:

  • The root directory was pointing to the wrong directory (#107)
  • Not all ModuleKinds were supported (#109)

v2.7.0 - tsconfig.json

08 May 07:34
Compare
Choose a tag to compare
  • 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)

04 Apr 09:24
Compare
Choose a tag to compare
  • 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

16 Mar 16:21
Compare
Choose a tag to compare
  • 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

31 Jan 08:14
Compare
Choose a tag to compare
  • Resolve lib.d.ts from typescript package correctly (#59)
  • Add contributors to package.json (#61)
  • Change event-stream to merge2 example (#48)

v2.4.1 - Bug fixes

21 Jan 19:04
Compare
Choose a tag to compare

v2.4.0 - TypeScript 1.4

20 Jan 13:37
Compare
Choose a tag to compare
  • TypeScript 1.4
  • Switched from gulp-concat-sourcemaps to gulp-concat
  • Fix ugly errors when a file from referencedFrom wasn't found (#50)