Skip to content

Latest commit

 

History

History
590 lines (304 loc) · 18.7 KB

CHANGELOG.md

File metadata and controls

590 lines (304 loc) · 18.7 KB

<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)