Skip to content

v1.0.0

Compare
Choose a tag to compare
@alexander-akait alexander-akait released this 24 Jun 02:05
· 113 commits to master since this release
367c0e1

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