We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4cc7a commit 627f5ceCopy full SHA for 627f5ce
CHANGELOG.md
@@ -0,0 +1,21 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+## 3.0.0 (2021-04-21)
5
+### Added
6
+- Excluding Webpack 5 module federation (automatically adding to allowlist)
7
8
+### Changed
9
+- Better arguments handling for the exported function
10
+- Changed code syntax to ES6
11
12
+### Removed
13
+- Removed support for Node < 6
14
15
+## 2.5.2 (2020-08-24)
16
17
+- Changed exported function signature - to remove deprecation notice when used in Webpack 5
18
19
+## 2.5.0 (2020-07-12)
20
21
+- Options validation - throwing an error when using a mispell of one of the options
0 commit comments