v1.0.0
          ·
          
            123 commits
          
          to master
          since this release
        
        
        
1.0.0 (2020-06-10)
⚠ BREAKING CHANGES
- minimum supported Node.js version is 10.13
- minimum supported webpackversion is4
- exportsvalues moved to the- exportsoption, please read
- generates ES module named exports by default (exports { Foo })
- multiple exports in the inlinesyntax were changed, please read
Features
- validate options
- support webpack 5
- implemented the typeoption (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 inlineusage
Bug Fixes
- exportis not used anymore for CommonJS module format