Releases: webpack/expose-loader
Releases · webpack/expose-loader
v1.0.0
24 Jun 02:05
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Bug Fixes
package: add webpack >= v4.0.0 (peerDependencies) (#67 ) (daf39ea )
v0.7.4
18 Nov 07:39
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
fix(hash): inconsistent hashes for builds in different dirs. (#28 ) by @gdborton