We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9682d88 commit 4f5003cCopy full SHA for 4f5003c
CHANGELOG.md
@@ -1,12 +1,9 @@
1
# Changelog
2
3
-## v1.1.0 - NOT RELEASED YET
+## v1.1.0
4
5
- [Added support for vuejs via `appendTsSuffixTo` option](https://github.com/TypeStrong/ts-loader/pull/354) [#270] - thanks @HerringtonDarkholme
6
7
-Still to do:
8
-- document usage of `appendTsSuffixTo` in the README
9
-
10
## v1.0.0
11
12
- [General refactor of ts-loader; some performance improvements](https://github.com/TypeStrong/ts-loader/pull/343) [#335] - thanks @johnnyreilly
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
0 commit comments