- Add support for IgnoringWatchFileSystem - thanks @herschel666
- Use native Object.assign() - thanks @arusakov
Breaking changes:
- ts-loader now officially only supports webpack 2. ts-loader 2.x may work with webpack 1 but it is not supported. Related to that, all continuous integration tests now run against webpack 2.
- as webpack 2 does not support node 0.12 neither does ts-loader from now. node 4 at least is required.