74f43d3da5d7fb9f66904de732d15e82b2e39f6923a952958c3e64fa44a4452b6a276c2ce08697ee1a47cea7e51a0634ea8a35a1b8163161d4ed05f1dac13d 1.2 KB

1234567891011121314151617181920212223
  1. # Change Log
  2. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
  3. <a name="0.7.5"></a>
  4. ## [0.7.5](https://github.com/webpack-contrib/expose-loader/compare/v0.7.4...v0.7.5) (2018-03-09)
  5. ### Bug Fixes
  6. * **package:** add `webpack >= v4.0.0` (`peerDependencies`) ([#67](https://github.com/webpack-contrib/expose-loader/issues/67)) ([daf39ea](https://github.com/webpack-contrib/expose-loader/commit/daf39ea))
  7. <a name="0.7.4"></a>
  8. ## 0.7.4 (2017-11-18)
  9. ### Bug Fixes
  10. * **hash:** inconsistent hashes for builds in different dirs. ([#28](https://github.com/webpack-contrib/expose-loader/issues/28)) ([efe59de](https://github.com/webpack-contrib/expose-loader/commit/efe59de))
  11. * **remainingRequest:** resolve issue when multiple variables are exposed for the same request. ([#30](https://github.com/webpack-contrib/expose-loader/issues/30)) ([335f9e6](https://github.com/webpack-contrib/expose-loader/commit/335f9e6))
  12. * ensure `userRequest` stays unique (`module.userRequest`) ([#58](https://github.com/webpack-contrib/expose-loader/issues/58)) ([51629a4](https://github.com/webpack-contrib/expose-loader/commit/51629a4))