Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Commit

Permalink
v7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Oct 21, 2017
1 parent 124617e commit 1bac931
Show file tree
Hide file tree
Showing 29 changed files with 4,257 additions and 42,455 deletions.
24 changes: 10 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
2017-10-19
==========

* Adding docs for hot middleware updates
* feat(hot): Include NamedModulesPlugin for better developer experience ([#365](https://github.com/mozilla-neutrino/neutrino-dev/issues/365))
https://webpack.js.org/plugins/named-modules-plugin/ is a recommended plugin to use with HMR and it enables better debug information in the console.
* fix: Use cheap-module-eval-source-map for faster recompilation ([#366](https://github.com/mozilla-neutrino/neutrino-dev/issues/366))
https://webpack.js.org/guides/build-performance/ suggests to use `cheap-module-eval-source-map` to improve incremental build speed. This reduces recompilation times by a magnitude on bigger projects.

2017-10-17
==========

* Release v7.1.10
* Update to the newest version of html-webpack-template ([#361](https://github.com/mozilla-neutrino/neutrino-dev/issues/361))
Counter-intuitively the most recent version of the package is actually
5.6.0, rather than 6.0.0 or 6.0.1 due to a publishing error. See:
Expand Down Expand Up @@ -778,17 +788,3 @@
==========
* v5.5.0 -> v5.5.1
* Set devServer.publicPath to use output.publicPath ([#177](https://github.com/mozilla-neutrino/neutrino-dev/issues/177))
* Adding getters and setters for path options, options for middleware ([#176](https://github.com/mozilla-neutrino/neutrino-dev/issues/176))
* Polyfills ([#173](https://github.com/mozilla-neutrino/neutrino-dev/issues/173))
* Rdesign Advanced Customization examples to use Neutrino v5 fashion
* Fix polyfills set to match only supported platforms
* Remove 'tranform-regenerator' because according to the babel preset debug log it is already included
* Fix indentation
* Add VSCode local settings to the ignore list
* Separate chunk for polyfills
2017-04-06
==========
* Releasing v5.4.0
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "neutrino-dev",
"version": "7.1.10",
"version": "7.2.0",
"private": true,
"author": "Eli Perelman <[email protected]>",
"license": "MPL-2.0",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
"repository": "mozilla-neutrino/neutrino-dev",
"workspaces": [
"packages/*"
],
"scripts": {
"validate:eslintrc:root": "eslint --no-eslintrc --print-config . -c ./.eslintrc.js > /dev/null",
"validate:eslintrc:eslint": "eslint --no-eslintrc --print-config . -c ./packages/neutrino-middleware-eslint/eslintrc.js > /dev/null",
Expand All @@ -24,8 +27,7 @@
"docs:deploy": "yarn docs:build && gh-pages --dist _book --remote upstream",
"docs:serve": "gitbook serve",
"release": "node .scripts/publish",
"test": "nyc --reporter lcov ava packages/*/test",
"precommit": "lint-staged"
"test": "nyc --reporter lcov ava packages/*/test"
},
"devDependencies": {
"ava": "^0.22.0",
Expand All @@ -46,9 +48,9 @@
"gitbook-plugin-prism": "^2.3.0",
"graph-data-structure": "^1.0.0",
"husky": "^0.14.3",
"lerna": "^2.4.0",
"lint-staged": "^4.2.3",
"nyc": "^11.2.1",
"oao": "^0.10.3",
"prettier": "^1.7.2",
"semver": "^5.4.1",
"webpack": "^3.6.0"
Expand Down
Loading

0 comments on commit 1bac931

Please sign in to comment.