- Updated the test infrastructure (#545)
- Updated dependencies (#551)
- Removed dependency on
gulp-util
- Updated vinyl
- Removed dependency on
- Clarified the configuration of source maps in the readme (#538)
- Fixed an issue where paths in additional options in
createProject(..)
where not resolved correctly (#525) - Correctly use the
finish
andend
events (#540) - Don't show 'emit failed' with
noEmit: true
(#490) - Write errors to stdout instead of stderr, since the errors are not failures of gulp-typescript.