We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d467e59 commit 4e20e15Copy full SHA for 4e20e15
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.6.1
4
+
5
+- Improve initial build performance significantly for larger projects (#100)
6
+- Fix issue with nightly (#96)
7
8
## v0.6.0
9
10
- Remove support for 1.5 and 1.6-beta. TypeScript 1.6 (stable) is the now the lowest version
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
0 commit comments