Skip to content

Releases: webpack-contrib/expose-loader

v1.0.0

24 Jun 02:05
367c0e1
Compare
Choose a tag to compare

1.0.0 (2020-06-23)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13
  • minimum supported webpack version is 4
  • inline syntax was changed, please read
  • list of exposed values moved to the exposes option, please read
  • migrate away from pitch phase
  • do not override existing exposed values in the global object by default, because it is unsafe, please read

Features

  • validate options
  • support webpack 5
  • support multiple exposed values
  • interpolate exposed values
  • allow to expose part of a module
  • allow to expose values with . (dot) in the name

Fixes

  • do not break source maps
  • do not generate different hashed on different os
  • compatibility with ES module syntax

v0.7.5

09 Mar 11:51
Compare
Choose a tag to compare

2018-03-09

Bug Fixes

  • package: add webpack >= v4.0.0 (peerDependencies) (#67) (daf39ea)

v0.7.4

18 Nov 07:39
Compare
Choose a tag to compare

2017-11-18

Bug Fixes

  • hash: inconsistent hashes for builds in different dirs. (#28) (efe59de)
  • remainingRequest: resolve issue when multiple variables are exposed for the same request. (#30) (335f9e6)
  • ensure userRequest stays unique (module.userRequest) (#58) (51629a4)

Release v0.7.3

14 Feb 18:57
Compare
Choose a tag to compare

fix(remainingRequest): resolve issue when multiple variables are exposed for the same request. (#30) by @gdborton

Release v0.7.2

14 Feb 01:46
Compare
Choose a tag to compare

fix(hash): inconsistent hashes for builds in different dirs. (#28) by @gdborton