Skip to content

v1.0.0

Compare
Choose a tag to compare
@alexander-akait alexander-akait released this 10 Jun 17:56
· 114 commits to master since this release

1.0.0 (2020-06-10)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13
  • minimum supported webpack version is 4
  • exports values moved to the exports option, please read
  • generates ES module named exports by default (exports { Foo })
  • multiple exports in the inline syntax were changed, please read

Features

  • validate options
  • support webpack 5
  • implemented the type option (exports can be CommonsJS or ES module format)
  • exports can be described using a string or an object value
  • implemented the ability to generate multiple experts
  • improved support of inline usage

Bug Fixes

  • export is not used anymore for CommonJS module format