File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.4.4
4+
5+ - Add support for "noLib" compiler option (#19 )
6+ - Make errors easier to parse programmatically (#20 )
7+ - Errors in declaration files are now added to the stats object instead of written to console
8+ - Errors now include ` file ` , ` rawMessage ` , and ` location ` properties
9+ - Make --watch option more robust
10+ - Fix issue where changes to entry file were not detected
11+ - Fix issue where changes to typing information only did not result in a rebuild (#21 )
12+
313## v0.4.3
414
515- Fix error locations to be 1-based instead of 0-based (#18 )
Original file line number Diff line number Diff line change 11{
22 "name" : " ts-loader" ,
3- "version" : " 0.4.3 " ,
3+ "version" : " 0.4.4 " ,
44 "description" : " TypeScript loader for webpack" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments