Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Releases: s-panferov/awesome-typescript-loader

v5.2.0

21 Jun 16:02
Compare
Choose a tag to compare

Maintenance release

10 Jun 23:35
Compare
Choose a tag to compare

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

TypeScript > 2.7 and Webpack 4.x

06 Mar 19:30
Compare
Choose a tag to compare
Pre-release
v5.0.0-0

chore(release): 5.0.0-0

TypeScript > 2.7 and Webpack 3.x

06 Mar 19:29
Compare
Choose a tag to compare
v4.0.0

chore(release): 4.0.0

v4.0.0-0

24 Feb 18:45
Compare
Choose a tag to compare
v4.0.0-0 Pre-release
Pre-release

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

24 Feb 18:43
Compare
Choose a tag to compare

Maintenance release, includes #532 #235 #531

Performance release

18 Nov 10:23
Compare
Choose a tag to compare

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

v3.3.0

01 Nov 06:55
Compare
Choose a tag to compare
  • 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

28 Jun 17:38
Compare
Choose a tag to compare

Fixed:

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

v3.2.0-rc.0

16 Jun 05:43
Compare
Choose a tag to compare
v3.2.0-rc.0 Pre-release
Pre-release

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.