Skip to content

Releases: ivogabe/gulp-typescript

v2.9.1 - Updated readme, fixed moduleResolution

02 Oct 08:26
Compare
Choose a tag to compare
  • Various updates to readme
  • Fixed an issue with moduleResolution option (#209)

v2.9.0 - TypeScript 1.6

17 Sep 18:35
Compare
Choose a tag to compare
  • TypeScript 1.6 is now used by default
  • Added support for setting "node" as moduleResolution

v2.8.3 - `exclude` implementation fixed

13 Sep 15:18
Compare
Choose a tag to compare
  • Fixed problems with exclude implementation (reported by @jdiprizio in #145)

v2.8.2 - Support for TS1.6 beta

03 Sep 07:30
Compare
Choose a tag to compare
  • Added option moduleResolution
  • Added option outFile
  • Reuse program structure (for incremental compilation)
  • Fixes to isolatedModules (#185, #199), filters (#197) and sortOutput (#189, #198)

v2.8.1 - Support for newest ts@next

18 Aug 17:48
Compare
Choose a tag to compare
  • Support for newest typescript@next
  • Ignore sourcemaps settings (#172)
  • Fix issue when setting cwd option in gulp.src (#161)

v2.8.0 - Use TS1.5 by default & support JSX

20 Jul 18:58
Compare
Choose a tag to compare
  • TS 1.5 is now used by default, but you can still use 1.4 if you want (see readme).
  • Ability to use JSX (when using a development version of TypeScript, #162).
  • Fixed resolving files from tsconfig.json (#165)

v2.7.8 - Bugs & performance

29 Jun 08:31
Compare
Choose a tag to compare
  • Sourcemap file property should be relative to the base path (#154)
  • Use normalized file paths, fixes issues with filters on windows (#156)
  • Better performance when using out and source maps (#155)

v2.7.7 - Bug fixes

16 Jun 17:48
Compare
Choose a tag to compare
  • Fixed an issue when files outside the root directory broke the build (#144)
  • Support excludes property in tsconfig.json (#145)
  • Use input source map and content for output source map (#146)

v2.7.6 - Fast isolatedModules compilation

02 Jun 18:39
Compare
Choose a tag to compare
  • File based compilation under the isolatedModules option (#130)
  • Show error count (#138)
  • Remove BOM from tsconfig.json file before parsing it (#139)
  • Show an error if a file from tsconfig.json is missing (#137)
  • Fixed an issue related to subdirectories (#133)
  • Fixed an issue that errors were not visible (#134)
  • Don't show an error when the input exists of only declaration files (#136)
  • Fixes to readme (#131, #141)
  • Added license to readme (#142)

v2.7.5 - Travis testing & removed source directory warning

19 May 14:20
Compare
Choose a tag to compare
  • Added Travis CI (#127)
  • Fixed an issue where the difference between common directories was calculated as "/" instead of ""
  • Removed source directory warning, an empty file is now automatically added when using TS1.4 to ensure that the common source directory is calculated properly by TypeScript.
  • Fixed typo in readme (#125)