npm-install-loader
Version:
Webpack loader to automatically npm install & save dependencies.
39 lines (22 loc) • 1.99 kB
Markdown
# Change Log
## [1.1.1](https://github.com/ericclemmons/npm-install-loader/tree/1.1.1) (2016-01-04)
[Full Changelog](https://github.com/ericclemmons/npm-install-loader/compare/v1.1.0...1.1.1)
**Fixed bugs:**
- Fix spawning npm on Windows [\#9](https://github.com/ericclemmons/npm-install-loader/pull/9) ([insin](https://github.com/insin))
## [v1.1.0](https://github.com/ericclemmons/npm-install-loader/tree/v1.1.0) (2016-01-02)
[Full Changelog](https://github.com/ericclemmons/npm-install-loader/compare/v1.0.2...v1.1.0)
**Implemented enhancements:**
- Use --save or --save-exact flags when installing based on loader query config [\#3](https://github.com/ericclemmons/npm-install-loader/pull/3) ([insin](https://github.com/insin))
## [v1.0.2](https://github.com/ericclemmons/npm-install-loader/tree/v1.0.2) (2016-01-02)
[Full Changelog](https://github.com/ericclemmons/npm-install-loader/compare/v1.0.1...v1.0.2)
**Implemented enhancements:**
- 100% Coverage [\#8](https://github.com/ericclemmons/npm-install-loader/pull/8) ([ericclemmons](https://github.com/ericclemmons))
- Whitelist package.json "files" [\#7](https://github.com/ericclemmons/npm-install-loader/pull/7) ([ericclemmons](https://github.com/ericclemmons))
## [v1.0.1](https://github.com/ericclemmons/npm-install-loader/tree/v1.0.1) (2015-12-30)
[Full Changelog](https://github.com/ericclemmons/npm-install-loader/compare/v1.0.0...v1.0.1)
**Fixed bugs:**
- Support deep imports and multiple imports from the same module [\#4](https://github.com/ericclemmons/npm-install-loader/pull/4) ([insin](https://github.com/insin))
## [v1.0.0](https://github.com/ericclemmons/npm-install-loader/tree/v1.0.0) (2015-12-29)
**Implemented enhancements:**
- Initial Release [\#1](https://github.com/ericclemmons/npm-install-loader/pull/1) ([ericclemmons](https://github.com/ericclemmons))
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*