Skip to content

Commit 8dece9c

Browse files
chore(release): 1.0.0
1 parent fa0b87d commit 8dece9c

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
1-
# Change Log
1+
# Changelog
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.0](https://github.com/webpack-contrib/exports-loader/compare/v0.7.0...v1.0.0) (2020-06-10)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* minimum supported Node.js version is `10.13`
11+
* minimum supported `webpack` version is `4`
12+
* `exports` values moved to the `exports` option, please [read](https://github.com/webpack-contrib/exports-loader#options)
13+
* generates ES module named exports by default (`exports { Foo }`)
14+
* multiple exports in the `inline` syntax were changed, please [read](https://github.com/webpack-contrib/exports-loader#inline)
15+
16+
### Features
17+
18+
* validate options
19+
* support webpack 5
20+
* implemented the `type` option (exports can be CommonsJS or ES module format)
21+
* exports can be described using a string or an object value
22+
* implemented the ability to generate multiple experts
23+
* improved support of `inline` usage
24+
25+
26+
### Bug Fixes
27+
28+
* `export` is not used anymore for CommonJS module format
29+
530
<a name="0.7.0"></a>
631
# [0.7.0](https://github.com/webpack-contrib/exports-loader/compare/v0.6.4...v0.7.0) (2018-02-05)
732

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exports-loader",
3-
"version": "0.7.0",
3+
"version": "1.0.0",
44
"description": "exports loader module for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/exports-loader",

0 commit comments

Comments
 (0)