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 f60a940 commit 97f937bCopy full SHA for 97f937b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v2.0.0 - NOT RELEASED YET
+## v2.0.0
4
5
- [Add support for IgnoringWatchFileSystem](https://github.com/TypeStrong/ts-loader/pull/444) - thanks @herschel666
6
- [Use native Object.assign()](https://github.com/TypeStrong/ts-loader/pull/418) - thanks @arusakov
UPGRADE.md
@@ -1,5 +1,9 @@
# Upgrade Guide
+## v1.x.x to 2.0.x
+
+We no longer support Node 0.12 or webpack 1. Please use Node 4+ and webpack 2.
7
## v0.9.x to 1.0.x
8
9
We no longer support Node 0.12 officially since it is being end-of-lifed.
0 commit comments