Skip to content

Commit 425a830

Browse files
committed
Publishing v0.3.0
1 parent 997cc49 commit 425a830

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.3.0
4+
5+
- Change how modules are resolved. Imports and declaration file references are
6+
now resolved through TypeScript instead of being resolved through webpack's
7+
`resolve` API. This fixes a number of issues and better aligns the loader to
8+
work as a replacement for the `tsc` command. (#3, #4, #5)
9+
310
## v0.2.3
411

512
- Add noImplicitAny option (#2)

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.2.3",
3+
"version": "0.3.0",
44
"description": "TypeScript loader for webpack",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)