Skip to content

Commit 969e0f5

Browse files
committed
Publish v0.4.4
1 parent 33e3bfd commit 969e0f5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)