Skip to content

v4.0.0 - Updated for new Gulp & TypeScript versions

Compare
Choose a tag to compare
@ivogabe ivogabe released this 07 Feb 20:58
· 79 commits to master since this release

Release 4.0 dropped support for version of TypeScript before 4.0. It added support for the new release of Gulp (4.0). The important changes can be found in the release notes for 4.0.0-alpha.1:

  • Updated the test infrastructure (#545)
  • Updated dependencies (#551)
    • Removed dependency on gulp-util
    • Updated vinyl
  • 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 and end 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.