Releases: TypeStrong/ts-loader
Releases · TypeStrong/ts-loader
v4.0.0
v3.5.0
- Add trace for traceResolution - thanks @onigoetz!
v3.4.0
v3.3.1
v3.3.0
- Report diagnostics only on certain files with
reportFiles
option - thanks @freeman! - Replaced option
contextAsConfigBasePath
withcontext
option. Strictly speaking a breaking change. However, given the original option was never able to fulfil its intended purpose I've decided to treat this as just a new feature; there seems no possibility that anyone can be usingcontextAsConfigBasePath
- thanks @christiantinauer! - Added support for the new watch api of TypeScript compiler. nb This feature has been placed behind a new
experimentalWatchApi
option until it has been thoroughly tested. All being well it is likely to become the default behaviour for ts-loader in future - thanks @sheetalkamat!
v3.2.0
v3.1.1
v3.1.0
- Add
onlyCompileBundledFiles
option which modifies behaviour to load only those files that are actually bundled by webpack #267 - thanks @maier49! - Chore release; upgraded chalk dependency in
package.json
to 2.3, as 2.3 is another breaking changes release (from a TypeScript perspective)., see here for context - thanks @johnnyreilly