Releases: ivogabe/gulp-typescript
Releases · ivogabe/gulp-typescript
v2.9.1 - Updated readme, fixed moduleResolution
- Various updates to readme
- Fixed an issue with
moduleResolution
option (#209)
v2.9.0 - TypeScript 1.6
- TypeScript 1.6 is now used by default
- Added support for setting
"node"
as moduleResolution
v2.8.3 - `exclude` implementation fixed
- Fixed problems with
exclude
implementation (reported by @jdiprizio in #145)
v2.8.2 - Support for TS1.6 beta
v2.8.1 - Support for newest ts@next
v2.8.0 - Use TS1.5 by default & support JSX
v2.7.8 - Bugs & performance
v2.7.7 - Bug fixes
v2.7.6 - Fast isolatedModules compilation
- 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
- 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)