-
Notifications
You must be signed in to change notification settings - Fork 0
Update webpack-dev-middleware to the latest version 🚀 #31
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
base: master
Are you sure you want to change the base?
Conversation
Version 1.11.0 just got published.Update to this version instead 🚀 Release Notesv1.11.0Updates
Features
Bugfixes
CommitsThe new version differs by 13 commits.
See the full diff |
Version 1.12.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 6 commits.
See the full diff |
Version 1.12.1 just got published. |
Version 1.12.2 just got published. |
Version 2.0.0 just got published. |
Version 2.0.1 just got published. |
Version 2.0.2 just got published.Update to this version instead 🚀 Release Notesv2.0.2Updates
|
Version 2.0.3 just got published.Update to this version instead 🚀 CommitsThe new version differs by 2 commits.
See the full diff |
Version 2.0.4 just got published. |
Version 2.0.5 just got published.Update to this version instead 🚀 CommitsThe new version differs by 7 commits.
See the full diff |
Version 2.0.6 just got published. |
Version 3.0.0 just got published.Update to this version instead 🚀 Release Notesv3.0.0Updates
Breaking Changes
|
Version 3.1.0 just got published.Update to this version instead 🚀 Release Notesv3.1.0Bugfixes
Features
CommitsThe new version differs by 5 commits.
See the full diff |
Version 3.1.1 just got published. |
Version 3.1.2 just got published. |
Version 3.1.3 just got published.Update to this version instead 🚀 Release Notesv3.1.3BugfixesCommitsThe new version differs by 6 commits.
See the full diff |
Version 3.2.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 13 commits.
See the full diff |
Version 3.3.0 just got published. |
Update to this version instead 🚀 Release Notes for v3.4.02018-09-24
|
Update to this version instead 🚀 CommitsThe new version differs by 6 commits.
See the full diff |
Update to this version instead 🚀 CommitsThe new version differs by 5 commits.
See the full diff |
|
|
|
Update to this version instead 🚀 CommitsThe new version differs by 5 commits.
See the full diff |
|
|
|
Version 1.10.2 of webpack-dev-middleware just got published.
The version 1.10.2 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of webpack-dev-middleware.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
v1.10.2Security fix:
This version contains a security fix, which is also breaking change if you have an insecure configuration.
We are releasing this breaking change as patch version to protect you from attacks.
Sorry if this breaks your setup, but the fix is easy.
We removed setting
Access-Control-Allow-Originto*be default. This allowed evil websites to access your assets.Instead we ask you to set
Access-Control-Allow-Originmanually to your host if required in your setup.Use the
headersoption to do so.Read more about CORS here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
Bugfixes:
Access-Control-Allow-Origin=*defaultCommits
The new version differs by 33 commits0.
9b03d791.10.2c59b3b3Merge remote-tracking branch 'remotes/origin/add-node-7-travis'626a35aremove security risk798b2f1Avoid setting http status code explicitly (#175)1e01626adding node 7 to travis config (#185)d986c2eMerge pull request #176 from piperchester/patch-19b9ffeefixing some number typos in the testsd3dfe67adding node 7 to travis config0ce28c7Fix link to Keesbd6a593use decodeURIComponent for getFilenameFromUrl final output (#173)8e870fd1.10.16c1b473Fix files with non-ascii names not getting serveda34ae3e1.10.0e92de8cFix tests after webpack updatece1373fUpgrade webpack dependencyThere are 33 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴