Skip to content

Commit

Permalink
Publishing v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrantly committed Feb 23, 2015
1 parent c3523f4 commit 99a6c7a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.3.2

- Add support for manually adding files (#6)
- Add paths to source maps (#8)

## v0.3.1

- Add support for specifying a custom TypeScript compiler
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ Specify whether or not TypeScript will allow inferring the `any` type.
Allows use of TypeScript compilers other than the official one. Should be
set to the NPM name of the compiler.

##### additionalFiles *(array of string) (default=[])*

Allows additional files to be manually passed to the TypeScript compiler.
For example, if you want to make a declaration file available without
actually referencing it in code with a `/// <references />` tag. Should
consist of rooted paths.

##### instance *(string)*

Advanced option to force files to go through different instances of the
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.3.1",
"version": "0.3.2",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 99a6c7a

Please sign in to comment.