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 1
1
# Changelog
2
2
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
+
3
13
## v0.4.3
4
14
5
15
- Fix error locations to be 1-based instead of 0-based (#18 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-loader" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"description" : " TypeScript loader for webpack" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments