Skip to content

Commit 367c0e1

Browse files
chore(release): 1.0.0 (#111)
1 parent 46bd532 commit 367c0e1

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,34 @@
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/expose-loader/compare/v0.7.5...v1.0.0) (2020-06-23)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* minimum supported Node.js version is `10.13`
11+
* minimum supported `webpack` version is `4`
12+
* `inline` syntax was changed, please [read](https://github.com/webpack-contrib/expose-loader#inline)
13+
* list of exposed values moved to the `exposes` option, please [read](https://github.com/webpack-contrib/expose-loader#exposes)
14+
* migrate away from `pitch` phase
15+
* do not override existing exposed values in the global object by default, because it is unsafe, please [read](https://github.com/webpack-contrib/expose-loader#override)
16+
17+
### Features
18+
19+
* validate options
20+
* support webpack 5
21+
* support multiple exposed values
22+
* interpolate exposed values
23+
* allow to expose part of a module
24+
* allow to expose values with `.` (dot) in the name
25+
26+
### Fixes
27+
28+
* do not break source maps
29+
* do not generate different hashed on different os
30+
* compatibility with ES module syntax
31+
532
<a name="0.7.5"></a>
633
## [0.7.5](https://github.com/webpack-contrib/expose-loader/compare/v0.7.4...v0.7.5) (2018-03-09)
734

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": "expose-loader",
3-
"version": "0.7.5",
3+
"version": "1.0.0",
44
"description": "expose loader module for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/expose-loader",

0 commit comments

Comments
 (0)