Releases: TypeStrong/ts-loader
Releases · TypeStrong/ts-loader
v2.3.0
- add appendTsxSuffixTo option to support using tsx with Vue - lots of discussion went into this PR. Thanks to @vhqtvn (author) and @HerringtonDarkholme, @johnnyreilly, @jbrantly, @octref, @rhyek and others for helping us land on our final implementation.
- refactor: Use chalk instead of colors - thanks @develar!
v2.2.2
v2.2.1
v2.2.0
- Support custom transformers for ts - thanks @longlho and @Igorbek!
v2.1.0
- Add happypack compatibility mode - thanks @aindlq!
v2.0.3
v2.0.2
v2.0.1
v2.0.0
- Add support for IgnoringWatchFileSystem - thanks @herschel666
- Use native Object.assign() - thanks @arusakov
Breaking changes:
- ts-loader now officially only supports webpack 2. ts-loader 2.x may work with webpack 1 but it is not supported. Related to that, all continuous integration tests now run against webpack 2.
- as webpack 2 does not support node 0.12 neither does ts-loader from now. node 4 at least is required.