-
-
Notifications
You must be signed in to change notification settings - Fork 383
chore(release): 4.0.0-rc.0 #586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #586 +/- ##
=======================================
Coverage 99.12% 99.12%
=======================================
Files 8 8
Lines 228 228
Branches 71 71
=======================================
Hits 226 226
Misses 2 2 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left couple of comments.
CHANGELOG.md
Outdated
* the `outputFileSystem` option now correctly works in multi-compiler mode | ||
* respect `[hash]`/`[fullhash]` in `output.path` and `output.publicPath` | ||
* handle exceptions for filesystem operations | ||
* the `Content-Type` header doesn't has `charset=utf-8` value for custom MIME types and MIME types which can be non `utf-8` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* the `Content-Type` header doesn't has `charset=utf-8` value for custom MIME types and MIME types which can be non `utf-8` | |
* the `Content-Type` header doesn't have `charset=utf-8` value for custom MIME types and MIME types which can be non `utf-8` |
CHANGELOG.md
Outdated
### BREAKING CHANGES | ||
|
||
* minimum supported Node.js version is `10.13.0` | ||
* the default value of the option `publicPath` takes from the value of the `output.publicPath` option from the configuration (`webpack.config.js`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* the default value of the option `publicPath` takes from the value of the `output.publicPath` option from the configuration (`webpack.config.js`) | |
* the default value of the option `publicPath` is taken from the value of the `output.publicPath` option from the configuration (`webpack.config.js`) |
CHANGELOG.md
Outdated
|
||
* minimum supported Node.js version is `10.13.0` | ||
* the default value of the option `publicPath` takes from the value of the `output.publicPath` option from the configuration (`webpack.config.js`) | ||
* the `stats` option was removed, the default value of the `stats` option takes from the value of the `stats` option from the configuration (`webpack.config.js`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* the `stats` option was removed, the default value of the `stats` option takes from the value of the `stats` option from the configuration (`webpack.config.js`) | |
* the `stats` option was removed, the default value of the `stats` option is taken from the value of the `stats` option from the configuration (`webpack.config.js`) |
CHANGELOG.md
Outdated
* minimum supported Node.js version is `10.13.0` | ||
* the default value of the option `publicPath` takes from the value of the `output.publicPath` option from the configuration (`webpack.config.js`) | ||
* the `stats` option was removed, the default value of the `stats` option takes from the value of the `stats` option from the configuration (`webpack.config.js`) | ||
* the `watchOptions` was removed, the default value of the `watchOptions` option takes from the value of the `watchOptions` option from the configuration (`webpack.config.js`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* the `watchOptions` was removed, the default value of the `watchOptions` option takes from the value of the `watchOptions` option from the configuration (`webpack.config.js`) | |
* the `watchOptions` was removed, the default value of the `watchOptions` option is taken from the value of the `watchOptions` option from the configuration (`webpack.config.js`) |
CHANGELOG.md
Outdated
* the default value of the option `publicPath` takes from the value of the `output.publicPath` option from the configuration (`webpack.config.js`) | ||
* the `stats` option was removed, the default value of the `stats` option takes from the value of the `stats` option from the configuration (`webpack.config.js`) | ||
* the `watchOptions` was removed, the default value of the `watchOptions` option takes from the value of the `watchOptions` option from the configuration (`webpack.config.js`) | ||
* the `Content-Type` header doesn't has `charset=utf-8` value for custom MIME types and MIME types which can be non `utf-8` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* the `Content-Type` header doesn't has `charset=utf-8` value for custom MIME types and MIME types which can be non `utf-8` | |
* the `Content-Type` header doesn't have `charset=utf-8` value for custom MIME types and MIME types which can be non `utf-8` |
CHANGELOG.md
Outdated
* the `mimeTypes` option first requires you to specify an extension and then a content-type - `{ mimeTypes: { phtml: 'text/html' } }` | ||
* the `force` option from the `mimeTypes` option was removed without replacement | ||
* the `reporter` option was removed without replacement | ||
* the `getFilenameFromUrl` method was removed from API |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
@jamesgeorge007 big thanks! |
942ddf8
to
f0e46ad
Compare
This PR contains a:
Motivation / Use-Case
rc release
Breaking Changes
No
Additional Info
/cc @hiroppy @Loonride please check my changelog, maybe I forgot something