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

Latest commit

 

History

History
1293 lines (610 loc) · 44.2 KB

CHANGELOG.md

File metadata and controls

1293 lines (610 loc) · 44.2 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.2.1 (2018-09-06)

5.2.0 (2018-06-21)

Features

  • pass ts.Program as an argument for getCustomTransformers (#594) (c0d10bf)

5.1.1 (2018-06-19)

Bug Fixes

  • dependencies: make webpack-log a dependency (#593) (247730d)

5.1.0 (2018-06-10)

Bug Fixes

  • pass Unix-style path to config parser (#581) (c006193)

Features

5.0.0 (2018-04-06)

5.0.0-1 (2018-03-07)

5.0.0-0 (2018-03-06)

Features

4.0.0 (2018-03-06)

Features

4.0.0-1 (2018-03-02)

4.0.0-0 (2018-02-24)

3.5.0 (2018-02-24)

Features

  • allow setting getCustomTransformers as a path to a module (#531) (ad7cfad)

3.4.1 (2017-12-01)

Bug Fixes

  • use proper compiler variable (e30023d)

3.4.0 (2017-11-18)

3.4.0-0 (2017-11-17)

3.3.0 (2017-11-01)

Bug Fixes

  • performance issue on case-insensitive file systems #507 (fc04d29)
  • use enhancedResolve to resolve babel-core (9f7e978)

Features

  • add errorsAsWarnings option (bc9b544)
  • add forceIsolatedModules (7f74bba)

3.2.3 (2017-08-14)

Bug Fixes

  • checker: pass through execArgv to checker child process (#479) (5c7b0de)
  • delay sending diagnotics request (90022ae)

3.2.2 (2017-07-26)

Bug Fixes

  • dependencies: upgrading node dependencies (#472) (9473d2c)

3.2.1 (2017-06-28)

Bug Fixes

  • speedup caching by pre-hashing cacheIdentifier (589683f)

3.2.0 (2017-06-28)

Bug Fixes

  • paths-plugin: properly skip .d.ts files (f14eaab)
  • don't kill the loader when compilation.bail = true (#448) (3d8f91a)
  • environment cache invalidation (#449) (c073af1)

3.2.0-rc.0 (2017-06-16)

Features

  • case errors, silent, diagnostics, paths-plugin fixes (#446) (a15de0a)

3.1.3 (2017-04-28)

3.1.2 (2017-03-07)

Bug Fixes

  • properly handle declarationDir (0742e1a)

3.1.1 (2017-03-07)

Bug Fixes

  • proper check for fileName (399167f)

3.1.0 (2017-03-07)

Bug Fixes

  • always output unix-like path (905e14b)

Features

3.0.8 (2017-02-26)

Bug Fixes

  • don't add undefined to files (70d9f40)

3.0.7 (2017-02-22)

3.0.6 (2017-02-22)

Bug Fixes

3.0.5 (2017-02-22)

3.0.4 (2017-02-16)

Bug Fixes

3.0.4-rc.2 (2017-02-11)

3.0.4-rc.1 (2017-02-11)

Bug Fixes

  • try to fix some places of potential performance degradation, refs #366 (9c31177)

3.0.4-rc.0 (2017-02-09)

Bug Fixes

  • try to fix some places of potential performance degradation, refs #366 (441ef99)

3.0.3 (2017-02-06)

Bug Fixes

  • allow to pass context to PathPlugin, basic tests (207b164)

3.0.2 (2017-02-05)

3.0.1 (2017-02-05)

3.0.0 (2017-02-05)

Bug Fixes

  • refactor tests, add angular-webpack-starter test, also fixes #286 (41df56b)

Features

  • get options from this.options (f43a215)

3.0.0-beta.20 (2017-02-05)

Bug Fixes

3.0.0-beta.19 (2017-02-04)

Bug Fixes

  • undefined error on result.deps (ef56f36)

Features

3.0.0-beta.18 (2017-01-10)

Bug Fixes

  • correcting references to typescriptService.d.ts (8b5413d)
  • forgot to remove stale reference from tests (aef976f)
  • typo in package.json file (760e26b)

3.0.0-beta.17 (2016-12-14)

Bug Fixes

3.0.0-beta.16 (2016-12-14)

Bug Fixes

2.2.4 (2016-09-07)

Bug Fixes

2.2.3 (2016-09-06)

Bug Fixes

  • don't make configFilePath absolute twice, fixes #220 (cab47b5), closes #220

2.2.2 (2016-09-06)

2.2.1 (2016-08-15)

Bug Fixes

  • don't concat paths that already absolute (069e493)

2.2.0 (2016-08-15)

Bug Fixes

  • proper initial fileNames injection, refs #205 (71d01b1)

Features

2.1.1 (2016-07-25)

Bug Fixes

  • resolve dependencies for types entries (b70a81c)

2.0.1 (2016-07-08)

Bug Fixes

  • guard for 1.8.10 (1d1867b)
  • minor paths-plugin fix (230780a)
  • node 0.12.x (ec07d17)
  • process watch files with toUnix (79b72f1)
  • proper module resolution for .d.ts files (36b412c)
  • rename ts -> tsImpl, refs #156 (d8f24a1)
  • search all nodes for modules (can be optimized) (b3a9218)
  • watch files on Windows (normalize) (75b41d7)

Features

  • exclude test (3d24ccd)
  • fixed module resolution; add lib option support (e5ff563)
  • initial impl of PathsPlugin, refs #156 (6401a94)
  • more options, better error messages from ts (e4498df)
  • no more async, simplify module resolution (87f096e)
  • resolve type reference directives (799b17c)
  • rework path normalization for new TS (f6dcc22)
  • support types preventive resolution (6916c8f)
  • use TS's preProcessFile to extract deps, refs #168 (96fba97)

2.0.0 (2016-07-07)

Bug Fixes

  • guard for 1.8.10 (1d1867b)
  • minor paths-plugin fix (230780a)
  • process watch files with toUnix (79b72f1)
  • proper module resolution for .d.ts files (36b412c)
  • rename ts -> tsImpl, refs #156 (d8f24a1)
  • search all nodes for modules (can be optimized) (b3a9218)
  • watch files on Windows (normalize) (75b41d7)

Features

  • fixed module resolution; add lib option support (e5ff563)
  • initial impl of PathsPlugin, refs #156 (6401a94)
  • more options, better error messages from ts (e4498df)
  • no more async, simplify module resolution (87f096e)
  • resolve type reference directives (799b17c)
  • rework path normalization for new TS (f6dcc22)
  • support types preventive resolution (6916c8f)
  • use TS's preProcessFile to extract deps, refs #168 (96fba97)

2.0.0-rc.18 (2016-06-29)

Bug Fixes

2.0.0-rc.17 (2016-06-27)

2.0.0-rc.16 (2016-06-25)

Bug Fixes

2.0.0-rc.15 (2016-06-25)

Features

2.0.0-rc.14 (2016-06-25)

Features

  • support types preventive resolution (a74441f)

2.0.0-rc.13 (2016-06-24)

Bug Fixes

  • watch files on Windows (normalize) (3e8f324)

2.0.0-rc.12 (2016-06-23)

Bug Fixes

  • process watch files with toUnix (045ffd8)

2.0.0-rc.11 (2016-06-23)

Features

  • rework path normalization for new TS (76ada5d)

2.0.0-rc.10 (2016-06-21)

Bug Fixes

2.0.0-rc.9 (2016-06-21)

2.0.0-rc.8 (2016-06-21)

Features

  • resolve type reference directives (27b4f9f)

2.0.0-rc.7 (2016-06-21)

Features

  • use TS's preProcessFile to extract deps, refs #168 (0a064e7)

2.0.0-rc.6 (2016-06-20)

2.0.0-rc.5 (2016-06-20)

Bug Fixes

  • search all nodes for modules (can be optimized) (dacee2d)

2.0.0-rc.4 (2016-06-20)

Bug Fixes

  • proper module resolution for .d.ts files (9752d72)

2.0.0-rc.3 (2016-06-20)

2.0.0-rc.2 (2016-06-20)

2.0.0-rc.1 (2016-06-20)

2.0.0-rc.0 (2016-06-20)

Features

  • fixed module resolution; add lib option support (6fe51a9)
  • no more async, simplify module resolution (a8e867e)

1.1.1 (2016-06-16)

Bug Fixes

1.1.0 (2016-06-16)

Features

1.0.0 (2016-06-10)

Features

<a name"0.19.1">

0.19.1 (2016-06-05)

Features

  • *: check if module is internal before processing it (c2e2cc29)

<a name"0.19.0">

0.19.0 (2016-06-05)

<a name"0.18.0">

0.18.0 (2016-05-13)

Bug Fixes

  • *:
    • babel polyfill require guard, refs #121, #133 (e71f1555)
    • node6 compat, refs #134 (4b66ab78)
  • cache: deprecation warning (c56fe459)

<a name"0.18.0-rc.0">

0.18.0-rc.0 (2016-04-24)

Features

  • *: speed-up compilation of dynamic requires + total speedup (d3d740b5)

<a name"0.17.0">

0.17.0 (2016-04-24)

Bug Fixes

Features

<a name"0.17.0-rc.7">

0.17.0-rc.7 (2016-04-21)

Features

  • *: update compilation process, fix sourceMap bug, refs #125 (73f575d0)

<a name"0.17.0-rc.6">

0.17.0-rc.6 (2016-04-15)

Features

  • *: add option to disable .d.ts files typechecks (519c5543)

<a name"0.17.0-rc.5">

0.17.0-rc.5 (2016-04-04)

Bug Fixes

  • *: bind resolver to original context for webpack2 (f5105f6b)

<a name"0.17.0-rc.4">

0.17.0-rc.4 (2016-03-30)

Bug Fixes

  • *: patch resolver for webpack2 (60ca7777)

<a name"0.17.0-rc.3">

0.17.0-rc.3 (2016-03-29)

Bug Fixes

Features

  • *:
    • impl declaration option basic support (0169df57)
    • add babel options, write some tests on babel (12c708cc)

<a name"0.17.0-rc.2">

0.17.0-rc.2 (2016-03-23)

Features

  • *: update resolver to work with webpack2, refs #109 (680d036a)

<a name"0.17.0-rc.1">

0.17.0-rc.1 (2016-03-22)

Features

<a name"0.17.0-rc.0">

0.17.0-rc.0 (2016-03-21)

Features

<a name"0.16.2">

0.16.2 (2016-03-19)

Bug Fixes

  • *:
    • don't show exclude warning when only files present, (cf19faec, closes #97)
    • ignore out option. (53276b03, closes #96)

<a name"0.16.1">

0.16.1 (2016-03-19)

Bug Fixes

<a name"0.16.0">

0.16.0 (2016-03-19)

Features

  • *:
    • resolve tsconfig with different name (ebe24d98)
    • resolve tsconfig with different name (0de96388)

<a name"0.16.0-rc.0">

0.16.0-rc.0 (2016-03-04)

Bug Fixes

  • instance: fix error message about babel (bd1e0b08)

Features

  • *:
    • allowJs works (wip) (d7a8a641)
    • xit salsa test for now (6c973b6a)
    • add travis to project (0c6309a2)
    • loader plugins (e.g. docscript) (76d0a548)
    • remove bluebird, format filename for sourcemaps (1dacfa85)

<a name"0.15.10">

0.15.10 (2016-01-26)

Bug Fixes

  • *:
    • exclude package.json files from program (d8546dc1)
    • fix program update issue (a606ed89)
  • checker-runtime: fix SyncResolver type (b55af480)
  • deps:
    • don't resolve symlinks to all .d.ts files (a23d4bf4)
    • fix path respolution for angular-style file names (b43e2d8f)
  • host:
    • add ad-hoc files lookup to support typings scenario (b768c243)
    • import path (478553a7)
  • index: use instance.options to invoke externals (1715bee8)

Features

  • *:
    • use only .d.ts files from tsconfig.json (baa4d4e9)
    • debounce running checker (938fc968)
    • add glob warning (0cb62506)
    • add sourceRoot support (bddf79cb)
    • use another preset for babel to work on prev node versions (5c7972d4)
    • return webpack pre-resolution (19c559a9)
    • refactor tsconfig parser (b2f414f1)
    • async refactor (9831bdcc)
  • checker-runtime: checker now can resolve imports too (99220c1f)
  • tests: create a basic test for the loader (9aed17f4)

<a name"0.15.9">

0.15.9 (2015-12-03)

Bug Fixes

  • deps: don't resolve symlinks to all .d.ts files (a23d4bf4)

<a name"0.15.8">

0.15.8 (2015-12-03)

Bug Fixes

  • index: use instance.options to invoke externals (1715bee8)

<a name"0.15.7">

0.15.7 (2015-12-03)

<a name"0.15.6">

0.15.6 (2015-12-02)

Bug Fixes

  • *: exclude package.json files from program (d8546dc1)

<a name"0.15.5">

0.15.5 (2015-12-02)

Bug Fixes

  • host: add ad-hoc files lookup to support typings scenario (b768c243)

<a name"0.15.4">

0.15.4 (2015-11-26)

Features

<a name"0.15.3">

0.15.3 (2015-11-24)

Bug Fixes

  • checker-runtime: fix SyncResolver type (b55af480)

Features

  • checker-runtime: checker now can resolve imports too (99220c1f)

<a name"0.15.2">

0.15.2 (2015-11-24)

Bug Fixes

  • deps: fix path respolution for angular-style file names (b43e2d8f)

Features

<a name"0.15.1">

0.15.1 (2015-11-20)

Bug Fixes

  • *: fix program update issue (a606ed89)

<a name"0.15.0">

0.15.0 (2015-11-19)

<a name"0.15.0-rc.2">

0.15.0-rc.2 (2015-11-18)

Features

  • *: use another preset for babel to work on prev node versions (5c7972d4)

<a name"0.15.0-rc.1">

0.15.0-rc.1 (2015-11-16)

<a name"0.15.0-rc.0">

0.15.0-rc.0 (2015-11-13)

Bug Fixes

Features

<a name"0.14.1">

0.14.1 (2015-10-31)

Bug Fixes

  • *:
    • correctly process jsx option (f7ae91c4)
    • fix unrecoverable error during watch (6f7ad270)
    • watch tsx files too (cc494a3b)
  • index:
    • correct work with a promise chain (c20d684c)
    • use try-catch instead of if when resolving lib files (946fc850)
    • don't call the callback twice (3abf8e48)

Features

<a name"0.14.0">

0.14.0 (2015-09-17)

Features

<a name"0.14.0-rc.1">

0.14.0-rc.1 (2015-09-15)

Features

<a name"0.14.0-rc.0">

0.14.0-rc.0 (2015-09-10)

Features

  • *: checker in sep. process now runs only with ForkCheckerPlugin (85e9e1bc)

<a name"0.13.1">

0.13.1 (2015-09-03)

Features

  • *: pass resolution info into the checker (266ec78e)

<a name"0.12.0">

0.12.0 (2015-08-14)

Features

  • *: read .d.ts files from tsconfig.json (d4025d30)

<a name"0.12.0-rc.2">

0.12.0-rc.2 (2015-08-12)

Features

<a name"0.12.0-rc.1">

0.12.0-rc.1 (2015-08-10)

Features

<a name"0.12.0-rc.0">

0.12.0-rc.0 (2015-08-10)

Features

  • *: learn loader to pick-up precompiled files if any (71935896)

<a name"0.11.3">

0.11.3 (2015-08-06)

Bug Fixes

  • index: correct work with a promise chain (c20d684c)

<a name"0.11.2">

0.11.2 (2015-08-04)

Bug Fixes

  • index: use try-catch instead of if when resolving lib files (946fc850)

<a name"0.11.1">

0.11.1 (2015-08-02)

<a name"0.11.0">

0.11.0 (2015-08-02)

Features

  • *: support the new libs path (c224f05d)

<a name"0.11.0-rc.0">

0.11.0-rc.0 (2015-07-31)

Features

  • *: externals is an array now (69cadb52)

<a name"0.9.1">

0.9.1 (2015-07-24)

Features

  • checker: fix compiler reference (8dcad5d2)

<a name"0.9.0">

0.9.0 (2015-07-24)

Bug Fixes

  • index: don't call the callback twice (3abf8e48)

Features

  • *: use a compiler from a client app (cae4d00f)

<a name"0.8.0">

0.8.0 (2015-07-23)

Features

  • *: add alias example (ca86fd71)
  • runtime: add require signature for AMD (970ff875)

<a name"0.7.1">

0.7.1 (2015-07-18)

Bug Fixes

  • *: fix unrecoverable error during watch (6f7ad270)

<a name"0.7.0">

0.7.0 (2015-07-18)

<a name"0.5.4">

0.5.4 (2015-06-09)

<a name"0.5.3">

0.5.3 (2015-06-05)

Features

<a name"0.5.2">

0.5.2 (2015-05-30)

Features

<a name"0.5.1">

0.5.1 (2015-05-30)

Features

  • helpers: add +1 to line because they are zero-based in TS (76efd423)

<a name"0.5.0">

0.5.0 (2015-05-30)

Features

  • *: play well with ExtractTextPlugin (33807f1b)

<a name"0.4.0">

0.4.0 (2015-05-30)

Features

  • *:
    • add tsconfig support and return ts-jsx-loader back (c03c73e1)
    • refactor and impl separate file analyzer (8964d3d7)

<a name"0.3.1">

0.3.1 (2015-05-11)

<a name"0.3.0">

0.3.0 (2015-05-11)

Features

  • *: use new just-emit workflow; this must be much faster too (9d3a9961)