Awesome Typescript Loader Versions Save

Awesome TypeScript loader for webpack

v5.2.0

5 years ago

Merged: #594

v5.1.0

5 years ago

Merged:

  1. Fix deprecation notice of enhanced-resolve #589
  2. Use webpack to write declaration files, gives better reporting #588
  3. Assertion check for webpack version #584
  4. Pass Unix-style path to config parser #581
  5. Use webpack-log for nicer logging #568

v5.0.0-0

6 years ago

v4.0.0

6 years ago

v4.0.0-0

6 years ago

Starting 4.x release targets to support TS > 2.7

This release includes:

  • #519 — Support new TS 2.7 watching API. Drops support for everything < 2.7

v3.5.0

6 years ago

Maintenance release, includes #532 #235 #531

v3.4.0

6 years ago

Fixes several big performance problems, info can be found in #517

v3.3.0

6 years ago
  • Add errorsAsWarnings option.
  • Add forceIsolatedModules option.
  • Write some docs about performance issues.
  • use enhancedResolve to resolve babel-core
  • performance issue on case-insensitive file systems #507

v3.2.0

6 years ago

Fixed:

  1. #448
  2. #422
  3. minimatch replaced with micromatch

v3.2.0-rc.0

6 years ago

This release contains several improvements:

  • Allow specifying reportFiles to control error-reporting scope.
  • silent now affects more output.
  • Should fix disappearing error messages #437.
  • Fix Loader did not return a buffer of string errors caused by wrong file name in case-insensitive file systems.
  • Fix PathPlugin to skip @types/.. aliases.
  • Try to properly handle file renaming and removal #372.

Published as a release candidate, because may need some polishing and testing.