Skip to content

Commit

Permalink
Publishing v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrantly committed Feb 8, 2015
1 parent 997cc49 commit 425a830
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.3.0

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

## v0.2.3

- Add noImplicitAny option (#2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
"version": "0.2.3",
"version": "0.3.0",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 425a830

Please sign in to comment.