From bab4ebd05450f7a2320d14a1ab108ad229b5e058 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Wed, 28 Nov 2018 12:19:23 +0000 Subject: [PATCH] Update auto-changelog configuration * Moves configuration from CLI params to `.auto-changelog`. * Enables the release summary feature (CookPete/auto-changelog#69), which will be used for the Neutrino 9 release. * Regenerates the changelog using the latest settings. --- .auto-changelog | 9 + CHANGELOG.md | 1551 ++++++++++++++++++++++++++--------------------- package.json | 2 +- 3 files changed, 855 insertions(+), 707 deletions(-) create mode 100644 .auto-changelog diff --git a/.auto-changelog b/.auto-changelog new file mode 100644 index 000000000..3b3548ab4 --- /dev/null +++ b/.auto-changelog @@ -0,0 +1,9 @@ +{ + "commitLimit": false, + "includeBranch": [ + "upstream/release/v7", + "upstream/release/v8" + ], + "releaseSummary": true, + "remote": "upstream" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2d3079c..191e59a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,833 +1,972 @@ ### Changelog + All notable changes to this project will be documented in this file. Dates are displayed in UTC. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v8.3.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.2.3...v8.3.0) +#### [v8.3.0](https://github.com/neutrinojs/neutrino/compare/v8.2.3...v8.3.0) + > 27 June 2018 -- [v8.x] create-project: Install a matching version of Neutrino packages [`#967`](https://github.com/mozilla-neutrino/neutrino-dev/pull/967) -- [v8.x] dev-server: Suppress unhelpful stack trace for compile failures [`#942`](https://github.com/mozilla-neutrino/neutrino-dev/pull/942) -- [v8.x] Add object rest spread support to web & library presets [`#940`](https://github.com/mozilla-neutrino/neutrino-dev/pull/940) -- [v8.x] loader-merge: Replace `object-rest-spread` example [`#941`](https://github.com/mozilla-neutrino/neutrino-dev/pull/941) -- [v8.x] Backport stringified config improvements as --inspect-new [`#935`](https://github.com/mozilla-neutrino/neutrino-dev/pull/935) -- [v8.x] Correct the URL used for the devServer 'open' feature [`#933`](https://github.com/mozilla-neutrino/neutrino-dev/pull/933) -- [v8.x] Docs: Update previous docs version links in sidebar [`#918`](https://github.com/mozilla-neutrino/neutrino-dev/pull/918) -- [v8.x] Refresh lockfile & bump vue-loader version [`#915`](https://github.com/mozilla-neutrino/neutrino-dev/pull/915) -- [v8.x] Changes for neutrino.js.org to neutrinojs.org transition [`#903`](https://github.com/mozilla-neutrino/neutrino-dev/pull/903) -- [v8.x] Serve docs using Netlify [`#891`](https://github.com/mozilla-neutrino/neutrino-dev/pull/891) -- [v8.x] Really prevent yarn "unmet peer dependency" warnings [`#889`](https://github.com/mozilla-neutrino/neutrino-dev/pull/889) -- [v8.x] Bump in-range dependency versions & refresh lockfile [`#888`](https://github.com/mozilla-neutrino/neutrino-dev/pull/888) -- [v8.x] Add .npmignore to packages that were missing it [`#882`](https://github.com/mozilla-neutrino/neutrino-dev/pull/882) -- [v8.x] Docs: Correct style-loader's sass-loader example [`#880`](https://github.com/mozilla-neutrino/neutrino-dev/pull/880) -- [v8.x] Fix broken links in the docs [`#878`](https://github.com/mozilla-neutrino/neutrino-dev/pull/878) -- [v8.x] Docs: Remove codacy and codecov [`#872`](https://github.com/mozilla-neutrino/neutrino-dev/pull/872) -- [v8.x] Docs: Remove duplicate library preset 'Customizing' section [`#843`](https://github.com/mozilla-neutrino/neutrino-dev/pull/843) -- [v8.x] Set 'root' in monorepo and create-project's .eslintrc.js [`#825`](https://github.com/mozilla-neutrino/neutrino-dev/pull/825) - -#### [v8.2.3](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.2.2...v8.2.3) + +- [v8.x] create-project: Install a matching version of Neutrino packages [`#967`](https://github.com/neutrinojs/neutrino/pull/967) +- [v8.x] dev-server: Suppress unhelpful stack trace for compile failures [`#942`](https://github.com/neutrinojs/neutrino/pull/942) +- [v8.x] Add object rest spread support to web & library presets [`#940`](https://github.com/neutrinojs/neutrino/pull/940) +- [v8.x] loader-merge: Replace `object-rest-spread` example [`#941`](https://github.com/neutrinojs/neutrino/pull/941) +- [v8.x] Backport stringified config improvements as --inspect-new [`#935`](https://github.com/neutrinojs/neutrino/pull/935) +- [v8.x] Correct the URL used for the devServer 'open' feature [`#933`](https://github.com/neutrinojs/neutrino/pull/933) +- [v8.x] Docs: Update previous docs version links in sidebar [`#918`](https://github.com/neutrinojs/neutrino/pull/918) +- [v8.x] Refresh lockfile & bump vue-loader version [`#915`](https://github.com/neutrinojs/neutrino/pull/915) +- [v8.x] Changes for neutrino.js.org to neutrinojs.org transition [`#903`](https://github.com/neutrinojs/neutrino/pull/903) +- [v8.x] Serve docs using Netlify [`#891`](https://github.com/neutrinojs/neutrino/pull/891) +- [v8.x] Really prevent yarn "unmet peer dependency" warnings [`#889`](https://github.com/neutrinojs/neutrino/pull/889) +- [v8.x] Bump in-range dependency versions & refresh lockfile [`#888`](https://github.com/neutrinojs/neutrino/pull/888) +- [v8.x] Add .npmignore to packages that were missing it [`#882`](https://github.com/neutrinojs/neutrino/pull/882) +- [v8.x] Docs: Correct style-loader's sass-loader example [`#880`](https://github.com/neutrinojs/neutrino/pull/880) +- [v8.x] Fix broken links in the docs [`#878`](https://github.com/neutrinojs/neutrino/pull/878) +- [v8.x] Docs: Remove codacy and codecov [`#872`](https://github.com/neutrinojs/neutrino/pull/872) +- [v8.x] Docs: Remove duplicate library preset 'Customizing' section [`#843`](https://github.com/neutrinojs/neutrino/pull/843) +- [v8.x] Set 'root' in monorepo and create-project's .eslintrc.js [`#825`](https://github.com/neutrinojs/neutrino/pull/825) + +#### [v8.2.3](https://github.com/neutrinojs/neutrino/compare/v8.2.2...v8.2.3) + > 26 April 2018 -- [v8.x] Use package manager to trigger lint fix instead of neutrino bin on PATH [`#817`](https://github.com/mozilla-neutrino/neutrino-dev/pull/817) -- [v8.x] Docs: Update example .{es,style}lintrc.js shims to set explicit root directory [`#703`](https://github.com/mozilla-neutrino/neutrino-dev/pull/703) -- [v8.x] react-components: Extract CSS without contenthash by default [`#810`](https://github.com/mozilla-neutrino/neutrino-dev/pull/810) -- [v8.x] Docs: Remove duplicate middleware array format example [`#795`](https://github.com/mozilla-neutrino/neutrino-dev/pull/795) -- [v8.x] Docs: Fix typo in loading middleware example [`#808`](https://github.com/mozilla-neutrino/neutrino-dev/pull/808) -- [v8.x] Add example of loader configuration for PostCSS + tailwindcss [`#777`](https://github.com/mozilla-neutrino/neutrino-dev/pull/777) -- [v8.x] Unpin the fast-async version [`#791`](https://github.com/mozilla-neutrino/neutrino-dev/pull/791) - -#### [v8.2.2](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.2.1...v8.2.2) + +- [v8.x] Use package manager to trigger lint fix instead of neutrino bin on PATH [`#817`](https://github.com/neutrinojs/neutrino/pull/817) +- [v8.x] Docs: Update example .{es,style}lintrc.js shims to set explicit root directory [`#703`](https://github.com/neutrinojs/neutrino/pull/703) +- [v8.x] react-components: Extract CSS without contenthash by default [`#810`](https://github.com/neutrinojs/neutrino/pull/810) +- [v8.x] Docs: Remove duplicate middleware array format example [`#795`](https://github.com/neutrinojs/neutrino/pull/795) +- [v8.x] Docs: Fix typo in loading middleware example [`#808`](https://github.com/neutrinojs/neutrino/pull/808) +- [v8.x] Add example of loader configuration for PostCSS + tailwindcss [`#777`](https://github.com/neutrinojs/neutrino/pull/777) +- [v8.x] Unpin the fast-async version [`#791`](https://github.com/neutrinojs/neutrino/pull/791) + +#### [v8.2.2](https://github.com/neutrinojs/neutrino/compare/v8.2.1...v8.2.2) + > 9 April 2018 -- Pin fast-async to 6.3.1 due to breaking change in patch version [`2edc81a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/2edc81a72041e8839a8845beb87e232cd95192d3) -#### [v8.2.1](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.2.0...v8.2.1) +- Pin fast-async to 6.3.1 due to breaking change in patch version [`2edc81a`](https://github.com/neutrinojs/neutrino/commit/2edc81a72041e8839a8845beb87e232cd95192d3) + +#### [v8.2.1](https://github.com/neutrinojs/neutrino/compare/v8.2.0...v8.2.1) + > 26 March 2018 -#### [v8.2.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.1.2...v8.2.0) +#### [v8.2.0](https://github.com/neutrinojs/neutrino/compare/v8.1.2...v8.2.0) + > 23 March 2018 -- Cleanup monorepo linting configuration [`#758`](https://github.com/mozilla-neutrino/neutrino-dev/pull/758) -- Prevent development yarn "unmet peer dependency" warnings [`#760`](https://github.com/mozilla-neutrino/neutrino-dev/pull/760) -- Make lint-staged not automatically fix lint errors [`#757`](https://github.com/mozilla-neutrino/neutrino-dev/pull/757) -- Make 'neutrino lint --debug' configure ESLint debug logging [`#754`](https://github.com/mozilla-neutrino/neutrino-dev/pull/754) -- Update dependency karma-webpack to ^3.0.0 [`#753`](https://github.com/mozilla-neutrino/neutrino-dev/pull/753) -- Prevent yarn "unmet peer dependency" warnings [`#752`](https://github.com/mozilla-neutrino/neutrino-dev/pull/752) -- Remove stray package-specific yarn.lock [`#744`](https://github.com/mozilla-neutrino/neutrino-dev/pull/744) -- Adjust Renovate configuration [`#739`](https://github.com/mozilla-neutrino/neutrino-dev/pull/739) -- Stop passing invalid 'name' option to html-loader [`#740`](https://github.com/mozilla-neutrino/neutrino-dev/pull/740) -- Docs: Update web preset configuration example [`#742`](https://github.com/mozilla-neutrino/neutrino-dev/pull/742) -- Docs: Fix links to @neutrinojs/library [`#731`](https://github.com/mozilla-neutrino/neutrino-dev/pull/731) -- Update yarn lockfile [`#738`](https://github.com/mozilla-neutrino/neutrino-dev/pull/738) -- Update dependency lint-staged to ^7.0.0 [`#715`](https://github.com/mozilla-neutrino/neutrino-dev/pull/715) -- Include postcss-loader example [`#727`](https://github.com/mozilla-neutrino/neutrino-dev/pull/727) -- Update dependency url-loader to ^1.0.0 [`#730`](https://github.com/mozilla-neutrino/neutrino-dev/pull/730) -- Update dependency html-webpack-plugin to ^3.0.0 [`#729`](https://github.com/mozilla-neutrino/neutrino-dev/pull/729) -- Update dependency eslint-loader to ^2.0.0 [`#720`](https://github.com/mozilla-neutrino/neutrino-dev/pull/720) -- Update dependency ora to ^2.0.0 [`#716`](https://github.com/mozilla-neutrino/neutrino-dev/pull/716) -- Update changelog [`3a6ccb6`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3a6ccb66083717f4380d3c241f2aba81f13ed83b) - -#### [v8.1.2](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.1.1...v8.1.2) + +- Cleanup monorepo linting configuration [`#758`](https://github.com/neutrinojs/neutrino/pull/758) +- Prevent development yarn "unmet peer dependency" warnings [`#760`](https://github.com/neutrinojs/neutrino/pull/760) +- Make lint-staged not automatically fix lint errors [`#757`](https://github.com/neutrinojs/neutrino/pull/757) +- Make 'neutrino lint --debug' configure ESLint debug logging [`#754`](https://github.com/neutrinojs/neutrino/pull/754) +- Update dependency karma-webpack to ^3.0.0 [`#753`](https://github.com/neutrinojs/neutrino/pull/753) +- Prevent yarn "unmet peer dependency" warnings [`#752`](https://github.com/neutrinojs/neutrino/pull/752) +- Remove stray package-specific yarn.lock [`#744`](https://github.com/neutrinojs/neutrino/pull/744) +- Adjust Renovate configuration [`#739`](https://github.com/neutrinojs/neutrino/pull/739) +- Stop passing invalid 'name' option to html-loader [`#740`](https://github.com/neutrinojs/neutrino/pull/740) +- Docs: Update web preset configuration example [`#742`](https://github.com/neutrinojs/neutrino/pull/742) +- Docs: Fix links to @neutrinojs/library [`#731`](https://github.com/neutrinojs/neutrino/pull/731) +- Update yarn lockfile [`#738`](https://github.com/neutrinojs/neutrino/pull/738) +- Update dependency lint-staged to ^7.0.0 [`#715`](https://github.com/neutrinojs/neutrino/pull/715) +- Include postcss-loader example [`#727`](https://github.com/neutrinojs/neutrino/pull/727) +- Update dependency url-loader to ^1.0.0 [`#730`](https://github.com/neutrinojs/neutrino/pull/730) +- Update dependency html-webpack-plugin to ^3.0.0 [`#729`](https://github.com/neutrinojs/neutrino/pull/729) +- Update dependency eslint-loader to ^2.0.0 [`#720`](https://github.com/neutrinojs/neutrino/pull/720) +- Update dependency ora to ^2.0.0 [`#716`](https://github.com/neutrinojs/neutrino/pull/716) +- Update changelog [`3a6ccb6`](https://github.com/neutrinojs/neutrino/commit/3a6ccb66083717f4380d3c241f2aba81f13ed83b) + +#### [v8.1.2](https://github.com/neutrinojs/neutrino/compare/v8.1.1...v8.1.2) + > 26 February 2018 -- Fix Jest entry files search on Windows [`#679`](https://github.com/mozilla-neutrino/neutrino-dev/pull/679) -- Update changelog [`860e58d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/860e58dc1336277477356bd6035e2922fdb7b632) -#### [v8.1.1](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.1.0...v8.1.1) +- Fix Jest entry files search on Windows [`#679`](https://github.com/neutrinojs/neutrino/pull/679) +- Update changelog [`860e58d`](https://github.com/neutrinojs/neutrino/commit/860e58dc1336277477356bd6035e2922fdb7b632) + +#### [v8.1.1](https://github.com/neutrinojs/neutrino/compare/v8.1.0...v8.1.1) + > 30 January 2018 -- Fix using formatter with eslint-loader [`#697`](https://github.com/mozilla-neutrino/neutrino-dev/pull/697) -- Update searchlist plugin to fix bug in rendering community packages [`#696`](https://github.com/mozilla-neutrino/neutrino-dev/pull/696) -- Update changelog [`3a3ff45`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3a3ff4522f1d8b10f5ecf48578c1b0ae12a130f5) -#### [v8.1.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.18...v8.1.0) +- Fix using formatter with eslint-loader [`#697`](https://github.com/neutrinojs/neutrino/pull/697) +- Update searchlist plugin to fix bug in rendering community packages [`#696`](https://github.com/neutrinojs/neutrino/pull/696) +- Update changelog [`3a3ff45`](https://github.com/neutrinojs/neutrino/commit/3a3ff4522f1d8b10f5ecf48578c1b0ae12a130f5) + +#### [v8.1.0](https://github.com/neutrinojs/neutrino/compare/v8.0.18...v8.1.0) + > 29 January 2018 -- Update dependency stylelint-webpack-plugin to ^0.10.0 [`#692`](https://github.com/mozilla-neutrino/neutrino-dev/pull/692) -- Correctly merge eslint rules, fix hardcoded formatter [`#694`](https://github.com/mozilla-neutrino/neutrino-dev/pull/694) -- Update dependency karma to ^2.0.0 [`#645`](https://github.com/mozilla-neutrino/neutrino-dev/pull/645) -- Update dependency yargs to ^11.0.0 [`#680`](https://github.com/mozilla-neutrino/neutrino-dev/pull/680) -- Update dependency style-loader to ^0.20.0 [`#686`](https://github.com/mozilla-neutrino/neutrino-dev/pull/686) -- Update dependency ava to ^0.25.0 [`#685`](https://github.com/mozilla-neutrino/neutrino-dev/pull/685) -- stylelint middleware [`#615`](https://github.com/mozilla-neutrino/neutrino-dev/pull/615) -- Increase the displayed count of community packages on docs [`#691`](https://github.com/mozilla-neutrino/neutrino-dev/pull/691) -- Fix package links on installation/create-new-project [`#690`](https://github.com/mozilla-neutrino/neutrino-dev/pull/690) -- Set default X-Dev-Server-Proxy for easier server-side integration [`#598`](https://github.com/mozilla-neutrino/neutrino-dev/pull/598) -- Web: Handle booleans for options.minify, options.style, options.style.extract [`#601`](https://github.com/mozilla-neutrino/neutrino-dev/pull/601) -- Update changelog [`9f485b1`](https://github.com/mozilla-neutrino/neutrino-dev/commit/9f485b1a3da021d4ed4f186c3f3732288ae96c9e) - -#### [v8.0.18](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.17...v8.0.18) + +- Update dependency stylelint-webpack-plugin to ^0.10.0 [`#692`](https://github.com/neutrinojs/neutrino/pull/692) +- Correctly merge eslint rules, fix hardcoded formatter [`#694`](https://github.com/neutrinojs/neutrino/pull/694) +- Update dependency karma to ^2.0.0 [`#645`](https://github.com/neutrinojs/neutrino/pull/645) +- Update dependency yargs to ^11.0.0 [`#680`](https://github.com/neutrinojs/neutrino/pull/680) +- Update dependency style-loader to ^0.20.0 [`#686`](https://github.com/neutrinojs/neutrino/pull/686) +- Update dependency ava to ^0.25.0 [`#685`](https://github.com/neutrinojs/neutrino/pull/685) +- stylelint middleware [`#615`](https://github.com/neutrinojs/neutrino/pull/615) +- Increase the displayed count of community packages on docs [`#691`](https://github.com/neutrinojs/neutrino/pull/691) +- Fix package links on installation/create-new-project [`#690`](https://github.com/neutrinojs/neutrino/pull/690) +- Set default X-Dev-Server-Proxy for easier server-side integration [`#598`](https://github.com/neutrinojs/neutrino/pull/598) +- Web: Handle booleans for options.minify, options.style, options.style.extract [`#601`](https://github.com/neutrinojs/neutrino/pull/601) +- Update changelog [`9f485b1`](https://github.com/neutrinojs/neutrino/commit/9f485b1a3da021d4ed4f186c3f3732288ae96c9e) + +#### [v8.0.18](https://github.com/neutrinojs/neutrino/compare/v8.0.17...v8.0.18) + > 15 January 2018 -- Hotfix: Add port when there is no custom config provided [`#672`](https://github.com/mozilla-neutrino/neutrino-dev/pull/672) -- Update changelog [`8fccd3d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/8fccd3d581b506854d22e4514eb4bb5b4622214f) -#### [v8.0.17](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.16...v8.0.17) +- Hotfix: Add port when there is no custom config provided [`#672`](https://github.com/neutrinojs/neutrino/pull/672) +- Update changelog [`8fccd3d`](https://github.com/neutrinojs/neutrino/commit/8fccd3d581b506854d22e4514eb4bb5b4622214f) + +#### [v8.0.17](https://github.com/neutrinojs/neutrino/compare/v8.0.16...v8.0.17) + > 14 January 2018 -- Respect values for devServer.public [`#671`](https://github.com/mozilla-neutrino/neutrino-dev/pull/671) -- Serialize fork payload to support regex and simple functions [`#667`](https://github.com/mozilla-neutrino/neutrino-dev/pull/667) -- Add missing tsx extension for JSX in typescript [`#668`](https://github.com/mozilla-neutrino/neutrino-dev/pull/668) -- Update changelog [`b26bf4d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/b26bf4dcdfda4a6ff2c9ca7c28124204f9e0f9ce) -#### [v8.0.16](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.15...v8.0.16) +- Respect values for devServer.public [`#671`](https://github.com/neutrinojs/neutrino/pull/671) +- Serialize fork payload to support regex and simple functions [`#667`](https://github.com/neutrinojs/neutrino/pull/667) +- Add missing tsx extension for JSX in typescript [`#668`](https://github.com/neutrinojs/neutrino/pull/668) +- Update changelog [`b26bf4d`](https://github.com/neutrinojs/neutrino/commit/b26bf4dcdfda4a6ff2c9ca7c28124204f9e0f9ce) + +#### [v8.0.16](https://github.com/neutrinojs/neutrino/compare/v8.0.15...v8.0.16) + > 9 January 2018 -- fix(deps): update dependency fluture to ^8.0.0 [`#649`](https://github.com/mozilla-neutrino/neutrino-dev/pull/649) -- Only install banner in files that are modules by default [`#663`](https://github.com/mozilla-neutrino/neutrino-dev/pull/663) -- Make react eslint plugin available to the standardjs eslint middleware [`#662`](https://github.com/mozilla-neutrino/neutrino-dev/pull/662) -- Update changelog [`abf0e4e`](https://github.com/mozilla-neutrino/neutrino-dev/commit/abf0e4e1efdcb457be26a87e3aa0edfd96d596ad) -#### [v8.0.15](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.14...v8.0.15) +- fix(deps): update dependency fluture to ^8.0.0 [`#649`](https://github.com/neutrinojs/neutrino/pull/649) +- Only install banner in files that are modules by default [`#663`](https://github.com/neutrinojs/neutrino/pull/663) +- Make react eslint plugin available to the standardjs eslint middleware [`#662`](https://github.com/neutrinojs/neutrino/pull/662) +- Update changelog [`abf0e4e`](https://github.com/neutrinojs/neutrino/commit/abf0e4e1efdcb457be26a87e3aa0edfd96d596ad) + +#### [v8.0.15](https://github.com/neutrinojs/neutrino/compare/v8.0.14...v8.0.15) + > 8 January 2018 -- fix: Use relative path for source to fix Jest coverage report [`#659`](https://github.com/mozilla-neutrino/neutrino-dev/pull/659) -- Fix npmsearchlist to encode space intead of plus separator [`#654`](https://github.com/mozilla-neutrino/neutrino-dev/pull/654) -- Respect CLI options.port in dev server middleware [`#655`](https://github.com/mozilla-neutrino/neutrino-dev/pull/655) -- Update changelog [`b7a3bce`](https://github.com/mozilla-neutrino/neutrino-dev/commit/b7a3bce384ccef1f65a9bd525e89ad79b4dd9b08) -#### [v8.0.14](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.13...v8.0.14) +- fix: Use relative path for source to fix Jest coverage report [`#659`](https://github.com/neutrinojs/neutrino/pull/659) +- Fix npmsearchlist to encode space intead of plus separator [`#654`](https://github.com/neutrinojs/neutrino/pull/654) +- Respect CLI options.port in dev server middleware [`#655`](https://github.com/neutrinojs/neutrino/pull/655) +- Update changelog [`b7a3bce`](https://github.com/neutrinojs/neutrino/commit/b7a3bce384ccef1f65a9bd525e89ad79b4dd9b08) + +#### [v8.0.14](https://github.com/neutrinojs/neutrino/compare/v8.0.13...v8.0.14) + > 21 December 2017 -- style-loader: allow overriding options.test/modulesTest overrides with css modules enabled [`#609`](https://github.com/mozilla-neutrino/neutrino-dev/pull/609) -- fix(Jest): Fix Jest middleware always exit with zero code [`#636`](https://github.com/mozilla-neutrino/neutrino-dev/pull/636) -- Nest create-new-project under installation and link to it from index [`#621`](https://github.com/mozilla-neutrino/neutrino-dev/pull/621) -- Add notes about serialization of fork middleware options [`#641`](https://github.com/mozilla-neutrino/neutrino-dev/pull/641) -- Fix issue where ES6 won't compile with Jest and Neutrino v8 [`#640`](https://github.com/mozilla-neutrino/neutrino-dev/pull/640) -- Add supported versions of npm, Yarn and Node.js [`#628`](https://github.com/mozilla-neutrino/neutrino-dev/pull/628) -- Add create-project example to the quickstart [`#610`](https://github.com/mozilla-neutrino/neutrino-dev/pull/610) -- Sync docs/ and packages/ [`#637`](https://github.com/mozilla-neutrino/neutrino-dev/pull/637) -- fix(deps): update dependency fs-extra to ^5.0.0 [`#596`](https://github.com/mozilla-neutrino/neutrino-dev/pull/596) -- docs: fix broken code block in docs [`#633`](https://github.com/mozilla-neutrino/neutrino-dev/pull/633) -- docs: missing end code [`#629`](https://github.com/mozilla-neutrino/neutrino-dev/pull/629) -- Docs: Fix Preact hyperlink [`#626`](https://github.com/mozilla-neutrino/neutrino-dev/pull/626) -- Use results.success properties to determine jest tests pass [`7eaad58`](https://github.com/mozilla-neutrino/neutrino-dev/commit/7eaad58eb68679b1aa1c453788f87eb8d27b1088) -- Update changelog [`48be247`](https://github.com/mozilla-neutrino/neutrino-dev/commit/48be24751b231dd22dabe4d0b51974d64d68b0d5) - -#### [v8.0.13](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.12...v8.0.13) + +- style-loader: allow overriding options.test/modulesTest overrides with css modules enabled [`#609`](https://github.com/neutrinojs/neutrino/pull/609) +- fix(Jest): Fix Jest middleware always exit with zero code [`#636`](https://github.com/neutrinojs/neutrino/pull/636) +- Nest create-new-project under installation and link to it from index [`#621`](https://github.com/neutrinojs/neutrino/pull/621) +- Add notes about serialization of fork middleware options [`#641`](https://github.com/neutrinojs/neutrino/pull/641) +- Fix issue where ES6 won't compile with Jest and Neutrino v8 [`#640`](https://github.com/neutrinojs/neutrino/pull/640) +- Add supported versions of npm, Yarn and Node.js [`#628`](https://github.com/neutrinojs/neutrino/pull/628) +- Add create-project example to the quickstart [`#610`](https://github.com/neutrinojs/neutrino/pull/610) +- Sync docs/ and packages/ [`#637`](https://github.com/neutrinojs/neutrino/pull/637) +- fix(deps): update dependency fs-extra to ^5.0.0 [`#596`](https://github.com/neutrinojs/neutrino/pull/596) +- docs: fix broken code block in docs [`#633`](https://github.com/neutrinojs/neutrino/pull/633) +- docs: missing end code [`#629`](https://github.com/neutrinojs/neutrino/pull/629) +- Docs: Fix Preact hyperlink [`#626`](https://github.com/neutrinojs/neutrino/pull/626) +- Use results.success properties to determine jest tests pass [`7eaad58`](https://github.com/neutrinojs/neutrino/commit/7eaad58eb68679b1aa1c453788f87eb8d27b1088) +- Update changelog [`48be247`](https://github.com/neutrinojs/neutrino/commit/48be24751b231dd22dabe4d0b51974d64d68b0d5) + +#### [v8.0.13](https://github.com/neutrinojs/neutrino/compare/v8.0.12...v8.0.13) + > 14 December 2017 -- Warn about the evils of mutating `neutrino.options`. [`#614`](https://github.com/mozilla-neutrino/neutrino-dev/pull/614) -- Inform the user to use `cd` to change directory after scaffolding [`#618`](https://github.com/mozilla-neutrino/neutrino-dev/pull/618) -- Add debugging to CNP using the debug flag [`#616`](https://github.com/mozilla-neutrino/neutrino-dev/pull/616) -- Fix broken links in docs [`#613`](https://github.com/mozilla-neutrino/neutrino-dev/pull/613) -- Disable html via web with false [`#593`](https://github.com/mozilla-neutrino/neutrino-dev/pull/593) -- Update changelog [`7c41bc6`](https://github.com/mozilla-neutrino/neutrino-dev/commit/7c41bc65f794e63c1dc1265dd08fa5193aac0b81) - -#### [v8.0.12](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.11...v8.0.12) + +- Warn about the evils of mutating `neutrino.options`. [`#614`](https://github.com/neutrinojs/neutrino/pull/614) +- Inform the user to use `cd` to change directory after scaffolding [`#618`](https://github.com/neutrinojs/neutrino/pull/618) +- Add debugging to CNP using the debug flag [`#616`](https://github.com/neutrinojs/neutrino/pull/616) +- Fix broken links in docs [`#613`](https://github.com/neutrinojs/neutrino/pull/613) +- Disable html via web with false [`#593`](https://github.com/neutrinojs/neutrino/pull/593) +- Update changelog [`7c41bc6`](https://github.com/neutrinojs/neutrino/commit/7c41bc65f794e63c1dc1265dd08fa5193aac0b81) + +#### [v8.0.12](https://github.com/neutrinojs/neutrino/compare/v8.0.11...v8.0.12) + > 13 December 2017 -- Fix broken regex [`#604`](https://github.com/mozilla-neutrino/neutrino-dev/pull/604) -- Add eslint react plugin to preact and vue [`#611`](https://github.com/mozilla-neutrino/neutrino-dev/pull/611) -- Update changelog [`78274a5`](https://github.com/mozilla-neutrino/neutrino-dev/commit/78274a55f3f2fa1e33241020c22dc8878cb43138) -- Add missing babel-plugin-transform-react-jsx to preact preset [`2da491a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/2da491a1d582fe61dbc25b6365bf187ddaf7787c) -#### [v8.0.11](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.10...v8.0.11) +- Fix broken regex [`#604`](https://github.com/neutrinojs/neutrino/pull/604) +- Add eslint react plugin to preact and vue [`#611`](https://github.com/neutrinojs/neutrino/pull/611) +- Update changelog [`78274a5`](https://github.com/neutrinojs/neutrino/commit/78274a55f3f2fa1e33241020c22dc8878cb43138) +- Add missing babel-plugin-transform-react-jsx to preact preset [`2da491a`](https://github.com/neutrinojs/neutrino/commit/2da491a1d582fe61dbc25b6365bf187ddaf7787c) + +#### [v8.0.11](https://github.com/neutrinojs/neutrino/compare/v8.0.10...v8.0.11) + > 12 December 2017 -- Avoid interfering with Vue html options not extended from user [`#599`](https://github.com/mozilla-neutrino/neutrino-dev/pull/599) -- options.devServer.publicPath default should operate on passed opts [`#597`](https://github.com/mozilla-neutrino/neutrino-dev/pull/597) -- Clarify web docs [`#592`](https://github.com/mozilla-neutrino/neutrino-dev/pull/592) -- Use command-exists to check for yarn [`#590`](https://github.com/mozilla-neutrino/neutrino-dev/pull/590) -- Remove references to starter kits [`#586`](https://github.com/mozilla-neutrino/neutrino-dev/pull/586) -- Update changelog [`34d4973`](https://github.com/mozilla-neutrino/neutrino-dev/commit/34d49736122d291968db23ce8357b7d6798475a6) - -#### [v8.0.10](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.9...v8.0.10) + +- Avoid interfering with Vue html options not extended from user [`#599`](https://github.com/neutrinojs/neutrino/pull/599) +- options.devServer.publicPath default should operate on passed opts [`#597`](https://github.com/neutrinojs/neutrino/pull/597) +- Clarify web docs [`#592`](https://github.com/neutrinojs/neutrino/pull/592) +- Use command-exists to check for yarn [`#590`](https://github.com/neutrinojs/neutrino/pull/590) +- Remove references to starter kits [`#586`](https://github.com/neutrinojs/neutrino/pull/586) +- Update changelog [`34d4973`](https://github.com/neutrinojs/neutrino/commit/34d49736122d291968db23ce8357b7d6798475a6) + +#### [v8.0.10](https://github.com/neutrinojs/neutrino/compare/v8.0.9...v8.0.10) + > 10 December 2017 -- Fix logic of fork middleware after regression from CLI help improvement [`#589`](https://github.com/mozilla-neutrino/neutrino-dev/pull/589) -- Update changelog [`1930161`](https://github.com/mozilla-neutrino/neutrino-dev/commit/19301611ce53c4b291a036f0f165ea7ba839a527) -#### [v8.0.9](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.8...v8.0.9) +- Fix logic of fork middleware after regression from CLI help improvement [`#589`](https://github.com/neutrinojs/neutrino/pull/589) +- Update changelog [`1930161`](https://github.com/neutrinojs/neutrino/commit/19301611ce53c4b291a036f0f165ea7ba839a527) + +#### [v8.0.9](https://github.com/neutrinojs/neutrino/compare/v8.0.8...v8.0.9) + > 9 December 2017 -- Add output path for the library preset [`#584`](https://github.com/mozilla-neutrino/neutrino-dev/pull/584) -- Use forked version of babel-minify-webpack-plugin to work around source-map issues [`6252e97`](https://github.com/mozilla-neutrino/neutrino-dev/commit/6252e9797026c7212f95fd2f06903027ac1dbf53) -#### [v8.0.8](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.7...v8.0.8) +- Add output path for the library preset [`#584`](https://github.com/neutrinojs/neutrino/pull/584) +- Use forked version of babel-minify-webpack-plugin to work around source-map issues [`6252e97`](https://github.com/neutrinojs/neutrino/commit/6252e9797026c7212f95fd2f06903027ac1dbf53) + +#### [v8.0.8](https://github.com/neutrinojs/neutrino/compare/v8.0.7...v8.0.8) + > 8 December 2017 -#### [v8.0.7](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.6...v8.0.7) +#### [v8.0.7](https://github.com/neutrinojs/neutrino/compare/v8.0.6...v8.0.7) + > 8 December 2017 -#### [v8.0.6](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.5...v8.0.6) +#### [v8.0.6](https://github.com/neutrinojs/neutrino/compare/v8.0.5...v8.0.6) + > 8 December 2017 -#### [v8.0.5](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.4...v8.0.5) +#### [v8.0.5](https://github.com/neutrinojs/neutrino/compare/v8.0.4...v8.0.5) + > 8 December 2017 -### [v8.0.4](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.3.2...v8.0.4) +### [v8.0.4](https://github.com/neutrinojs/neutrino/compare/v7.3.2...v8.0.4) + > 8 December 2017 -- Hotfix for babel minification for react-components [`#580`](https://github.com/mozilla-neutrino/neutrino-dev/pull/580) -- Revert to earlier version of babel-minify-webpack-plugin due to sourcemap errors [`#579`](https://github.com/mozilla-neutrino/neutrino-dev/pull/579) -- Fix ability to disable HMR from react preset [`#577`](https://github.com/mozilla-neutrino/neutrino-dev/pull/577) -- Document usage of style-loaders loaders option [`#574`](https://github.com/mozilla-neutrino/neutrino-dev/pull/574) -- Allow style-loader to accept loaders [`#566`](https://github.com/mozilla-neutrino/neutrino-dev/pull/566) -- Allow merging of primitive values in API options [`#573`](https://github.com/mozilla-neutrino/neutrino-dev/pull/573) -- Upgrade all dependencies to latest before v8 release [`#572`](https://github.com/mozilla-neutrino/neutrino-dev/pull/572) -- Update remaining references of v7 to v8 [`#571`](https://github.com/mozilla-neutrino/neutrino-dev/pull/571) -- Remove buggy devserver compiler message debouncing [`#569`](https://github.com/mozilla-neutrino/neutrino-dev/pull/569) -- Update migration guide to note breaking change in minify middleware [`#570`](https://github.com/mozilla-neutrino/neutrino-dev/pull/570) -- Remove support for Node.js v7 during development [`#560`](https://github.com/mozilla-neutrino/neutrino-dev/pull/560) -- Fixes location of create-project bin when using yarn create [`#564`](https://github.com/mozilla-neutrino/neutrino-dev/pull/564) -- Mark all scoped packages as public by default [`#563`](https://github.com/mozilla-neutrino/neutrino-dev/pull/563) -- Update SUMMARY to reflect changes in existing and new middleware [`#562`](https://github.com/mozilla-neutrino/neutrino-dev/pull/562) -- Update web docs rules table to list css modules [`#561`](https://github.com/mozilla-neutrino/neutrino-dev/pull/561) -- Simplify react-components to building instead of dictating preview app [`#559`](https://github.com/mozilla-neutrino/neutrino-dev/pull/559) -- fix comment typo in (p)react preset [`#557`](https://github.com/mozilla-neutrino/neutrino-dev/pull/557) -- Fix errors that occur when starting Vue projects [`#555`](https://github.com/mozilla-neutrino/neutrino-dev/pull/555) -- Remove reliance on babel environments, make babel options merging consistent [`#548`](https://github.com/mozilla-neutrino/neutrino-dev/pull/548) -- Use custom externals with react-components build [`#550`](https://github.com/mozilla-neutrino/neutrino-dev/pull/550) -- fix(deps): update dependency babel-preset-vue to ^2.0.0 [`#551`](https://github.com/mozilla-neutrino/neutrino-dev/pull/551) -- Add style-minify middleware, consume from minify middleware and web preset [`#545`](https://github.com/mozilla-neutrino/neutrino-dev/pull/545) -- Use html-template in all web commands, not just start [`#549`](https://github.com/mozilla-neutrino/neutrino-dev/pull/549) -- Update neutrino peerDependencies to v8 [`#546`](https://github.com/mozilla-neutrino/neutrino-dev/pull/546) -- Only add neutrino-dev node_modules for webpack resolution when package is monorepo [`#547`](https://github.com/mozilla-neutrino/neutrino-dev/pull/547) -- Make web docs consistent for clean options [`#544`](https://github.com/mozilla-neutrino/neutrino-dev/pull/544) -- Restructure minify to aggregate *-minify middlewares [`#529`](https://github.com/mozilla-neutrino/neutrino-dev/pull/529) -- Add documentation for options.packageJson [`#543`](https://github.com/mozilla-neutrino/neutrino-dev/pull/543) -- Use extensions in outstanding package [`#532`](https://github.com/mozilla-neutrino/neutrino-dev/pull/532) -- Add option to get package.json content [`#534`](https://github.com/mozilla-neutrino/neutrino-dev/pull/534) -- Improve help/incorrect usage output of CLI [`#514`](https://github.com/mozilla-neutrino/neutrino-dev/pull/514) -- Merge test babel config in root config to deal with JSX pragma plugin precedence [`#537`](https://github.com/mozilla-neutrino/neutrino-dev/pull/537) -- Udate CHANGELOG.md [`#535`](https://github.com/mozilla-neutrino/neutrino-dev/pull/535) -- Revert broken changes in image minification middleware's testing determination, do not join. [`#536`](https://github.com/mozilla-neutrino/neutrino-dev/pull/536) -- Remove json from being in options.extensions, update docs on extensions accordingly [`#533`](https://github.com/mozilla-neutrino/neutrino-dev/pull/533) -- Migrate clean options from v7 branch to master to allow all options for clean middleware [`#530`](https://github.com/mozilla-neutrino/neutrino-dev/pull/530) -- Update outstanding changes to docs and add more detailed comments [`#531`](https://github.com/mozilla-neutrino/neutrino-dev/pull/531) -- Sync docs/ and packages/ and other docs fixes [`#528`](https://github.com/mozilla-neutrino/neutrino-dev/pull/528) -- Allow disabling clean middleware from consumed presets [`#520`](https://github.com/mozilla-neutrino/neutrino-dev/pull/520) -- Make --debug set Jest verbose option from false to true [`#523`](https://github.com/mozilla-neutrino/neutrino-dev/pull/523) -- Update auto-changelog [`#524`](https://github.com/mozilla-neutrino/neutrino-dev/pull/524) -- Format eslint errors consistently across commands using the codeframe styler [`#510`](https://github.com/mozilla-neutrino/neutrino-dev/pull/510) -- Allow usage of multiple same plugins, map mains to html plugins [`#509`](https://github.com/mozilla-neutrino/neutrino-dev/pull/509) -- Rearrange migration guide, add breaking API changes [`#508`](https://github.com/mozilla-neutrino/neutrino-dev/pull/508) -- Add v8 migration guidelines [`#506`](https://github.com/mozilla-neutrino/neutrino-dev/pull/506) -- Add warning to eslint docs about differing config from eslintrc [`#505`](https://github.com/mozilla-neutrino/neutrino-dev/pull/505) -- Use allChunks CSS options when doing extraction [`#504`](https://github.com/mozilla-neutrino/neutrino-dev/pull/504) -- chore(deps): update dependency lint-staged to ^6.0.0 [`#501`](https://github.com/mozilla-neutrino/neutrino-dev/pull/501) -- Enable CSS Modules by default in *.module.css files [`#495`](https://github.com/mozilla-neutrino/neutrino-dev/pull/495) -- Refactor create-project to support testing the cli and middleware integration [`#488`](https://github.com/mozilla-neutrino/neutrino-dev/pull/488) -- Remove non-functioning script-ext plugin [`#500`](https://github.com/mozilla-neutrino/neutrino-dev/pull/500) -- Use eslint-loader default behavior for emitting warnings and errors [`#493`](https://github.com/mozilla-neutrino/neutrino-dev/pull/493) -- Update Vue docs to reflect additional rules [`#499`](https://github.com/mozilla-neutrino/neutrino-dev/pull/499) -- Use Neutrino's extensions in the rest of packages [`#497`](https://github.com/mozilla-neutrino/neutrino-dev/pull/497) -- Support multiple entry points via new mains options, remove entry option [`#487`](https://github.com/mozilla-neutrino/neutrino-dev/pull/487) -- Docs: write about extensions [`#496`](https://github.com/mozilla-neutrino/neutrino-dev/pull/496) -- Add official scoped vue preset [`#484`](https://github.com/mozilla-neutrino/neutrino-dev/pull/484) -- Debug optimization bailouts [`#485`](https://github.com/mozilla-neutrino/neutrino-dev/pull/485) -- Document using compile-loader merge, link from react [`#494`](https://github.com/mozilla-neutrino/neutrino-dev/pull/494) -- Replace casing of Webpack to webpack [`#492`](https://github.com/mozilla-neutrino/neutrino-dev/pull/492) -- Add webpack bundle information when running in debug [`#486`](https://github.com/mozilla-neutrino/neutrino-dev/pull/486) -- Imagemin middleware [`#459`](https://github.com/mozilla-neutrino/neutrino-dev/pull/459) -- Fix inconsistencies in the react and preact docs [`#483`](https://github.com/mozilla-neutrino/neutrino-dev/pull/483) -- chore(deps): update dependency ava to ^0.24.0 [`#491`](https://github.com/mozilla-neutrino/neutrino-dev/pull/491) -- Add yarn script helper for linking all packages [`#476`](https://github.com/mozilla-neutrino/neutrino-dev/pull/476) -- Add JSX rules to standard preset for use in jsx-based projects [`#480`](https://github.com/mozilla-neutrino/neutrino-dev/pull/480) -- Roll back deepmerge due to breakage in plugin argument merging [`#481`](https://github.com/mozilla-neutrino/neutrino-dev/pull/481) -- Turn the migration guide into a page that covers all versions [`#478`](https://github.com/mozilla-neutrino/neutrino-dev/pull/478) -- Add font, image options. [`#467`](https://github.com/mozilla-neutrino/neutrino-dev/pull/467) -- Web: Clean up option merging, better default for manifest. [`#479`](https://github.com/mozilla-neutrino/neutrino-dev/pull/479) -- Revise docs to sync updates to linting documentation [`#477`](https://github.com/mozilla-neutrino/neutrino-dev/pull/477) -- Fix library package nesting [`#474`](https://github.com/mozilla-neutrino/neutrino-dev/pull/474) -- Update all outdated dependencies for v8 [`#464`](https://github.com/mozilla-neutrino/neutrino-dev/pull/464) -- Expose minify and manifest options for the web preset, allow passing false to exclude. [`#465`](https://github.com/mozilla-neutrino/neutrino-dev/pull/465) -- Support options for server-side html [`#434`](https://github.com/mozilla-neutrino/neutrino-dev/pull/434) -- fix(deps): update dependency html-webpack-template to ^6.1.0 [`#462`](https://github.com/mozilla-neutrino/neutrino-dev/pull/462) -- fix(deps): update dependency url-loader to ^0.6.0 [`#407`](https://github.com/mozilla-neutrino/neutrino-dev/pull/407) -- fix(deps): update dependency style-loader to ^0.19.0 [`#406`](https://github.com/mozilla-neutrino/neutrino-dev/pull/406) -- fix(deps): update dependency mocha to ^4.0.0 [`#463`](https://github.com/mozilla-neutrino/neutrino-dev/pull/463) -- fix(deps): update dependency deepmerge to ^2.0.0 [`#401`](https://github.com/mozilla-neutrino/neutrino-dev/pull/401) -- Add official scoped preact preset, convert to latest Neutrino API [`#455`](https://github.com/mozilla-neutrino/neutrino-dev/pull/455) -- Set name defaults for file/url-loader [`#435`](https://github.com/mozilla-neutrino/neutrino-dev/pull/435) -- Initial implementation of importing react-components preset to neutrino-dev [`#432`](https://github.com/mozilla-neutrino/neutrino-dev/pull/432) -- Initial implementation of generic library middleware [`#431`](https://github.com/mozilla-neutrino/neutrino-dev/pull/431) -- Support building multiple configurations from a single project with fork middleware [`#425`](https://github.com/mozilla-neutrino/neutrino-dev/pull/425) -- Revert "Add optimize option, use in web, node. (#460)" [`#461`](https://github.com/mozilla-neutrino/neutrino-dev/pull/461) -- Add optimize option, use in web, node. [`#460`](https://github.com/mozilla-neutrino/neutrino-dev/pull/460) -- Introduce official standardjs preset for consumption by create CLI [`#453`](https://github.com/mozilla-neutrino/neutrino-dev/pull/453) -- Regression: allow defining neutrinorc as directory [`#426`](https://github.com/mozilla-neutrino/neutrino-dev/pull/426) -- Add official airbnb preset [`#436`](https://github.com/mozilla-neutrino/neutrino-dev/pull/436) -- web/node: Easier targeting via options.targets [`#438`](https://github.com/mozilla-neutrino/neutrino-dev/pull/438) -- Create neutrino project: scaffold new projects with a CLI helper [`#452`](https://github.com/mozilla-neutrino/neutrino-dev/pull/452) -- Support extract-text for styles via options.extract [`#443`](https://github.com/mozilla-neutrino/neutrino-dev/pull/443) -- Update image-loader docs for webp [`#449`](https://github.com/mozilla-neutrino/neutrino-dev/pull/449) -- fix(deps): update dependency yargs to ^10.0.0 [`#408`](https://github.com/mozilla-neutrino/neutrino-dev/pull/408) -- Add webp to img test [`#445`](https://github.com/mozilla-neutrino/neutrino-dev/pull/445) -- Ignore gitbook-plugin-github from automatic renovate [`#444`](https://github.com/mozilla-neutrino/neutrino-dev/pull/444) -- fix(deps): update dependency file-loader to v^1.0.0 [`#397`](https://github.com/mozilla-neutrino/neutrino-dev/pull/397) -- fix(deps): update dependency ramda to ^0.25.0 [`#405`](https://github.com/mozilla-neutrino/neutrino-dev/pull/405) -- Use scoped packages under the @neutrinojs org [`#424`](https://github.com/mozilla-neutrino/neutrino-dev/pull/424) -- chore(deps): update dependency codecov to v^3.0.0 [`#400`](https://github.com/mozilla-neutrino/neutrino-dev/pull/400) -- Switching publishing to occur only from release branches [`#423`](https://github.com/mozilla-neutrino/neutrino-dev/pull/423) -- chore(deps): update dependency ava to v^0.23.0 [`#398`](https://github.com/mozilla-neutrino/neutrino-dev/pull/398) -- chore(deps): update dependency lint-staged to v^5.0.0 [`#422`](https://github.com/mozilla-neutrino/neutrino-dev/pull/422) -- Update changelog [`e0f4771`](https://github.com/mozilla-neutrino/neutrino-dev/commit/e0f4771281ba263ebb9b907c9c23a4727ffc141f) -- Update karma docs for usage on Chrome headless and normal browser in CI [`1f2d8dc`](https://github.com/mozilla-neutrino/neutrino-dev/commit/1f2d8dc226453a2c475cd131249adb2054efffa2) -- Update yarn.lock from PR merge deps [`a6f5d1e`](https://github.com/mozilla-neutrino/neutrino-dev/commit/a6f5d1eac2137cbf708cb3931da474c673e5b5d7) -- Updating yarn.lock for non-used dep [`b6f131d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/b6f131de1942d0de7689f30ffa8a3961c2667c7a) -- Update changelog [`be71e74`](https://github.com/mozilla-neutrino/neutrino-dev/commit/be71e7436bf2b391878ee400a5669901f1ff1948) -- Update changelog [`c854b60`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c854b60ea4514fe53c562f3110cde328cde0ac92) -- Remove orphaned deepmerge lock entry [`1bcb6e2`](https://github.com/mozilla-neutrino/neutrino-dev/commit/1bcb6e2b94fa38863e78539f101aaca1cdd827f9) -- Update to utilize ChromeHeadless as browser in preset-karma [`6191d6f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/6191d6f4caa36b54cb84e69391dfd32fa6b22d04) -- Update changelog [`69dcfed`](https://github.com/mozilla-neutrino/neutrino-dev/commit/69dcfedec6370f9c1e93ba07b1e91e1afac9b9e0) -- Remove accidental console.logs in web preset [`6c7e840`](https://github.com/mozilla-neutrino/neutrino-dev/commit/6c7e840fb79cd612a64cae66c27acd132fc3e5f9) - -#### [v7.4.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.3.3...v7.4.0) + +- Hotfix for babel minification for react-components [`#580`](https://github.com/neutrinojs/neutrino/pull/580) +- Revert to earlier version of babel-minify-webpack-plugin due to sourcemap errors [`#579`](https://github.com/neutrinojs/neutrino/pull/579) +- Fix ability to disable HMR from react preset [`#577`](https://github.com/neutrinojs/neutrino/pull/577) +- Document usage of style-loaders loaders option [`#574`](https://github.com/neutrinojs/neutrino/pull/574) +- Allow style-loader to accept loaders [`#566`](https://github.com/neutrinojs/neutrino/pull/566) +- Allow merging of primitive values in API options [`#573`](https://github.com/neutrinojs/neutrino/pull/573) +- Upgrade all dependencies to latest before v8 release [`#572`](https://github.com/neutrinojs/neutrino/pull/572) +- Update remaining references of v7 to v8 [`#571`](https://github.com/neutrinojs/neutrino/pull/571) +- Remove buggy devserver compiler message debouncing [`#569`](https://github.com/neutrinojs/neutrino/pull/569) +- Update migration guide to note breaking change in minify middleware [`#570`](https://github.com/neutrinojs/neutrino/pull/570) +- Remove support for Node.js v7 during development [`#560`](https://github.com/neutrinojs/neutrino/pull/560) +- Fixes location of create-project bin when using yarn create [`#564`](https://github.com/neutrinojs/neutrino/pull/564) +- Mark all scoped packages as public by default [`#563`](https://github.com/neutrinojs/neutrino/pull/563) +- Update SUMMARY to reflect changes in existing and new middleware [`#562`](https://github.com/neutrinojs/neutrino/pull/562) +- Update web docs rules table to list css modules [`#561`](https://github.com/neutrinojs/neutrino/pull/561) +- Simplify react-components to building instead of dictating preview app [`#559`](https://github.com/neutrinojs/neutrino/pull/559) +- fix comment typo in (p)react preset [`#557`](https://github.com/neutrinojs/neutrino/pull/557) +- Fix errors that occur when starting Vue projects [`#555`](https://github.com/neutrinojs/neutrino/pull/555) +- Remove reliance on babel environments, make babel options merging consistent [`#548`](https://github.com/neutrinojs/neutrino/pull/548) +- Use custom externals with react-components build [`#550`](https://github.com/neutrinojs/neutrino/pull/550) +- fix(deps): update dependency babel-preset-vue to ^2.0.0 [`#551`](https://github.com/neutrinojs/neutrino/pull/551) +- Add style-minify middleware, consume from minify middleware and web preset [`#545`](https://github.com/neutrinojs/neutrino/pull/545) +- Use html-template in all web commands, not just start [`#549`](https://github.com/neutrinojs/neutrino/pull/549) +- Update neutrino peerDependencies to v8 [`#546`](https://github.com/neutrinojs/neutrino/pull/546) +- Only add neutrino-dev node_modules for webpack resolution when package is monorepo [`#547`](https://github.com/neutrinojs/neutrino/pull/547) +- Make web docs consistent for clean options [`#544`](https://github.com/neutrinojs/neutrino/pull/544) +- Restructure minify to aggregate *-minify middlewares [`#529`](https://github.com/neutrinojs/neutrino/pull/529) +- Add documentation for options.packageJson [`#543`](https://github.com/neutrinojs/neutrino/pull/543) +- Use extensions in outstanding package [`#532`](https://github.com/neutrinojs/neutrino/pull/532) +- Add option to get package.json content [`#534`](https://github.com/neutrinojs/neutrino/pull/534) +- Improve help/incorrect usage output of CLI [`#514`](https://github.com/neutrinojs/neutrino/pull/514) +- Merge test babel config in root config to deal with JSX pragma plugin precedence [`#537`](https://github.com/neutrinojs/neutrino/pull/537) +- Udate CHANGELOG.md [`#535`](https://github.com/neutrinojs/neutrino/pull/535) +- Revert broken changes in image minification middleware's testing determination, do not join. [`#536`](https://github.com/neutrinojs/neutrino/pull/536) +- Remove json from being in options.extensions, update docs on extensions accordingly [`#533`](https://github.com/neutrinojs/neutrino/pull/533) +- Migrate clean options from v7 branch to master to allow all options for clean middleware [`#530`](https://github.com/neutrinojs/neutrino/pull/530) +- Update outstanding changes to docs and add more detailed comments [`#531`](https://github.com/neutrinojs/neutrino/pull/531) +- Sync docs/ and packages/ and other docs fixes [`#528`](https://github.com/neutrinojs/neutrino/pull/528) +- Allow disabling clean middleware from consumed presets [`#520`](https://github.com/neutrinojs/neutrino/pull/520) +- Make --debug set Jest verbose option from false to true [`#523`](https://github.com/neutrinojs/neutrino/pull/523) +- Update auto-changelog [`#524`](https://github.com/neutrinojs/neutrino/pull/524) +- Format eslint errors consistently across commands using the codeframe styler [`#510`](https://github.com/neutrinojs/neutrino/pull/510) +- Allow usage of multiple same plugins, map mains to html plugins [`#509`](https://github.com/neutrinojs/neutrino/pull/509) +- Rearrange migration guide, add breaking API changes [`#508`](https://github.com/neutrinojs/neutrino/pull/508) +- Add v8 migration guidelines [`#506`](https://github.com/neutrinojs/neutrino/pull/506) +- Add warning to eslint docs about differing config from eslintrc [`#505`](https://github.com/neutrinojs/neutrino/pull/505) +- Use allChunks CSS options when doing extraction [`#504`](https://github.com/neutrinojs/neutrino/pull/504) +- chore(deps): update dependency lint-staged to ^6.0.0 [`#501`](https://github.com/neutrinojs/neutrino/pull/501) +- Enable CSS Modules by default in *.module.css files [`#495`](https://github.com/neutrinojs/neutrino/pull/495) +- Refactor create-project to support testing the cli and middleware integration [`#488`](https://github.com/neutrinojs/neutrino/pull/488) +- Remove non-functioning script-ext plugin [`#500`](https://github.com/neutrinojs/neutrino/pull/500) +- Use eslint-loader default behavior for emitting warnings and errors [`#493`](https://github.com/neutrinojs/neutrino/pull/493) +- Update Vue docs to reflect additional rules [`#499`](https://github.com/neutrinojs/neutrino/pull/499) +- Use Neutrino's extensions in the rest of packages [`#497`](https://github.com/neutrinojs/neutrino/pull/497) +- Support multiple entry points via new mains options, remove entry option [`#487`](https://github.com/neutrinojs/neutrino/pull/487) +- Docs: write about extensions [`#496`](https://github.com/neutrinojs/neutrino/pull/496) +- Add official scoped vue preset [`#484`](https://github.com/neutrinojs/neutrino/pull/484) +- Debug optimization bailouts [`#485`](https://github.com/neutrinojs/neutrino/pull/485) +- Document using compile-loader merge, link from react [`#494`](https://github.com/neutrinojs/neutrino/pull/494) +- Replace casing of Webpack to webpack [`#492`](https://github.com/neutrinojs/neutrino/pull/492) +- Add webpack bundle information when running in debug [`#486`](https://github.com/neutrinojs/neutrino/pull/486) +- Imagemin middleware [`#459`](https://github.com/neutrinojs/neutrino/pull/459) +- Fix inconsistencies in the react and preact docs [`#483`](https://github.com/neutrinojs/neutrino/pull/483) +- chore(deps): update dependency ava to ^0.24.0 [`#491`](https://github.com/neutrinojs/neutrino/pull/491) +- Add yarn script helper for linking all packages [`#476`](https://github.com/neutrinojs/neutrino/pull/476) +- Add JSX rules to standard preset for use in jsx-based projects [`#480`](https://github.com/neutrinojs/neutrino/pull/480) +- Roll back deepmerge due to breakage in plugin argument merging [`#481`](https://github.com/neutrinojs/neutrino/pull/481) +- Turn the migration guide into a page that covers all versions [`#478`](https://github.com/neutrinojs/neutrino/pull/478) +- Add font, image options. [`#467`](https://github.com/neutrinojs/neutrino/pull/467) +- Web: Clean up option merging, better default for manifest. [`#479`](https://github.com/neutrinojs/neutrino/pull/479) +- Revise docs to sync updates to linting documentation [`#477`](https://github.com/neutrinojs/neutrino/pull/477) +- Fix library package nesting [`#474`](https://github.com/neutrinojs/neutrino/pull/474) +- Update all outdated dependencies for v8 [`#464`](https://github.com/neutrinojs/neutrino/pull/464) +- Expose minify and manifest options for the web preset, allow passing false to exclude. [`#465`](https://github.com/neutrinojs/neutrino/pull/465) +- Support options for server-side html [`#434`](https://github.com/neutrinojs/neutrino/pull/434) +- fix(deps): update dependency html-webpack-template to ^6.1.0 [`#462`](https://github.com/neutrinojs/neutrino/pull/462) +- fix(deps): update dependency url-loader to ^0.6.0 [`#407`](https://github.com/neutrinojs/neutrino/pull/407) +- fix(deps): update dependency style-loader to ^0.19.0 [`#406`](https://github.com/neutrinojs/neutrino/pull/406) +- fix(deps): update dependency mocha to ^4.0.0 [`#463`](https://github.com/neutrinojs/neutrino/pull/463) +- fix(deps): update dependency deepmerge to ^2.0.0 [`#401`](https://github.com/neutrinojs/neutrino/pull/401) +- Add official scoped preact preset, convert to latest Neutrino API [`#455`](https://github.com/neutrinojs/neutrino/pull/455) +- Set name defaults for file/url-loader [`#435`](https://github.com/neutrinojs/neutrino/pull/435) +- Initial implementation of importing react-components preset to neutrino-dev [`#432`](https://github.com/neutrinojs/neutrino/pull/432) +- Initial implementation of generic library middleware [`#431`](https://github.com/neutrinojs/neutrino/pull/431) +- Support building multiple configurations from a single project with fork middleware [`#425`](https://github.com/neutrinojs/neutrino/pull/425) +- Revert "Add optimize option, use in web, node. (#460)" [`#461`](https://github.com/neutrinojs/neutrino/pull/461) +- Add optimize option, use in web, node. [`#460`](https://github.com/neutrinojs/neutrino/pull/460) +- Introduce official standardjs preset for consumption by create CLI [`#453`](https://github.com/neutrinojs/neutrino/pull/453) +- Regression: allow defining neutrinorc as directory [`#426`](https://github.com/neutrinojs/neutrino/pull/426) +- Add official airbnb preset [`#436`](https://github.com/neutrinojs/neutrino/pull/436) +- web/node: Easier targeting via options.targets [`#438`](https://github.com/neutrinojs/neutrino/pull/438) +- Create neutrino project: scaffold new projects with a CLI helper [`#452`](https://github.com/neutrinojs/neutrino/pull/452) +- Support extract-text for styles via options.extract [`#443`](https://github.com/neutrinojs/neutrino/pull/443) +- Update image-loader docs for webp [`#449`](https://github.com/neutrinojs/neutrino/pull/449) +- fix(deps): update dependency yargs to ^10.0.0 [`#408`](https://github.com/neutrinojs/neutrino/pull/408) +- Add webp to img test [`#445`](https://github.com/neutrinojs/neutrino/pull/445) +- Ignore gitbook-plugin-github from automatic renovate [`#444`](https://github.com/neutrinojs/neutrino/pull/444) +- fix(deps): update dependency file-loader to v^1.0.0 [`#397`](https://github.com/neutrinojs/neutrino/pull/397) +- fix(deps): update dependency ramda to ^0.25.0 [`#405`](https://github.com/neutrinojs/neutrino/pull/405) +- Use scoped packages under the @neutrinojs org [`#424`](https://github.com/neutrinojs/neutrino/pull/424) +- chore(deps): update dependency codecov to v^3.0.0 [`#400`](https://github.com/neutrinojs/neutrino/pull/400) +- Switching publishing to occur only from release branches [`#423`](https://github.com/neutrinojs/neutrino/pull/423) +- chore(deps): update dependency ava to v^0.23.0 [`#398`](https://github.com/neutrinojs/neutrino/pull/398) +- chore(deps): update dependency lint-staged to v^5.0.0 [`#422`](https://github.com/neutrinojs/neutrino/pull/422) +- Update changelog [`e0f4771`](https://github.com/neutrinojs/neutrino/commit/e0f4771281ba263ebb9b907c9c23a4727ffc141f) +- Update karma docs for usage on Chrome headless and normal browser in CI [`1f2d8dc`](https://github.com/neutrinojs/neutrino/commit/1f2d8dc226453a2c475cd131249adb2054efffa2) +- Update yarn.lock from PR merge deps [`a6f5d1e`](https://github.com/neutrinojs/neutrino/commit/a6f5d1eac2137cbf708cb3931da474c673e5b5d7) +- Updating yarn.lock for non-used dep [`b6f131d`](https://github.com/neutrinojs/neutrino/commit/b6f131de1942d0de7689f30ffa8a3961c2667c7a) +- Update changelog [`be71e74`](https://github.com/neutrinojs/neutrino/commit/be71e7436bf2b391878ee400a5669901f1ff1948) +- Update changelog [`c854b60`](https://github.com/neutrinojs/neutrino/commit/c854b60ea4514fe53c562f3110cde328cde0ac92) +- Remove orphaned deepmerge lock entry [`1bcb6e2`](https://github.com/neutrinojs/neutrino/commit/1bcb6e2b94fa38863e78539f101aaca1cdd827f9) +- Update to utilize ChromeHeadless as browser in preset-karma [`6191d6f`](https://github.com/neutrinojs/neutrino/commit/6191d6f4caa36b54cb84e69391dfd32fa6b22d04) +- Update changelog [`69dcfed`](https://github.com/neutrinojs/neutrino/commit/69dcfedec6370f9c1e93ba07b1e91e1afac9b9e0) +- Remove accidental console.logs in web preset [`6c7e840`](https://github.com/neutrinojs/neutrino/commit/6c7e840fb79cd612a64cae66c27acd132fc3e5f9) + +#### [v7.4.0](https://github.com/neutrinojs/neutrino/compare/v7.3.3...v7.4.0) + > 4 December 2017 -- pass clean options to webpack plugin [`#511`](https://github.com/mozilla-neutrino/neutrino-dev/pull/511) -#### [v7.3.3](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.3.2...v7.3.3) +- pass clean options to webpack plugin [`#511`](https://github.com/neutrinojs/neutrino/pull/511) + +#### [v7.3.3](https://github.com/neutrinojs/neutrino/compare/v7.3.2...v7.3.3) + > 21 November 2017 -- Allow using a custom entry for Node.js preset [`#469`](https://github.com/mozilla-neutrino/neutrino-dev/pull/469) -- Update changelog [`be71e74`](https://github.com/mozilla-neutrino/neutrino-dev/commit/be71e7436bf2b391878ee400a5669901f1ff1948) -#### [v7.3.2](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.3.1...v7.3.2) +- Allow using a custom entry for Node.js preset [`#469`](https://github.com/neutrinojs/neutrino/pull/469) +- Update changelog [`be71e74`](https://github.com/neutrinojs/neutrino/commit/be71e7436bf2b391878ee400a5669901f1ff1948) + +#### [v7.3.2](https://github.com/neutrinojs/neutrino/compare/v7.3.1...v7.3.2) + > 13 November 2017 -- Return future when running a command [`#420`](https://github.com/mozilla-neutrino/neutrino-dev/pull/420) -- Generate changelogs that show the commits between tags [`#411`](https://github.com/mozilla-neutrino/neutrino-dev/pull/411) -- Fix linting errors that arose from base non-return bug [`#421`](https://github.com/mozilla-neutrino/neutrino-dev/pull/421) -- Docs: Remove leftover babel-polyfill references [`#419`](https://github.com/mozilla-neutrino/neutrino-dev/pull/419) -#### [v7.3.1](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.3.0...v7.3.1) +- Return future when running a command [`#420`](https://github.com/neutrinojs/neutrino/pull/420) +- Generate changelogs that show the commits between tags [`#411`](https://github.com/neutrinojs/neutrino/pull/411) +- Fix linting errors that arose from base non-return bug [`#421`](https://github.com/neutrinojs/neutrino/pull/421) +- Docs: Remove leftover babel-polyfill references [`#419`](https://github.com/neutrinojs/neutrino/pull/419) + +#### [v7.3.1](https://github.com/neutrinojs/neutrino/compare/v7.3.0...v7.3.1) + > 6 November 2017 -- Ensure checking error message prior to access [`#418`](https://github.com/mozilla-neutrino/neutrino-dev/pull/418) -- Use shorter eslintrc [`#412`](https://github.com/mozilla-neutrino/neutrino-dev/pull/412) -- Update changelog [`94e737a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/94e737ad1a2bb5abd2cafd11f2826f10b992cd05) -#### [v7.3.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.2.3...v7.3.0) +- Ensure checking error message prior to access [`#418`](https://github.com/neutrinojs/neutrino/pull/418) +- Use shorter eslintrc [`#412`](https://github.com/neutrinojs/neutrino/pull/412) +- Update changelog [`94e737a`](https://github.com/neutrinojs/neutrino/commit/94e737ad1a2bb5abd2cafd11f2826f10b992cd05) + +#### [v7.3.0](https://github.com/neutrinojs/neutrino/compare/v7.2.3...v7.3.0) + > 31 October 2017 -- Reformat readme headings, favor spectrum over slack [`#396`](https://github.com/mozilla-neutrino/neutrino-dev/pull/396) -- Improve error messaging for middleware used with no entry point [`#386`](https://github.com/mozilla-neutrino/neutrino-dev/pull/386) -- Update renovate configuration [`#409`](https://github.com/mozilla-neutrino/neutrino-dev/pull/409) -- Throw more useful errors when missing commands [`#393`](https://github.com/mozilla-neutrino/neutrino-dev/pull/393) -- Configure Renovate [`#395`](https://github.com/mozilla-neutrino/neutrino-dev/pull/395) -- Make --debug increase karma's logLevel from info to debug [`#394`](https://github.com/mozilla-neutrino/neutrino-dev/pull/394) -- Make --debug set clean-webpack-plugin's 'verbose' option [`#392`](https://github.com/mozilla-neutrino/neutrino-dev/pull/392) -- Make --debug set copy-webpack-plugin's 'debug' option [`#391`](https://github.com/mozilla-neutrino/neutrino-dev/pull/391) -- react-hot-loader is no longer beta [`#381`](https://github.com/mozilla-neutrino/neutrino-dev/pull/381) -- add notes about setup scripts [`#388`](https://github.com/mozilla-neutrino/neutrino-dev/pull/388) -- Fixes to publishing [`6ea0728`](https://github.com/mozilla-neutrino/neutrino-dev/commit/6ea0728c95ac1a7c061428a8dd7a33db7dfd6192) - -#### [v7.2.3](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.2.2...v7.2.3) + +- Reformat readme headings, favor spectrum over slack [`#396`](https://github.com/neutrinojs/neutrino/pull/396) +- Improve error messaging for middleware used with no entry point [`#386`](https://github.com/neutrinojs/neutrino/pull/386) +- Update renovate configuration [`#409`](https://github.com/neutrinojs/neutrino/pull/409) +- Throw more useful errors when missing commands [`#393`](https://github.com/neutrinojs/neutrino/pull/393) +- Configure Renovate [`#395`](https://github.com/neutrinojs/neutrino/pull/395) +- Make --debug increase karma's logLevel from info to debug [`#394`](https://github.com/neutrinojs/neutrino/pull/394) +- Make --debug set clean-webpack-plugin's 'verbose' option [`#392`](https://github.com/neutrinojs/neutrino/pull/392) +- Make --debug set copy-webpack-plugin's 'debug' option [`#391`](https://github.com/neutrinojs/neutrino/pull/391) +- react-hot-loader is no longer beta [`#381`](https://github.com/neutrinojs/neutrino/pull/381) +- add notes about setup scripts [`#388`](https://github.com/neutrinojs/neutrino/pull/388) +- Fixes to publishing [`6ea0728`](https://github.com/neutrinojs/neutrino/commit/6ea0728c95ac1a7c061428a8dd7a33db7dfd6192) + +#### [v7.2.3](https://github.com/neutrinojs/neutrino/compare/v7.2.2...v7.2.3) + > 26 October 2017 -- Output logging messages when using watch instead of devServer [`#378`](https://github.com/mozilla-neutrino/neutrino-dev/pull/378) -- Allow using Jest and Mocha presets without Babel [`#379`](https://github.com/mozilla-neutrino/neutrino-dev/pull/379) -- Follow-ups to the switch to Lerna [`#372`](https://github.com/mozilla-neutrino/neutrino-dev/pull/372) -- Dev: fixing typo in yarn lint script [`913a875`](https://github.com/mozilla-neutrino/neutrino-dev/commit/913a8754fc7bb0a1ba4661515d89a6e0e81d4fdc) -#### [v7.2.2](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.2.1...v7.2.2) +- Output logging messages when using watch instead of devServer [`#378`](https://github.com/neutrinojs/neutrino/pull/378) +- Allow using Jest and Mocha presets without Babel [`#379`](https://github.com/neutrinojs/neutrino/pull/379) +- Follow-ups to the switch to Lerna [`#372`](https://github.com/neutrinojs/neutrino/pull/372) +- Dev: fixing typo in yarn lint script [`913a875`](https://github.com/neutrinojs/neutrino/commit/913a8754fc7bb0a1ba4661515d89a6e0e81d4fdc) + +#### [v7.2.2](https://github.com/neutrinojs/neutrino/compare/v7.2.1...v7.2.2) + > 24 October 2017 -- Use source directory for jest code coverage [`#369`](https://github.com/mozilla-neutrino/neutrino-dev/pull/369) -- Release v7.2.2 [`d399824`](https://github.com/mozilla-neutrino/neutrino-dev/commit/d399824fe61d2494445b2b3bfc4a30c73795b5cd) -- Remove oao, swap for lerna [`ee6d47d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ee6d47df2ce75a01992e900aaa0bc131bb03523e) -- Remove legacy oao command [`cec00f8`](https://github.com/mozilla-neutrino/neutrino-dev/commit/cec00f82101913ffa13e2ad07d7e4e181732b7cf) -#### [v7.2.1](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.1.10...v7.2.1) +- Use source directory for jest code coverage [`#369`](https://github.com/neutrinojs/neutrino/pull/369) +- Release v7.2.2 [`d399824`](https://github.com/neutrinojs/neutrino/commit/d399824fe61d2494445b2b3bfc4a30c73795b5cd) +- Remove oao, swap for lerna [`ee6d47d`](https://github.com/neutrinojs/neutrino/commit/ee6d47df2ce75a01992e900aaa0bc131bb03523e) +- Remove legacy oao command [`cec00f8`](https://github.com/neutrinojs/neutrino/commit/cec00f82101913ffa13e2ad07d7e4e181732b7cf) + +#### [v7.2.1](https://github.com/neutrinojs/neutrino/compare/v7.1.10...v7.2.1) + > 21 October 2017 -- feat(hot): Include NamedModulesPlugin for better developer experience [`#365`](https://github.com/mozilla-neutrino/neutrino-dev/pull/365) -- fix: Use cheap-module-eval-source-map for faster recompilation [`#366`](https://github.com/mozilla-neutrino/neutrino-dev/pull/366) -- Adding docs for hot middleware updates [`1318ab5`](https://github.com/mozilla-neutrino/neutrino-dev/commit/1318ab565d0e6b0ecd92d77932df994d56775464) -#### [v7.1.10](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.1.3...v7.1.10) +- feat(hot): Include NamedModulesPlugin for better developer experience [`#365`](https://github.com/neutrinojs/neutrino/pull/365) +- fix: Use cheap-module-eval-source-map for faster recompilation [`#366`](https://github.com/neutrinojs/neutrino/pull/366) +- Adding docs for hot middleware updates [`1318ab5`](https://github.com/neutrinojs/neutrino/commit/1318ab565d0e6b0ecd92d77932df994d56775464) + +#### [v7.1.10](https://github.com/neutrinojs/neutrino/compare/v7.1.3...v7.1.10) + > 18 October 2017 -- Update to the newest version of html-webpack-template [`#361`](https://github.com/mozilla-neutrino/neutrino-dev/pull/361) -- Release v7.1.10 [`190de2d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/190de2db17f00c8a6ee98a7882272d0087fc5c4e) -#### [v7.1.3](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.1.2...v7.1.3) +- Update to the newest version of html-webpack-template [`#361`](https://github.com/neutrinojs/neutrino/pull/361) +- Release v7.1.10 [`190de2d`](https://github.com/neutrinojs/neutrino/commit/190de2db17f00c8a6ee98a7882272d0087fc5c4e) + +#### [v7.1.3](https://github.com/neutrinojs/neutrino/compare/v7.1.2...v7.1.3) + > 17 October 2017 -- Add eslintrc.js to .npmignore [`#359`](https://github.com/mozilla-neutrino/neutrino-dev/pull/359) -- Release v7.1.3 [`e909de6`](https://github.com/mozilla-neutrino/neutrino-dev/commit/e909de6712593f092d4321708d373b8ad94d65e2) -#### [v7.1.2](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.1.1...v7.1.2) +- Add eslintrc.js to .npmignore [`#359`](https://github.com/neutrinojs/neutrino/pull/359) +- Release v7.1.3 [`e909de6`](https://github.com/neutrinojs/neutrino/commit/e909de6712593f092d4321708d373b8ad94d65e2) + +#### [v7.1.2](https://github.com/neutrinojs/neutrino/compare/v7.1.1...v7.1.2) + > 13 October 2017 -- Remove extra keys that are invalid in eslintrc [`#358`](https://github.com/mozilla-neutrino/neutrino-dev/pull/358) -- Use latest version of yarn on Travis [`#355`](https://github.com/mozilla-neutrino/neutrino-dev/pull/355) -- Upgrade oao/yarn and use --frozen-lockfile with oao bootstrap [`#354`](https://github.com/mozilla-neutrino/neutrino-dev/pull/354) -- performance hints [`#353`](https://github.com/mozilla-neutrino/neutrino-dev/pull/353) -- Release 7.1.2 [`09b8e92`](https://github.com/mozilla-neutrino/neutrino-dev/commit/09b8e92c9b4957090aa93607f2aa2f00ccbe5159) -#### [v7.1.1](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.1.0...v7.1.1) +- Remove extra keys that are invalid in eslintrc [`#358`](https://github.com/neutrinojs/neutrino/pull/358) +- Use latest version of yarn on Travis [`#355`](https://github.com/neutrinojs/neutrino/pull/355) +- Upgrade oao/yarn and use --frozen-lockfile with oao bootstrap [`#354`](https://github.com/neutrinojs/neutrino/pull/354) +- performance hints [`#353`](https://github.com/neutrinojs/neutrino/pull/353) +- Release 7.1.2 [`09b8e92`](https://github.com/neutrinojs/neutrino/commit/09b8e92c9b4957090aa93607f2aa2f00ccbe5159) + +#### [v7.1.1](https://github.com/neutrinojs/neutrino/compare/v7.1.0...v7.1.1) + > 10 October 2017 -- Release v7.1.1 [`ed6be9b`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ed6be9bbbd72e042862c9276b5c5405eb83f4a10) -- Hotfix - bump webpack-chain to guard non-defined chainedmap entries [`2ee3b42`](https://github.com/mozilla-neutrino/neutrino-dev/commit/2ee3b42ddf9c4259088e0f4a7bb07a64bac634c1) -#### [v7.1.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.0.2...v7.1.0) +- Release v7.1.1 [`ed6be9b`](https://github.com/neutrinojs/neutrino/commit/ed6be9bbbd72e042862c9276b5c5405eb83f4a10) +- Hotfix - bump webpack-chain to guard non-defined chainedmap entries [`2ee3b42`](https://github.com/neutrinojs/neutrino/commit/2ee3b42ddf9c4259088e0f4a7bb07a64bac634c1) + +#### [v7.1.0](https://github.com/neutrinojs/neutrino/compare/v7.0.2...v7.1.0) + > 6 October 2017 -- Feature: upgrade webpack-chain to use .before() and .after() [`#346`](https://github.com/mozilla-neutrino/neutrino-dev/pull/346) -- Make yarn lint/publish commands work on Windows [`#345`](https://github.com/mozilla-neutrino/neutrino-dev/pull/345) -- Preserve ESLint default include when just exclude set [`#344`](https://github.com/mozilla-neutrino/neutrino-dev/pull/344) -- Travis: Document the pinned version of yarn [`#343`](https://github.com/mozilla-neutrino/neutrino-dev/pull/343) -- Release 7.1.0 [`ea0a2ce`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ea0a2cec2830365bdd1b9cc9fdf643cd5fde8a72) -#### [v7.0.2](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.0.1...v7.0.2) +- Feature: upgrade webpack-chain to use .before() and .after() [`#346`](https://github.com/neutrinojs/neutrino/pull/346) +- Make yarn lint/publish commands work on Windows [`#345`](https://github.com/neutrinojs/neutrino/pull/345) +- Preserve ESLint default include when just exclude set [`#344`](https://github.com/neutrinojs/neutrino/pull/344) +- Travis: Document the pinned version of yarn [`#343`](https://github.com/neutrinojs/neutrino/pull/343) +- Release 7.1.0 [`ea0a2ce`](https://github.com/neutrinojs/neutrino/commit/ea0a2cec2830365bdd1b9cc9fdf643cd5fde8a72) + +#### [v7.0.2](https://github.com/neutrinojs/neutrino/compare/v7.0.1...v7.0.2) + > 3 October 2017 -- Remove unused dependencies [`#339`](https://github.com/mozilla-neutrino/neutrino-dev/pull/339) -- Fix link to babel-minify-webpack-plugin options [`#340`](https://github.com/mozilla-neutrino/neutrino-dev/pull/340) -- Lint the JS config files in the root of the repo [`#338`](https://github.com/mozilla-neutrino/neutrino-dev/pull/338) -- Simplify require_test.js, making it pass on Windows [`#337`](https://github.com/mozilla-neutrino/neutrino-dev/pull/337) -- Misc documentation fixes - part 2 [`#335`](https://github.com/mozilla-neutrino/neutrino-dev/pull/335) -- Release 7.0.2 [`7e7ecfc`](https://github.com/mozilla-neutrino/neutrino-dev/commit/7e7ecfc9147df945396ac472b98890e68fce9534) -- Configuration docs nits [`1a707f6`](https://github.com/mozilla-neutrino/neutrino-dev/commit/1a707f6b07d56509738c031918948596858906ce) - -#### [v7.0.1](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.0.0...v7.0.1) + +- Remove unused dependencies [`#339`](https://github.com/neutrinojs/neutrino/pull/339) +- Fix link to babel-minify-webpack-plugin options [`#340`](https://github.com/neutrinojs/neutrino/pull/340) +- Lint the JS config files in the root of the repo [`#338`](https://github.com/neutrinojs/neutrino/pull/338) +- Simplify require_test.js, making it pass on Windows [`#337`](https://github.com/neutrinojs/neutrino/pull/337) +- Misc documentation fixes - part 2 [`#335`](https://github.com/neutrinojs/neutrino/pull/335) +- Release 7.0.2 [`7e7ecfc`](https://github.com/neutrinojs/neutrino/commit/7e7ecfc9147df945396ac472b98890e68fce9534) +- Configuration docs nits [`1a707f6`](https://github.com/neutrinojs/neutrino/commit/1a707f6b07d56509738c031918948596858906ce) + +#### [v7.0.1](https://github.com/neutrinojs/neutrino/compare/v7.0.0...v7.0.1) + > 28 September 2017 -- Release v7.0.1 [`b138b3d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/b138b3dcd5c931e183ad7a05975058367f307ce8) -### [v7.0.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v6.2.1...v7.0.0) +- Release v7.0.1 [`b138b3d`](https://github.com/neutrinojs/neutrino/commit/b138b3dcd5c931e183ad7a05975058367f307ce8) + +### [v7.0.0](https://github.com/neutrinojs/neutrino/compare/v6.2.1...v7.0.0) + > 28 September 2017 -- Upgrading Webpack to v3, merge config as middleware [`#315`](https://github.com/mozilla-neutrino/neutrino-dev/pull/315) -- Release v7.0.0 [`a7f701d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/a7f701dfc05163ec7aab095781f1723cbe978b5c) -#### [v6.2.1](https://github.com/mozilla-neutrino/neutrino-dev/compare/v6.2.0...v6.2.1) +- Upgrading Webpack to v3, merge config as middleware [`#315`](https://github.com/neutrinojs/neutrino/pull/315) +- Release v7.0.0 [`a7f701d`](https://github.com/neutrinojs/neutrino/commit/a7f701dfc05163ec7aab095781f1723cbe978b5c) + +#### [v6.2.1](https://github.com/neutrinojs/neutrino/compare/v6.2.0...v6.2.1) + > 28 September 2017 -- Make the lint command check .jsx files too [`#333`](https://github.com/mozilla-neutrino/neutrino-dev/pull/333) -- Misc documentation fixes [`#325`](https://github.com/mozilla-neutrino/neutrino-dev/pull/325) -- Small API docs change to avoid confusion. [`#317`](https://github.com/mozilla-neutrino/neutrino-dev/pull/317) -- Release v6.2.1 [`dd7c5b3`](https://github.com/mozilla-neutrino/neutrino-dev/commit/dd7c5b39f8e6404ea6c3feb4360c5bd9fc5a85b2) -#### [v6.2.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v6.1.8...v6.2.0) +- Make the lint command check .jsx files too [`#333`](https://github.com/neutrinojs/neutrino/pull/333) +- Misc documentation fixes [`#325`](https://github.com/neutrinojs/neutrino/pull/325) +- Small API docs change to avoid confusion. [`#317`](https://github.com/neutrinojs/neutrino/pull/317) +- Release v6.2.1 [`dd7c5b3`](https://github.com/neutrinojs/neutrino/commit/dd7c5b39f8e6404ea6c3feb4360c5bd9fc5a85b2) + +#### [v6.2.0](https://github.com/neutrinojs/neutrino/compare/v6.1.8...v6.2.0) + > 12 September 2017 -- feat: Allow passing any Jest CLI options to neutrino-jest test task [`#313`](https://github.com/mozilla-neutrino/neutrino-dev/pull/313) -- chore: Add lint-staged and husky [`#314`](https://github.com/mozilla-neutrino/neutrino-dev/pull/314) -- Release v6.2.0 [`8237cda`](https://github.com/mozilla-neutrino/neutrino-dev/commit/8237cda6c4b2dd1d723c0eb75ca5997d28a06cd9) -#### [v6.1.8](https://github.com/mozilla-neutrino/neutrino-dev/compare/v6.1.6...v6.1.8) +- feat: Allow passing any Jest CLI options to neutrino-jest test task [`#313`](https://github.com/neutrinojs/neutrino/pull/313) +- chore: Add lint-staged and husky [`#314`](https://github.com/neutrinojs/neutrino/pull/314) +- Release v6.2.0 [`8237cda`](https://github.com/neutrinojs/neutrino/commit/8237cda6c4b2dd1d723c0eb75ca5997d28a06cd9) + +#### [v6.1.8](https://github.com/neutrinojs/neutrino/compare/v6.1.6...v6.1.8) + > 7 September 2017 -- Fixes #311 [`#312`](https://github.com/mozilla-neutrino/neutrino-dev/pull/312) -- Release 6.1.8 [`01d9ae9`](https://github.com/mozilla-neutrino/neutrino-dev/commit/01d9ae9c1ef04c69ade4a627f4511bd02eefe543) -#### [v6.1.6](https://github.com/mozilla-neutrino/neutrino-dev/compare/v6.1.5...v6.1.6) +- Fixes #311 [`#312`](https://github.com/neutrinojs/neutrino/pull/312) +- Release 6.1.8 [`01d9ae9`](https://github.com/neutrinojs/neutrino/commit/01d9ae9c1ef04c69ade4a627f4511bd02eefe543) + +#### [v6.1.6](https://github.com/neutrinojs/neutrino/compare/v6.1.5...v6.1.6) + > 31 August 2017 -- Handle list of errors from test command [`#310`](https://github.com/mozilla-neutrino/neutrino-dev/pull/310) -- Release 6.1.6 [`fff6cbb`](https://github.com/mozilla-neutrino/neutrino-dev/commit/fff6cbb9ac412465ddf286989e06f2b226963801) -#### [v6.1.5](https://github.com/mozilla-neutrino/neutrino-dev/compare/v6.1.4...v6.1.5) +- Handle list of errors from test command [`#310`](https://github.com/neutrinojs/neutrino/pull/310) +- Release 6.1.6 [`fff6cbb`](https://github.com/neutrinojs/neutrino/commit/fff6cbb9ac412465ddf286989e06f2b226963801) + +#### [v6.1.5](https://github.com/neutrinojs/neutrino/compare/v6.1.4...v6.1.5) + > 1 August 2017 -- Fix hot reload [`#304`](https://github.com/mozilla-neutrino/neutrino-dev/pull/304) -- Make it more clear what the env plugin can be used for [`#295`](https://github.com/mozilla-neutrino/neutrino-dev/pull/295) -- [windows] fix spawn [..]\mocha ENOENT error [`#298`](https://github.com/mozilla-neutrino/neutrino-dev/pull/298) -- Release 6.1.5 [`f7977ed`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f7977ed677225200f0662814ac865a0b395906b1) -- Fixing broken middleware links [`21bd4de`](https://github.com/mozilla-neutrino/neutrino-dev/commit/21bd4de12dff79dd12eb173f0cb48796234671b2) -#### [v6.1.4](https://github.com/mozilla-neutrino/neutrino-dev/compare/v6.1.2...v6.1.4) +- Fix hot reload [`#304`](https://github.com/neutrinojs/neutrino/pull/304) +- Make it more clear what the env plugin can be used for [`#295`](https://github.com/neutrinojs/neutrino/pull/295) +- [windows] fix spawn [..]\mocha ENOENT error [`#298`](https://github.com/neutrinojs/neutrino/pull/298) +- Release 6.1.5 [`f7977ed`](https://github.com/neutrinojs/neutrino/commit/f7977ed677225200f0662814ac865a0b395906b1) +- Fixing broken middleware links [`21bd4de`](https://github.com/neutrinojs/neutrino/commit/21bd4de12dff79dd12eb173f0cb48796234671b2) + +#### [v6.1.4](https://github.com/neutrinojs/neutrino/compare/v6.1.2...v6.1.4) + > 29 June 2017 -- Correctly override path options for custom options [`#293`](https://github.com/mozilla-neutrino/neutrino-dev/pull/293) -- Release v6.1.4 [`7411f0b`](https://github.com/mozilla-neutrino/neutrino-dev/commit/7411f0b3f673cf20ba6409f2ab0de4020cfd6612) -#### [v6.1.2](https://github.com/mozilla-neutrino/neutrino-dev/compare/v6.1.0...v6.1.2) +- Correctly override path options for custom options [`#293`](https://github.com/neutrinojs/neutrino/pull/293) +- Release v6.1.4 [`7411f0b`](https://github.com/neutrinojs/neutrino/commit/7411f0b3f673cf20ba6409f2ab0de4020cfd6612) + +#### [v6.1.2](https://github.com/neutrinojs/neutrino/compare/v6.1.0...v6.1.2) + > 29 June 2017 -- Add an .npmignore to all packages [`#291`](https://github.com/mozilla-neutrino/neutrino-dev/pull/291) -- Prevent null chunks from preventing naming [`#284`](https://github.com/mozilla-neutrino/neutrino-dev/pull/284) -- Release v6.1.2 [`fc85787`](https://github.com/mozilla-neutrino/neutrino-dev/commit/fc8578712d8482ad1f357c0be12e1bd580f07e4d) -#### [v6.1.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v6.0.5...v6.1.0) +- Add an .npmignore to all packages [`#291`](https://github.com/neutrinojs/neutrino/pull/291) +- Prevent null chunks from preventing naming [`#284`](https://github.com/neutrinojs/neutrino/pull/284) +- Release v6.1.2 [`fc85787`](https://github.com/neutrinojs/neutrino/commit/fc8578712d8482ad1f357c0be12e1bd580f07e4d) + +#### [v6.1.0](https://github.com/neutrinojs/neutrino/compare/v6.0.5...v6.1.0) + > 23 June 2017 -- Ensure test cases are not run 2x in watch mode. [`#280`](https://github.com/mozilla-neutrino/neutrino-dev/pull/280) -- Karma coverage [`#282`](https://github.com/mozilla-neutrino/neutrino-dev/pull/282) -- Fix broken link [`#281`](https://github.com/mozilla-neutrino/neutrino-dev/pull/281) -- Add `babel-plugin-istanbul` to ensure accurate coverage is reported. [`#279`](https://github.com/mozilla-neutrino/neutrino-dev/pull/279) -- Release v6.1.0 [`1de650c`](https://github.com/mozilla-neutrino/neutrino-dev/commit/1de650c8a9676a5a39fa0fca2910e7ec527cdd74) -#### [v6.0.5](https://github.com/mozilla-neutrino/neutrino-dev/compare/v6.0.4...v6.0.5) +- Ensure test cases are not run 2x in watch mode. [`#280`](https://github.com/neutrinojs/neutrino/pull/280) +- Karma coverage [`#282`](https://github.com/neutrinojs/neutrino/pull/282) +- Fix broken link [`#281`](https://github.com/neutrinojs/neutrino/pull/281) +- Add `babel-plugin-istanbul` to ensure accurate coverage is reported. [`#279`](https://github.com/neutrinojs/neutrino/pull/279) +- Release v6.1.0 [`1de650c`](https://github.com/neutrinojs/neutrino/commit/1de650c8a9676a5a39fa0fca2910e7ec527cdd74) + +#### [v6.0.5](https://github.com/neutrinojs/neutrino/compare/v6.0.4...v6.0.5) + > 22 June 2017 -- Hashing entire un-named chunk instead of individual modules [`#278`](https://github.com/mozilla-neutrino/neutrino-dev/pull/278) -- Release v6.0.5 [`09b5957`](https://github.com/mozilla-neutrino/neutrino-dev/commit/09b59578e885f8d4706f8678368ed3099450ae2b) -#### [v6.0.4](https://github.com/mozilla-neutrino/neutrino-dev/compare/v6.0.3...v6.0.4) +- Hashing entire un-named chunk instead of individual modules [`#278`](https://github.com/neutrinojs/neutrino/pull/278) +- Release v6.0.5 [`09b5957`](https://github.com/neutrinojs/neutrino/commit/09b59578e885f8d4706f8678368ed3099450ae2b) + +#### [v6.0.4](https://github.com/neutrinojs/neutrino/compare/v6.0.3...v6.0.4) + > 22 June 2017 -- Adding ESLint support back to React [`#275`](https://github.com/mozilla-neutrino/neutrino-dev/pull/275) -- Add Travis badge to README [`#270`](https://github.com/mozilla-neutrino/neutrino-dev/pull/270) -- Release v6.0.4 [`7128bb3`](https://github.com/mozilla-neutrino/neutrino-dev/commit/7128bb3c4aa795b12aa0ede0356170910f18d892) -#### [v6.0.3](https://github.com/mozilla-neutrino/neutrino-dev/compare/v6.0.2...v6.0.3) +- Adding ESLint support back to React [`#275`](https://github.com/neutrinojs/neutrino/pull/275) +- Add Travis badge to README [`#270`](https://github.com/neutrinojs/neutrino/pull/270) +- Release v6.0.4 [`7128bb3`](https://github.com/neutrinojs/neutrino/commit/7128bb3c4aa795b12aa0ede0356170910f18d892) + +#### [v6.0.3](https://github.com/neutrinojs/neutrino/compare/v6.0.2...v6.0.3) + > 19 June 2017 -- Reject test runners when non-zero exit code [`#269`](https://github.com/mozilla-neutrino/neutrino-dev/pull/269) -- Correct typo [`#266`](https://github.com/mozilla-neutrino/neutrino-dev/pull/266) -- Release v6.0.3 [`39f2f32`](https://github.com/mozilla-neutrino/neutrino-dev/commit/39f2f327c4f51e2d4969d63fae4d815bff70affb) -#### [v6.0.2](https://github.com/mozilla-neutrino/neutrino-dev/compare/v6.0.0...v6.0.2) +- Reject test runners when non-zero exit code [`#269`](https://github.com/neutrinojs/neutrino/pull/269) +- Correct typo [`#266`](https://github.com/neutrinojs/neutrino/pull/266) +- Release v6.0.3 [`39f2f32`](https://github.com/neutrinojs/neutrino/commit/39f2f327c4f51e2d4969d63fae4d815bff70affb) + +#### [v6.0.2](https://github.com/neutrinojs/neutrino/compare/v6.0.0...v6.0.2) + > 16 June 2017 -- Fixing issues in babel merging and dynamic named chunks [`#264`](https://github.com/mozilla-neutrino/neutrino-dev/pull/264) -- Correct typo [`#261`](https://github.com/mozilla-neutrino/neutrino-dev/pull/261) -- Updating oao, yarn.lock files, travis installation [`82a24dd`](https://github.com/mozilla-neutrino/neutrino-dev/commit/82a24dd9d93962b43555eabc0e3d69b9acdabfd7) -- Releasing v6.0.2 [`0370c89`](https://github.com/mozilla-neutrino/neutrino-dev/commit/0370c892798c4ffacf27bfbdf1794e0fabf8e687) -- Removing frozen-lockfile...again [`8335e50`](https://github.com/mozilla-neutrino/neutrino-dev/commit/8335e506b82816005a2832ecabd76a5799290666) -- Disabling git status checks for now [`606fe23`](https://github.com/mozilla-neutrino/neutrino-dev/commit/606fe23eca315941bb3ec7a14bf35fb74a314e46) - -### [v6.0.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v5.9.0...v6.0.0) + +- Fixing issues in babel merging and dynamic named chunks [`#264`](https://github.com/neutrinojs/neutrino/pull/264) +- Correct typo [`#261`](https://github.com/neutrinojs/neutrino/pull/261) +- Updating oao, yarn.lock files, travis installation [`82a24dd`](https://github.com/neutrinojs/neutrino/commit/82a24dd9d93962b43555eabc0e3d69b9acdabfd7) +- Releasing v6.0.2 [`0370c89`](https://github.com/neutrinojs/neutrino/commit/0370c892798c4ffacf27bfbdf1794e0fabf8e687) +- Removing frozen-lockfile...again [`8335e50`](https://github.com/neutrinojs/neutrino/commit/8335e506b82816005a2832ecabd76a5799290666) +- Disabling git status checks for now [`606fe23`](https://github.com/neutrinojs/neutrino/commit/606fe23eca315941bb3ec7a14bf35fb74a314e46) + +### [v6.0.0](https://github.com/neutrinojs/neutrino/compare/v5.9.0...v6.0.0) + > 15 June 2017 -- v6 [`#254`](https://github.com/mozilla-neutrino/neutrino-dev/pull/254) -- Document conditional configuration [`#250`](https://github.com/mozilla-neutrino/neutrino-dev/pull/250) -- Switch Travis runs from Ubuntu Precise to Trusty [`#249`](https://github.com/mozilla-neutrino/neutrino-dev/pull/249) -- Test against Node.js 8 on Travis [`#246`](https://github.com/mozilla-neutrino/neutrino-dev/pull/246) -- Hotfix/neutrino preset jest/relative alias handling [`#243`](https://github.com/mozilla-neutrino/neutrino-dev/pull/243) -- Add description how to ignore files in an IDE lint [`#205`](https://github.com/mozilla-neutrino/neutrino-dev/pull/205) -- Use string version of specifying target [`#217`](https://github.com/mozilla-neutrino/neutrino-dev/pull/217) -- Releasing v6.0.0 [`8b07eed`](https://github.com/mozilla-neutrino/neutrino-dev/commit/8b07eed958ea06cc3e978a24c8f269e296107d0f) -- Yarn lockfile updates [`3a3f73e`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3a3f73e4375a1d6535c182753dfb378ea38b58bd) -- Changelog [`8aa0b45`](https://github.com/mozilla-neutrino/neutrino-dev/commit/8aa0b457f418170499273b71ebc3d743d287d1f5) -- Releasing node preset v5.9.1 [`2aa6521`](https://github.com/mozilla-neutrino/neutrino-dev/commit/2aa652164a63c60b9e79a476449720d07d0b8525) -- Releasing Jest preset v5.9.1 [`bfa2988`](https://github.com/mozilla-neutrino/neutrino-dev/commit/bfa29882a21a1124cf5501ff3a849db94456e458) - -#### [v5.9.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v5.8.0...v5.9.0) + +- v6 [`#254`](https://github.com/neutrinojs/neutrino/pull/254) +- Document conditional configuration [`#250`](https://github.com/neutrinojs/neutrino/pull/250) +- Switch Travis runs from Ubuntu Precise to Trusty [`#249`](https://github.com/neutrinojs/neutrino/pull/249) +- Test against Node.js 8 on Travis [`#246`](https://github.com/neutrinojs/neutrino/pull/246) +- Hotfix/neutrino preset jest/relative alias handling [`#243`](https://github.com/neutrinojs/neutrino/pull/243) +- Add description how to ignore files in an IDE lint [`#205`](https://github.com/neutrinojs/neutrino/pull/205) +- Use string version of specifying target [`#217`](https://github.com/neutrinojs/neutrino/pull/217) +- Releasing v6.0.0 [`8b07eed`](https://github.com/neutrinojs/neutrino/commit/8b07eed958ea06cc3e978a24c8f269e296107d0f) +- Yarn lockfile updates [`3a3f73e`](https://github.com/neutrinojs/neutrino/commit/3a3f73e4375a1d6535c182753dfb378ea38b58bd) +- Changelog [`8aa0b45`](https://github.com/neutrinojs/neutrino/commit/8aa0b457f418170499273b71ebc3d743d287d1f5) +- Releasing node preset v5.9.1 [`2aa6521`](https://github.com/neutrinojs/neutrino/commit/2aa652164a63c60b9e79a476449720d07d0b8525) +- Releasing Jest preset v5.9.1 [`bfa2988`](https://github.com/neutrinojs/neutrino/commit/bfa29882a21a1124cf5501ff3a849db94456e458) + +#### [v5.9.0](https://github.com/neutrinojs/neutrino/compare/v5.8.0...v5.9.0) + > 26 May 2017 -- add option for node debugging [`#215`](https://github.com/mozilla-neutrino/neutrino-dev/pull/215) -- Fix error in test usage example [`#209`](https://github.com/mozilla-neutrino/neutrino-dev/pull/209) -- Releasing v5.9.0 [`c3d7020`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c3d70200c56c1e4a326246fd6233b160660c4cd4) -- Docs for --debug [`dde1f40`](https://github.com/mozilla-neutrino/neutrino-dev/commit/dde1f406fa985a587e1c8422e0dbac04e1dee24c) -- README update [`a446881`](https://github.com/mozilla-neutrino/neutrino-dev/commit/a446881e891d252b48faec3c7a30aef591f844d8) -- Use absolute paths in package readme [`c44c456`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c44c4566bcb8f5d11c16202bbc15a8b32e21d3ef) - -#### [v5.8.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v5.7.0...v5.8.0) + +- add option for node debugging [`#215`](https://github.com/neutrinojs/neutrino/pull/215) +- Fix error in test usage example [`#209`](https://github.com/neutrinojs/neutrino/pull/209) +- Releasing v5.9.0 [`c3d7020`](https://github.com/neutrinojs/neutrino/commit/c3d70200c56c1e4a326246fd6233b160660c4cd4) +- Docs for --debug [`dde1f40`](https://github.com/neutrinojs/neutrino/commit/dde1f406fa985a587e1c8422e0dbac04e1dee24c) +- README update [`a446881`](https://github.com/neutrinojs/neutrino/commit/a446881e891d252b48faec3c7a30aef591f844d8) +- Use absolute paths in package readme [`c44c456`](https://github.com/neutrinojs/neutrino/commit/c44c4566bcb8f5d11c16202bbc15a8b32e21d3ef) + +#### [v5.8.0](https://github.com/neutrinojs/neutrino/compare/v5.7.0...v5.8.0) + > 2 May 2017 -- Feature/universal entry [`#195`](https://github.com/mozilla-neutrino/neutrino-dev/pull/195) -- Indent to clarify context change [`#191`](https://github.com/mozilla-neutrino/neutrino-dev/pull/191) -- Releasing v5.8.0 [`2afdd26`](https://github.com/mozilla-neutrino/neutrino-dev/commit/2afdd26f3e6568cc5aa477b8209d823ce6d5d00f) -#### [v5.7.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v5.6.9...v5.7.0) +- Feature/universal entry [`#195`](https://github.com/neutrinojs/neutrino/pull/195) +- Indent to clarify context change [`#191`](https://github.com/neutrinojs/neutrino/pull/191) +- Releasing v5.8.0 [`2afdd26`](https://github.com/neutrinojs/neutrino/commit/2afdd26f3e6568cc5aa477b8209d823ce6d5d00f) + +#### [v5.7.0](https://github.com/neutrinojs/neutrino/compare/v5.6.9...v5.7.0) + > 25 April 2017 -- Simplify error logging. [`#148`](https://github.com/mozilla-neutrino/neutrino-dev/pull/148) -- Fix typo in preset name [`#190`](https://github.com/mozilla-neutrino/neutrino-dev/pull/190) -- Release v5.7.0 [`9186de6`](https://github.com/mozilla-neutrino/neutrino-dev/commit/9186de6175ab49dcfb710bc93fee45befbb725c6) -- Fixing typo in karma docs [`b3d3c73`](https://github.com/mozilla-neutrino/neutrino-dev/commit/b3d3c7330d247f30e0dd7af5f2d8c39cc1ced38e) -#### [v5.6.9](https://github.com/mozilla-neutrino/neutrino-dev/compare/v5.5.1...v5.6.9) +- Simplify error logging. [`#148`](https://github.com/neutrinojs/neutrino/pull/148) +- Fix typo in preset name [`#190`](https://github.com/neutrinojs/neutrino/pull/190) +- Release v5.7.0 [`9186de6`](https://github.com/neutrinojs/neutrino/commit/9186de6175ab49dcfb710bc93fee45befbb725c6) +- Fixing typo in karma docs [`b3d3c73`](https://github.com/neutrinojs/neutrino/commit/b3d3c7330d247f30e0dd7af5f2d8c39cc1ced38e) + +#### [v5.6.9](https://github.com/neutrinojs/neutrino/compare/v5.5.1...v5.6.9) + > 18 April 2017 -- Setting devServer publicPath to / [`#179`](https://github.com/mozilla-neutrino/neutrino-dev/pull/179) -- Consider case when 'core-js' is located in 'babel-polyfill' root [`#181`](https://github.com/mozilla-neutrino/neutrino-dev/pull/181) -- Release v5.6.0 [`3f56635`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3f56635381131369279ea54c931c8277ef39aca5) -- Refactoring minify plugin options [`7acea9c`](https://github.com/mozilla-neutrino/neutrino-dev/commit/7acea9c5d31dfd36ec7b7d3a6c4da3c074898282) -#### [v5.5.1](https://github.com/mozilla-neutrino/neutrino-dev/compare/v5.4.0...v5.5.1) +- Setting devServer publicPath to / [`#179`](https://github.com/neutrinojs/neutrino/pull/179) +- Consider case when 'core-js' is located in 'babel-polyfill' root [`#181`](https://github.com/neutrinojs/neutrino/pull/181) +- Release v5.6.0 [`3f56635`](https://github.com/neutrinojs/neutrino/commit/3f56635381131369279ea54c931c8277ef39aca5) +- Refactoring minify plugin options [`7acea9c`](https://github.com/neutrinojs/neutrino/commit/7acea9c5d31dfd36ec7b7d3a6c4da3c074898282) + +#### [v5.5.1](https://github.com/neutrinojs/neutrino/compare/v5.4.0...v5.5.1) + > 12 April 2017 -- Set devServer.publicPath to use output.publicPath [`#177`](https://github.com/mozilla-neutrino/neutrino-dev/pull/177) -- Adding getters and setters for path options, options for middleware [`#176`](https://github.com/mozilla-neutrino/neutrino-dev/pull/176) -- Polyfills [`#173`](https://github.com/mozilla-neutrino/neutrino-dev/pull/173) -- v5.5.0 -> v5.5.1 [`425f3ac`](https://github.com/mozilla-neutrino/neutrino-dev/commit/425f3ac37345b2e7774c7bf013d15abac449bc78) -#### [v5.4.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v5.3.0...v5.4.0) +- Set devServer.publicPath to use output.publicPath [`#177`](https://github.com/neutrinojs/neutrino/pull/177) +- Adding getters and setters for path options, options for middleware [`#176`](https://github.com/neutrinojs/neutrino/pull/176) +- Polyfills [`#173`](https://github.com/neutrinojs/neutrino/pull/173) +- v5.5.0 -> v5.5.1 [`425f3ac`](https://github.com/neutrinojs/neutrino/commit/425f3ac37345b2e7774c7bf013d15abac449bc78) + +#### [v5.4.0](https://github.com/neutrinojs/neutrino/compare/v5.3.0...v5.4.0) + > 7 April 2017 -- neutrino-middleware-image-loader: Use svg-url-loader for svg rule [`#171`](https://github.com/mozilla-neutrino/neutrino-dev/pull/171) -- Correct Node.js preset compile target object [`#170`](https://github.com/mozilla-neutrino/neutrino-dev/pull/170) -- Fixing incorrect documentation for linting [`#169`](https://github.com/mozilla-neutrino/neutrino-dev/pull/169) -- Add react router starter and blog post [`#164`](https://github.com/mozilla-neutrino/neutrino-dev/pull/164) -- Releasing v5.4.0 [`f2c1dfb`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f2c1dfb2a34aaf1c52018697bdbe271cd6b6d92b) -- Update changelog [`20c1065`](https://github.com/mozilla-neutrino/neutrino-dev/commit/20c1065c5c222c97c0957106d34ce72e68270703) -- Node.js preset v5.3.1 [`f267108`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f26710840b1c5c01d461b74204e510f9e759cdc8) -- ESLint middleware docs bug, v5.3.1 [`e01ecf2`](https://github.com/mozilla-neutrino/neutrino-dev/commit/e01ecf2bc0fa55dadaf604903ec925fe9fa0ce94) - -#### [v5.3.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v5.2.0...v5.3.0) + +- neutrino-middleware-image-loader: Use svg-url-loader for svg rule [`#171`](https://github.com/neutrinojs/neutrino/pull/171) +- Correct Node.js preset compile target object [`#170`](https://github.com/neutrinojs/neutrino/pull/170) +- Fixing incorrect documentation for linting [`#169`](https://github.com/neutrinojs/neutrino/pull/169) +- Add react router starter and blog post [`#164`](https://github.com/neutrinojs/neutrino/pull/164) +- Releasing v5.4.0 [`f2c1dfb`](https://github.com/neutrinojs/neutrino/commit/f2c1dfb2a34aaf1c52018697bdbe271cd6b6d92b) +- Update changelog [`20c1065`](https://github.com/neutrinojs/neutrino/commit/20c1065c5c222c97c0957106d34ce72e68270703) +- Node.js preset v5.3.1 [`f267108`](https://github.com/neutrinojs/neutrino/commit/f26710840b1c5c01d461b74204e510f9e759cdc8) +- ESLint middleware docs bug, v5.3.1 [`e01ecf2`](https://github.com/neutrinojs/neutrino/commit/e01ecf2bc0fa55dadaf604903ec925fe9fa0ce94) + +#### [v5.3.0](https://github.com/neutrinojs/neutrino/compare/v5.2.0...v5.3.0) + > 4 April 2017 -- Update build executable to respect config stats. [`#163`](https://github.com/mozilla-neutrino/neutrino-dev/pull/163) -- fix eslint-semi-off middleware example [`#161`](https://github.com/mozilla-neutrino/neutrino-dev/pull/161) -- Release v5.3.0 [`aec1cbb`](https://github.com/mozilla-neutrino/neutrino-dev/commit/aec1cbb12e4f1cbab54373010c65626094bdd122) -#### [v5.2.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v5.1.0...v5.2.0) +- Update build executable to respect config stats. [`#163`](https://github.com/neutrinojs/neutrino/pull/163) +- fix eslint-semi-off middleware example [`#161`](https://github.com/neutrinojs/neutrino/pull/161) +- Release v5.3.0 [`aec1cbb`](https://github.com/neutrinojs/neutrino/commit/aec1cbb12e4f1cbab54373010c65626094bdd122) + +#### [v5.2.0](https://github.com/neutrinojs/neutrino/compare/v5.1.0...v5.2.0) + > 1 April 2017 -- Allow setting karma middleware options as overridable [`#160`](https://github.com/mozilla-neutrino/neutrino-dev/pull/160) -- options.output mis-named as options.build [`#159`](https://github.com/mozilla-neutrino/neutrino-dev/pull/159) -- neutrino v5.1.1 [`878026a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/878026a96102bfda1760f7717e494c7b45058c6e) -#### [v5.1.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v5.0.2...v5.1.0) +- Allow setting karma middleware options as overridable [`#160`](https://github.com/neutrinojs/neutrino/pull/160) +- options.output mis-named as options.build [`#159`](https://github.com/neutrinojs/neutrino/pull/159) +- neutrino v5.1.1 [`878026a`](https://github.com/neutrinojs/neutrino/commit/878026a96102bfda1760f7717e494c7b45058c6e) + +#### [v5.1.0](https://github.com/neutrinojs/neutrino/compare/v5.0.2...v5.1.0) + > 30 March 2017 -- Upgrading webpack-chain to v3.1 [`#157`](https://github.com/mozilla-neutrino/neutrino-dev/pull/157) -- Adding code coverage with Codacy support [`#156`](https://github.com/mozilla-neutrino/neutrino-dev/pull/156) -- Use smarter publish script [`#154`](https://github.com/mozilla-neutrino/neutrino-dev/pull/154) -- fix docs for creating loaders [`#153`](https://github.com/mozilla-neutrino/neutrino-dev/pull/153) -- Releasing v5.1.0 [`adcc04f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/adcc04fbf09b2d2cf285a27d6b89fcbb69b71c8d) -### [v5.0.2](https://github.com/mozilla-neutrino/neutrino-dev/compare/v4.2.0...v5.0.2) +- Upgrading webpack-chain to v3.1 [`#157`](https://github.com/neutrinojs/neutrino/pull/157) +- Adding code coverage with Codacy support [`#156`](https://github.com/neutrinojs/neutrino/pull/156) +- Use smarter publish script [`#154`](https://github.com/neutrinojs/neutrino/pull/154) +- fix docs for creating loaders [`#153`](https://github.com/neutrinojs/neutrino/pull/153) +- Releasing v5.1.0 [`adcc04f`](https://github.com/neutrinojs/neutrino/commit/adcc04fbf09b2d2cf285a27d6b89fcbb69b71c8d) + +### [v5.0.2](https://github.com/neutrinojs/neutrino/compare/v4.2.0...v5.0.2) + > 28 March 2017 -- Allow inspecting the API default exports without erroring [`#152`](https://github.com/mozilla-neutrino/neutrino-dev/pull/152) -- Middleware vs. Presets? [`#149`](https://github.com/mozilla-neutrino/neutrino-dev/pull/149) -- Extracting webpack utils to their own file [`#147`](https://github.com/mozilla-neutrino/neutrino-dev/pull/147) -- use correct value for package.json config [`#146`](https://github.com/mozilla-neutrino/neutrino-dev/pull/146) -- Rdesign Advanced Customization examples to use Neutrino v5 fashion [`#145`](https://github.com/mozilla-neutrino/neutrino-dev/pull/145) -- Update upgrading-neutrino.md (eslint middleware) [`#144`](https://github.com/mozilla-neutrino/neutrino-dev/pull/144) -- Adding documention about web publicPath [`#141`](https://github.com/mozilla-neutrino/neutrino-dev/pull/141) -- Hopefully last round of docs changes for v5 [`#140`](https://github.com/mozilla-neutrino/neutrino-dev/pull/140) -- Upgrading dependencies [`#139`](https://github.com/mozilla-neutrino/neutrino-dev/pull/139) -- Validate webpack configuration before running compiler [`#138`](https://github.com/mozilla-neutrino/neutrino-dev/pull/138) -- Functional refactor [`#137`](https://github.com/mozilla-neutrino/neutrino-dev/pull/137) -- Resolve packages from parent node_modules folders [`#135`](https://github.com/mozilla-neutrino/neutrino-dev/pull/135) -- Fix typo in develop function. [`#132`](https://github.com/mozilla-neutrino/neutrino-dev/pull/132) -- Neutrino webpack [`#127`](https://github.com/mozilla-neutrino/neutrino-dev/pull/127) -- Rename `getWebpackOptions` to `getWebpackConfig`. [`#123`](https://github.com/mozilla-neutrino/neutrino-dev/pull/123) -- Neutrino refactor [`#119`](https://github.com/mozilla-neutrino/neutrino-dev/pull/119) -- Fixing linting to run for all packages [`#120`](https://github.com/mozilla-neutrino/neutrino-dev/pull/120) -- Fix link [`#117`](https://github.com/mozilla-neutrino/neutrino-dev/pull/117) -- Fix svg mime-type [`#115`](https://github.com/mozilla-neutrino/neutrino-dev/pull/115) -- Adding option-configurable compile targets [`#111`](https://github.com/mozilla-neutrino/neutrino-dev/pull/111) -- Add support building react-native app [`#88`](https://github.com/mozilla-neutrino/neutrino-dev/pull/88) -- Defer test configuration overrides until on:test [`#110`](https://github.com/mozilla-neutrino/neutrino-dev/pull/110) -- Using neutrino to lint itself [`#106`](https://github.com/mozilla-neutrino/neutrino-dev/pull/106) -- Should generate correct sourcemaps during dev [`#105`](https://github.com/mozilla-neutrino/neutrino-dev/pull/105) -- eslint [`#102`](https://github.com/mozilla-neutrino/neutrino-dev/pull/102) -- README updates for v5 [`#103`](https://github.com/mozilla-neutrino/neutrino-dev/pull/103) -- v5 Docs [`#98`](https://github.com/mozilla-neutrino/neutrino-dev/pull/98) -- Baseline for Neutrino v5 [`#86`](https://github.com/mozilla-neutrino/neutrino-dev/pull/86) -- Why use a chaining API? [`#87`](https://github.com/mozilla-neutrino/neutrino-dev/pull/87) -- Make sourcemap support optional for node libraries [`#85`](https://github.com/mozilla-neutrino/neutrino-dev/pull/85) -- Added coverage support to jest preset [`#76`](https://github.com/mozilla-neutrino/neutrino-dev/pull/76) -- dev-server/client host/port fix [`#83`](https://github.com/mozilla-neutrino/neutrino-dev/pull/83) -- Add Community section for starter kits [`#78`](https://github.com/mozilla-neutrino/neutrino-dev/pull/78) -- Add community presets page to docs [`#77`](https://github.com/mozilla-neutrino/neutrino-dev/pull/77) -- Fixing deprecation warning [`#72`](https://github.com/mozilla-neutrino/neutrino-dev/pull/72) -- Adding Module to preset config [`#70`](https://github.com/mozilla-neutrino/neutrino-dev/pull/70) -- Moving boilerplate blurb to FAQs [`#69`](https://github.com/mozilla-neutrino/neutrino-dev/pull/69) -- Fixing neutrino.custom.eslintrc to not except [`#68`](https://github.com/mozilla-neutrino/neutrino-dev/pull/68) -- Fixing incorrect regex usage in docs for LESS [`#67`](https://github.com/mozilla-neutrino/neutrino-dev/pull/67) -- Add custom method for generating an eslintrc config [`#63`](https://github.com/mozilla-neutrino/neutrino-dev/pull/63) -- Add FAQ section [`#62`](https://github.com/mozilla-neutrino/neutrino-dev/pull/62) -- Fixing jest exception [`#57`](https://github.com/mozilla-neutrino/neutrino-dev/pull/57) -- corrected typo in docs/contributing/development.md [`#55`](https://github.com/mozilla-neutrino/neutrino-dev/pull/55) -- Refining middleware concept, splitting presets into middleware packages [`f202977`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f20297738b1fe7d248ee2c6ae3cbd1a94b060539) -- Updating yarn.lock files [`4b8eb84`](https://github.com/mozilla-neutrino/neutrino-dev/commit/4b8eb8493f0ed73b0a832bdefe059b59644b040e) -- Upgrading to webpack-chain v3, add more tests for full presets [`49b9e29`](https://github.com/mozilla-neutrino/neutrino-dev/commit/49b9e296ff8b73dca534e981f2559da6b47e0eda) -- peerDeps and invalid deps [`d202d01`](https://github.com/mozilla-neutrino/neutrino-dev/commit/d202d017fffe28898303a19ec4022e4741da8d73) -- Trying out use(loader, options) [`73ef503`](https://github.com/mozilla-neutrino/neutrino-dev/commit/73ef503d156613a731591b6aa4e248e8d46d1af6) -- Adding rudimentary testing [`47e9b52`](https://github.com/mozilla-neutrino/neutrino-dev/commit/47e9b520be741d97918a6d24e702f228786b87e8) -- Fix resolution issues when linking neutrino [`e4c53c2`](https://github.com/mozilla-neutrino/neutrino-dev/commit/e4c53c238e8f4ab4fb93ecfbf74f79ce0e95303f) -- Node.js HMR, source watching, named modules for Node and Web [`e3c7b60`](https://github.com/mozilla-neutrino/neutrino-dev/commit/e3c7b60210f2f1466621e0bcb10b8b97e1a7d8c8) -- Switch packages licenses to MPL v2, add AVA to start test implementation [`e1ee626`](https://github.com/mozilla-neutrino/neutrino-dev/commit/e1ee6267b162313dc2308246685779fcaf0827a3) -- Hopefully last round of docs changes [`448aa4b`](https://github.com/mozilla-neutrino/neutrino-dev/commit/448aa4b651c8e05f7335a437c6a58c4c3ac5f00c) -- Updating for latest v5 changes [`f4db936`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f4db9360b726f72d8abb32bc24655282953fa6e3) -- Syncing packages to docs, adding scripts for publishing [`887ec68`](https://github.com/mozilla-neutrino/neutrino-dev/commit/887ec68d5a9cdfee8ddc9e89a926229df26a4e8a) -- Updating changelog [`6bc3542`](https://github.com/mozilla-neutrino/neutrino-dev/commit/6bc3542ab6e40e6727cadefdfb8e34dabc32ccc5) -- Releasing v5.0.2 [`f3a24de`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f3a24de25182f93b247a2bc9b9971fc0e9562a29) -- Syncing package readmes with docs [`79c3df0`](https://github.com/mozilla-neutrino/neutrino-dev/commit/79c3df048580e4bc7a803b10c5096bfe8aef49a9) -- Pull webpack actions out of Neutrino class. [`d71fee5`](https://github.com/mozilla-neutrino/neutrino-dev/commit/d71fee588d227ec884c46d9d770cd05897594c02) -- Switching paths to relative [`c87d0f1`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c87d0f133b38d84a9297693f04f68b9fa14ffcee) -- Move require/import middleware functionality to api. [`6fdd8d6`](https://github.com/mozilla-neutrino/neutrino-dev/commit/6fdd8d617bff1d11ac305b60eb91a209ec6806c3) -- Upgrade webpack-chain to v2, add --inspect [`11cd3ba`](https://github.com/mozilla-neutrino/neutrino-dev/commit/11cd3ba0cab4efcbdf408d3943b44d9e493db0bd) -- add .eslintrc file, eslint fix script. add deps: prettier, prettier-eslint, eslint, eslint-plugin-react. use config from neutrino-preset-mozilla-rpweb [`2cdab9b`](https://github.com/mozilla-neutrino/neutrino-dev/commit/2cdab9bc25b52077952e802119ed451e3d8317f3) -- Fixing json extension [`74f6f65`](https://github.com/mozilla-neutrino/neutrino-dev/commit/74f6f6519ebde0691955432b1f3463659624fad7) -- React preset v4.2.2 [`bdcbecf`](https://github.com/mozilla-neutrino/neutrino-dev/commit/bdcbecf5c7a86c905303923b0e227a03788665a5) -- changelog [`bacf6b4`](https://github.com/mozilla-neutrino/neutrino-dev/commit/bacf6b4f8b4d022dd7504e46c0de17114e70b95e) -- unquote property names, rebase, remove react bits [`0baee5b`](https://github.com/mozilla-neutrino/neutrino-dev/commit/0baee5bd6b1b75ff51cf067a7a47492efe95fea7) -- Changelog update [`ad9a88c`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ad9a88c960d4d5fa0df424244685b84097bb1e5e) -- Pointing package.json respository to tree location [`a594ef9`](https://github.com/mozilla-neutrino/neutrino-dev/commit/a594ef97885b3a597202cb4e48242ff49182d198) -- Changelog [`31ebf7a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/31ebf7abaa5b06be8b370e601af996bc863391a2) -- Add `runCommand` helper method to Neutrino. [`339d049`](https://github.com/mozilla-neutrino/neutrino-dev/commit/339d049956a4cf669dc9ef12b1efb342ee89061b) -- Mocha dependency upgrades [`42c2e66`](https://github.com/mozilla-neutrino/neutrino-dev/commit/42c2e666f4c191b6e2634dccb3e96c9946f7bb80) -- Remove unnecessary specificity from webpack config test. [`9826301`](https://github.com/mozilla-neutrino/neutrino-dev/commit/9826301398d1b93e15c1059795d3c82e13020cb5) -- Set environment variable, NODE_ENV, inside of `runCommand` (also adds --env option to CLI). [`27b8011`](https://github.com/mozilla-neutrino/neutrino-dev/commit/27b8011be15d6d2059e979d6f900d8d68b243020) -- Adding rule include and exclude upgrade documentation [`a392fb1`](https://github.com/mozilla-neutrino/neutrino-dev/commit/a392fb10aad71abe8c1f10215e02250db69ee193) -- Manually caching monorepo package node_modules for travis [`05e4b09`](https://github.com/mozilla-neutrino/neutrino-dev/commit/05e4b09983f14c46adf4cc8a4e3154a7ed121a64) -- Preparing docs for v5 [`eafa888`](https://github.com/mozilla-neutrino/neutrino-dev/commit/eafa888b3c09bb0b5dcc1ebe558c7eb1accdcf20) -- Make run method in bin/neutrino self contained. [`60880d8`](https://github.com/mozilla-neutrino/neutrino-dev/commit/60880d8b57a385c9be4816f587a031f5f619a2e3) -- Move `run` process logic to location of call. [`98eec4c`](https://github.com/mozilla-neutrino/neutrino-dev/commit/98eec4ce044447cb5054e911bf1dbcc7ac6d7871) -- Updating yarn.lock [`66fc708`](https://github.com/mozilla-neutrino/neutrino-dev/commit/66fc708da6f52d6b29a3e519005406ca0094d0f3) -- Fixing typo in docs [`0ad7137`](https://github.com/mozilla-neutrino/neutrino-dev/commit/0ad71379eae0b17d5e0f69885a6849059a4b2ffe) -- Dynamic import() for Node [`ac48dbf`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ac48dbf3c3158e97d51008405e98f79af404e6c6) -- Adding dynamic import syntax, babel-polyfill by default, devserver port fix [`34d845a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/34d845ae251e2ea9a0557df8cd46906f5a5eabb4) -- Remove concept of "presets" in favor of "middleware(s)/use". [`4ae503a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/4ae503a99b9488c05477adf3b9109e399f867b08) -- Upgrading webpack-chain for loader merge bug [`112f7d7`](https://github.com/mozilla-neutrino/neutrino-dev/commit/112f7d7fdd0b66a15ceb9481f68069b5e9b92fcb) -- Normalize API paths based on absolute or relative location [`c33480f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c33480f9f9fd86e92151f94260db162e7b4e0ac3) -- Bumping for babel-preset-env bug [`48b0e53`](https://github.com/mozilla-neutrino/neutrino-dev/commit/48b0e53ac2563250460b266af71fa3458d636fe4) -- Moving peerDeps of deps to devDeps [`112f88d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/112f88d10ada444edc209efc13b8505c53a6547b) -- Airbnb-base v4.3 [`f1561b4`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f1561b4fa7f597873f088187f77ebaab121fba75) -- Allow linting overrides to airbnb preset [`7b4b1b3`](https://github.com/mozilla-neutrino/neutrino-dev/commit/7b4b1b38af9c7f3ad25ffd1cdf98cc1e31044a1e) -- React preset v4.2.3 [`0ab4d34`](https://github.com/mozilla-neutrino/neutrino-dev/commit/0ab4d34abbcc35049bae731e04453ad4d07b7338) -- Airbnb base v4.3.1 [`9e4fbdf`](https://github.com/mozilla-neutrino/neutrino-dev/commit/9e4fbdf845de379da35803f29a5daac627684623) -- Simplify deep picking with pathOr [`99db808`](https://github.com/mozilla-neutrino/neutrino-dev/commit/99db8080c062efa4d5fc304b94f5fc2a7575d027) -- Cleaning up unused gitignores [`c35c84d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c35c84def16abffc7dc20cda9b4dfeb45a17e1b7) -- Bumping for bugfix in webpack-chain [`c253f83`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c253f83ea6fbfa7e6c8390fa8d710d27d7a44df8) -- Review nits [`d428c8c`](https://github.com/mozilla-neutrino/neutrino-dev/commit/d428c8cce7e9062ac48e8d79ff0d84c36b1bbcfb) -- Add packages/bin/neutrino to lint files list. [`7f518f8`](https://github.com/mozilla-neutrino/neutrino-dev/commit/7f518f8938721b363b946344f93d679699c4b26a) -- Travis changes [`573c821`](https://github.com/mozilla-neutrino/neutrino-dev/commit/573c8212f2a099880c7624df15c5502db993feee) -- Switching clean middleware to use options.root [`eafadf2`](https://github.com/mozilla-neutrino/neutrino-dev/commit/eafadf2013f37547de5e419db21a0f8c23e49bd3) -- Put community contributions alongside core ones [`3e2121d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3e2121df1d8070be0d6a2453c1d5c6d4fb7b04c3) -- Switch to relative paths [`9b4bce0`](https://github.com/mozilla-neutrino/neutrino-dev/commit/9b4bce0819fe29225b721940684eb95752f68634) -- Fixing LESS example usage [`28df3c4`](https://github.com/mozilla-neutrino/neutrino-dev/commit/28df3c43ec4215f16d4bb199d6ca4da3c5253bb5) -- Removing extraneous construct [`46e6637`](https://github.com/mozilla-neutrino/neutrino-dev/commit/46e66378f5a085de90a845ab7dc4fe2102310df9) -- Web and Node preset v4.2.1 [`62d698a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/62d698ac01a682b484b477162d3007abdae87211) -- Neutrino and Jest preset v4.3.0 [`eb2f20f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/eb2f20f732632f63bb6ea1170bafc6edd40a124f) -- Adding missing packages to travis cache, removing duplicate yarn install directive [`bd51085`](https://github.com/mozilla-neutrino/neutrino-dev/commit/bd5108565e135beb404d85f9de0358488607d8a0) -- Node preset v4.2.2 [`5c53dc0`](https://github.com/mozilla-neutrino/neutrino-dev/commit/5c53dc04679d03aa6792449cab18639e75dcebdd) -- Typo [`b46331f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/b46331f937e98cadf7eba961f7e417f21f2c8c7d) -- Web preset v4.2.3 [`c76c735`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c76c7352e32a368c4fb997712e664d797cad715b) -- Lint base v4.3.1 [`3474a95`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3474a952d3ce02a60eb6391c78964e49b35dcd46) -- Web preset v4.2.2 [`10f57fa`](https://github.com/mozilla-neutrino/neutrino-dev/commit/10f57fa379ef54f3d913ccb7ed82fc89310be5a6) -- Bumping jest to 4.2.1 [`775a4b7`](https://github.com/mozilla-neutrino/neutrino-dev/commit/775a4b7d68ecc89509d9880f3652ee9be04fb9a1) -- lint-base v4.3 [`23bcd67`](https://github.com/mozilla-neutrino/neutrino-dev/commit/23bcd67545d8aeb328c224e3d9f693cd1a439cb8) -- Bug in web preset devServer port detection [`f571252`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f5712521246c0bdf6e27d5f3abfd3f7625030e66) -- Move FAQ's higher up in the summary [`94965ac`](https://github.com/mozilla-neutrino/neutrino-dev/commit/94965ac5953b392a88f0962eca1fb16bfb54c196) -- Heading typo [`64a0a2e`](https://github.com/mozilla-neutrino/neutrino-dev/commit/64a0a2e64241b5130f0ee4b67c9022d2321e38df) -- Attempting to cache packages' node_modules via wildcard [`aa16fa6`](https://github.com/mozilla-neutrino/neutrino-dev/commit/aa16fa658dcda2c114777544a89a96fb1fed492f) - -#### [v4.2.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v4.1.1...v4.2.0) + +- Allow inspecting the API default exports without erroring [`#152`](https://github.com/neutrinojs/neutrino/pull/152) +- Middleware vs. Presets? [`#149`](https://github.com/neutrinojs/neutrino/pull/149) +- Extracting webpack utils to their own file [`#147`](https://github.com/neutrinojs/neutrino/pull/147) +- use correct value for package.json config [`#146`](https://github.com/neutrinojs/neutrino/pull/146) +- Rdesign Advanced Customization examples to use Neutrino v5 fashion [`#145`](https://github.com/neutrinojs/neutrino/pull/145) +- Update upgrading-neutrino.md (eslint middleware) [`#144`](https://github.com/neutrinojs/neutrino/pull/144) +- Adding documention about web publicPath [`#141`](https://github.com/neutrinojs/neutrino/pull/141) +- Hopefully last round of docs changes for v5 [`#140`](https://github.com/neutrinojs/neutrino/pull/140) +- Upgrading dependencies [`#139`](https://github.com/neutrinojs/neutrino/pull/139) +- Validate webpack configuration before running compiler [`#138`](https://github.com/neutrinojs/neutrino/pull/138) +- Functional refactor [`#137`](https://github.com/neutrinojs/neutrino/pull/137) +- Resolve packages from parent node_modules folders [`#135`](https://github.com/neutrinojs/neutrino/pull/135) +- Fix typo in develop function. [`#132`](https://github.com/neutrinojs/neutrino/pull/132) +- Neutrino webpack [`#127`](https://github.com/neutrinojs/neutrino/pull/127) +- Rename `getWebpackOptions` to `getWebpackConfig`. [`#123`](https://github.com/neutrinojs/neutrino/pull/123) +- Neutrino refactor [`#119`](https://github.com/neutrinojs/neutrino/pull/119) +- Fixing linting to run for all packages [`#120`](https://github.com/neutrinojs/neutrino/pull/120) +- Fix link [`#117`](https://github.com/neutrinojs/neutrino/pull/117) +- Fix svg mime-type [`#115`](https://github.com/neutrinojs/neutrino/pull/115) +- Adding option-configurable compile targets [`#111`](https://github.com/neutrinojs/neutrino/pull/111) +- Add support building react-native app [`#88`](https://github.com/neutrinojs/neutrino/pull/88) +- Defer test configuration overrides until on:test [`#110`](https://github.com/neutrinojs/neutrino/pull/110) +- Using neutrino to lint itself [`#106`](https://github.com/neutrinojs/neutrino/pull/106) +- Should generate correct sourcemaps during dev [`#105`](https://github.com/neutrinojs/neutrino/pull/105) +- eslint [`#102`](https://github.com/neutrinojs/neutrino/pull/102) +- README updates for v5 [`#103`](https://github.com/neutrinojs/neutrino/pull/103) +- v5 Docs [`#98`](https://github.com/neutrinojs/neutrino/pull/98) +- Baseline for Neutrino v5 [`#86`](https://github.com/neutrinojs/neutrino/pull/86) +- Why use a chaining API? [`#87`](https://github.com/neutrinojs/neutrino/pull/87) +- Make sourcemap support optional for node libraries [`#85`](https://github.com/neutrinojs/neutrino/pull/85) +- Added coverage support to jest preset [`#76`](https://github.com/neutrinojs/neutrino/pull/76) +- dev-server/client host/port fix [`#83`](https://github.com/neutrinojs/neutrino/pull/83) +- Add Community section for starter kits [`#78`](https://github.com/neutrinojs/neutrino/pull/78) +- Add community presets page to docs [`#77`](https://github.com/neutrinojs/neutrino/pull/77) +- Fixing deprecation warning [`#72`](https://github.com/neutrinojs/neutrino/pull/72) +- Adding Module to preset config [`#70`](https://github.com/neutrinojs/neutrino/pull/70) +- Moving boilerplate blurb to FAQs [`#69`](https://github.com/neutrinojs/neutrino/pull/69) +- Fixing neutrino.custom.eslintrc to not except [`#68`](https://github.com/neutrinojs/neutrino/pull/68) +- Fixing incorrect regex usage in docs for LESS [`#67`](https://github.com/neutrinojs/neutrino/pull/67) +- Add custom method for generating an eslintrc config [`#63`](https://github.com/neutrinojs/neutrino/pull/63) +- Add FAQ section [`#62`](https://github.com/neutrinojs/neutrino/pull/62) +- Fixing jest exception [`#57`](https://github.com/neutrinojs/neutrino/pull/57) +- corrected typo in docs/contributing/development.md [`#55`](https://github.com/neutrinojs/neutrino/pull/55) +- Refining middleware concept, splitting presets into middleware packages [`f202977`](https://github.com/neutrinojs/neutrino/commit/f20297738b1fe7d248ee2c6ae3cbd1a94b060539) +- Updating yarn.lock files [`4b8eb84`](https://github.com/neutrinojs/neutrino/commit/4b8eb8493f0ed73b0a832bdefe059b59644b040e) +- Upgrading to webpack-chain v3, add more tests for full presets [`49b9e29`](https://github.com/neutrinojs/neutrino/commit/49b9e296ff8b73dca534e981f2559da6b47e0eda) +- peerDeps and invalid deps [`d202d01`](https://github.com/neutrinojs/neutrino/commit/d202d017fffe28898303a19ec4022e4741da8d73) +- Trying out use(loader, options) [`73ef503`](https://github.com/neutrinojs/neutrino/commit/73ef503d156613a731591b6aa4e248e8d46d1af6) +- Adding rudimentary testing [`47e9b52`](https://github.com/neutrinojs/neutrino/commit/47e9b520be741d97918a6d24e702f228786b87e8) +- Fix resolution issues when linking neutrino [`e4c53c2`](https://github.com/neutrinojs/neutrino/commit/e4c53c238e8f4ab4fb93ecfbf74f79ce0e95303f) +- Node.js HMR, source watching, named modules for Node and Web [`e3c7b60`](https://github.com/neutrinojs/neutrino/commit/e3c7b60210f2f1466621e0bcb10b8b97e1a7d8c8) +- Switch packages licenses to MPL v2, add AVA to start test implementation [`e1ee626`](https://github.com/neutrinojs/neutrino/commit/e1ee6267b162313dc2308246685779fcaf0827a3) +- Hopefully last round of docs changes [`448aa4b`](https://github.com/neutrinojs/neutrino/commit/448aa4b651c8e05f7335a437c6a58c4c3ac5f00c) +- Updating for latest v5 changes [`f4db936`](https://github.com/neutrinojs/neutrino/commit/f4db9360b726f72d8abb32bc24655282953fa6e3) +- Syncing packages to docs, adding scripts for publishing [`887ec68`](https://github.com/neutrinojs/neutrino/commit/887ec68d5a9cdfee8ddc9e89a926229df26a4e8a) +- Updating changelog [`6bc3542`](https://github.com/neutrinojs/neutrino/commit/6bc3542ab6e40e6727cadefdfb8e34dabc32ccc5) +- Releasing v5.0.2 [`f3a24de`](https://github.com/neutrinojs/neutrino/commit/f3a24de25182f93b247a2bc9b9971fc0e9562a29) +- Syncing package readmes with docs [`79c3df0`](https://github.com/neutrinojs/neutrino/commit/79c3df048580e4bc7a803b10c5096bfe8aef49a9) +- Pull webpack actions out of Neutrino class. [`d71fee5`](https://github.com/neutrinojs/neutrino/commit/d71fee588d227ec884c46d9d770cd05897594c02) +- Switching paths to relative [`c87d0f1`](https://github.com/neutrinojs/neutrino/commit/c87d0f133b38d84a9297693f04f68b9fa14ffcee) +- Move require/import middleware functionality to api. [`6fdd8d6`](https://github.com/neutrinojs/neutrino/commit/6fdd8d617bff1d11ac305b60eb91a209ec6806c3) +- Upgrade webpack-chain to v2, add --inspect [`11cd3ba`](https://github.com/neutrinojs/neutrino/commit/11cd3ba0cab4efcbdf408d3943b44d9e493db0bd) +- add .eslintrc file, eslint fix script. add deps: prettier, prettier-eslint, eslint, eslint-plugin-react. use config from neutrino-preset-mozilla-rpweb [`2cdab9b`](https://github.com/neutrinojs/neutrino/commit/2cdab9bc25b52077952e802119ed451e3d8317f3) +- Fixing json extension [`74f6f65`](https://github.com/neutrinojs/neutrino/commit/74f6f6519ebde0691955432b1f3463659624fad7) +- React preset v4.2.2 [`bdcbecf`](https://github.com/neutrinojs/neutrino/commit/bdcbecf5c7a86c905303923b0e227a03788665a5) +- changelog [`bacf6b4`](https://github.com/neutrinojs/neutrino/commit/bacf6b4f8b4d022dd7504e46c0de17114e70b95e) +- Changelog update [`ad9a88c`](https://github.com/neutrinojs/neutrino/commit/ad9a88c960d4d5fa0df424244685b84097bb1e5e) +- Pointing package.json respository to tree location [`a594ef9`](https://github.com/neutrinojs/neutrino/commit/a594ef97885b3a597202cb4e48242ff49182d198) +- Changelog [`31ebf7a`](https://github.com/neutrinojs/neutrino/commit/31ebf7abaa5b06be8b370e601af996bc863391a2) +- Add `runCommand` helper method to Neutrino. [`339d049`](https://github.com/neutrinojs/neutrino/commit/339d049956a4cf669dc9ef12b1efb342ee89061b) +- Mocha dependency upgrades [`42c2e66`](https://github.com/neutrinojs/neutrino/commit/42c2e666f4c191b6e2634dccb3e96c9946f7bb80) +- Remove unnecessary specificity from webpack config test. [`9826301`](https://github.com/neutrinojs/neutrino/commit/9826301398d1b93e15c1059795d3c82e13020cb5) +- Set environment variable, NODE_ENV, inside of `runCommand` (also adds --env option to CLI). [`27b8011`](https://github.com/neutrinojs/neutrino/commit/27b8011be15d6d2059e979d6f900d8d68b243020) +- Adding rule include and exclude upgrade documentation [`a392fb1`](https://github.com/neutrinojs/neutrino/commit/a392fb10aad71abe8c1f10215e02250db69ee193) +- Manually caching monorepo package node_modules for travis [`05e4b09`](https://github.com/neutrinojs/neutrino/commit/05e4b09983f14c46adf4cc8a4e3154a7ed121a64) +- Make run method in bin/neutrino self contained. [`60880d8`](https://github.com/neutrinojs/neutrino/commit/60880d8b57a385c9be4816f587a031f5f619a2e3) +- Preparing docs for v5 [`eafa888`](https://github.com/neutrinojs/neutrino/commit/eafa888b3c09bb0b5dcc1ebe558c7eb1accdcf20) +- Updating yarn.lock [`66fc708`](https://github.com/neutrinojs/neutrino/commit/66fc708da6f52d6b29a3e519005406ca0094d0f3) +- Move `run` process logic to location of call. [`98eec4c`](https://github.com/neutrinojs/neutrino/commit/98eec4ce044447cb5054e911bf1dbcc7ac6d7871) +- Dynamic import() for Node [`ac48dbf`](https://github.com/neutrinojs/neutrino/commit/ac48dbf3c3158e97d51008405e98f79af404e6c6) +- Fixing typo in docs [`0ad7137`](https://github.com/neutrinojs/neutrino/commit/0ad71379eae0b17d5e0f69885a6849059a4b2ffe) +- Adding dynamic import syntax, babel-polyfill by default, devserver port fix [`34d845a`](https://github.com/neutrinojs/neutrino/commit/34d845ae251e2ea9a0557df8cd46906f5a5eabb4) +- Remove concept of "presets" in favor of "middleware(s)/use". [`4ae503a`](https://github.com/neutrinojs/neutrino/commit/4ae503a99b9488c05477adf3b9109e399f867b08) +- Moving peerDeps of deps to devDeps [`112f88d`](https://github.com/neutrinojs/neutrino/commit/112f88d10ada444edc209efc13b8505c53a6547b) +- Normalize API paths based on absolute or relative location [`c33480f`](https://github.com/neutrinojs/neutrino/commit/c33480f9f9fd86e92151f94260db162e7b4e0ac3) +- Upgrading webpack-chain for loader merge bug [`112f7d7`](https://github.com/neutrinojs/neutrino/commit/112f7d7fdd0b66a15ceb9481f68069b5e9b92fcb) +- Bumping for babel-preset-env bug [`48b0e53`](https://github.com/neutrinojs/neutrino/commit/48b0e53ac2563250460b266af71fa3458d636fe4) +- Airbnb-base v4.3 [`f1561b4`](https://github.com/neutrinojs/neutrino/commit/f1561b4fa7f597873f088187f77ebaab121fba75) +- Allow linting overrides to airbnb preset [`7b4b1b3`](https://github.com/neutrinojs/neutrino/commit/7b4b1b38af9c7f3ad25ffd1cdf98cc1e31044a1e) +- Cleaning up unused gitignores [`c35c84d`](https://github.com/neutrinojs/neutrino/commit/c35c84def16abffc7dc20cda9b4dfeb45a17e1b7) +- Simplify deep picking with pathOr [`99db808`](https://github.com/neutrinojs/neutrino/commit/99db8080c062efa4d5fc304b94f5fc2a7575d027) +- Bumping for bugfix in webpack-chain [`c253f83`](https://github.com/neutrinojs/neutrino/commit/c253f83ea6fbfa7e6c8390fa8d710d27d7a44df8) +- React preset v4.2.3 [`0ab4d34`](https://github.com/neutrinojs/neutrino/commit/0ab4d34abbcc35049bae731e04453ad4d07b7338) +- Airbnb base v4.3.1 [`9e4fbdf`](https://github.com/neutrinojs/neutrino/commit/9e4fbdf845de379da35803f29a5daac627684623) +- Review nits [`d428c8c`](https://github.com/neutrinojs/neutrino/commit/d428c8cce7e9062ac48e8d79ff0d84c36b1bbcfb) +- Add packages/bin/neutrino to lint files list. [`7f518f8`](https://github.com/neutrinojs/neutrino/commit/7f518f8938721b363b946344f93d679699c4b26a) +- Travis changes [`573c821`](https://github.com/neutrinojs/neutrino/commit/573c8212f2a099880c7624df15c5502db993feee) +- Put community contributions alongside core ones [`3e2121d`](https://github.com/neutrinojs/neutrino/commit/3e2121df1d8070be0d6a2453c1d5c6d4fb7b04c3) +- Removing extraneous construct [`46e6637`](https://github.com/neutrinojs/neutrino/commit/46e66378f5a085de90a845ab7dc4fe2102310df9) +- Switch to relative paths [`9b4bce0`](https://github.com/neutrinojs/neutrino/commit/9b4bce0819fe29225b721940684eb95752f68634) +- unquote property names, rebase, remove react bits [`0baee5b`](https://github.com/neutrinojs/neutrino/commit/0baee5bd6b1b75ff51cf067a7a47492efe95fea7) +- Switching clean middleware to use options.root [`eafadf2`](https://github.com/neutrinojs/neutrino/commit/eafadf2013f37547de5e419db21a0f8c23e49bd3) +- Neutrino and Jest preset v4.3.0 [`eb2f20f`](https://github.com/neutrinojs/neutrino/commit/eb2f20f732632f63bb6ea1170bafc6edd40a124f) +- Fixing LESS example usage [`28df3c4`](https://github.com/neutrinojs/neutrino/commit/28df3c43ec4215f16d4bb199d6ca4da3c5253bb5) +- Web and Node preset v4.2.1 [`62d698a`](https://github.com/neutrinojs/neutrino/commit/62d698ac01a682b484b477162d3007abdae87211) +- Adding missing packages to travis cache, removing duplicate yarn install directive [`bd51085`](https://github.com/neutrinojs/neutrino/commit/bd5108565e135beb404d85f9de0358488607d8a0) +- Typo [`b46331f`](https://github.com/neutrinojs/neutrino/commit/b46331f937e98cadf7eba961f7e417f21f2c8c7d) +- Heading typo [`64a0a2e`](https://github.com/neutrinojs/neutrino/commit/64a0a2e64241b5130f0ee4b67c9022d2321e38df) +- Node preset v4.2.2 [`5c53dc0`](https://github.com/neutrinojs/neutrino/commit/5c53dc04679d03aa6792449cab18639e75dcebdd) +- Web preset v4.2.3 [`c76c735`](https://github.com/neutrinojs/neutrino/commit/c76c7352e32a368c4fb997712e664d797cad715b) +- Bug in web preset devServer port detection [`f571252`](https://github.com/neutrinojs/neutrino/commit/f5712521246c0bdf6e27d5f3abfd3f7625030e66) +- Web preset v4.2.2 [`10f57fa`](https://github.com/neutrinojs/neutrino/commit/10f57fa379ef54f3d913ccb7ed82fc89310be5a6) +- Lint base v4.3.1 [`3474a95`](https://github.com/neutrinojs/neutrino/commit/3474a952d3ce02a60eb6391c78964e49b35dcd46) +- lint-base v4.3 [`23bcd67`](https://github.com/neutrinojs/neutrino/commit/23bcd67545d8aeb328c224e3d9f693cd1a439cb8) +- Move FAQ's higher up in the summary [`94965ac`](https://github.com/neutrinojs/neutrino/commit/94965ac5953b392a88f0962eca1fb16bfb54c196) +- Bumping jest to 4.2.1 [`775a4b7`](https://github.com/neutrinojs/neutrino/commit/775a4b7d68ecc89509d9880f3652ee9be04fb9a1) +- Attempting to cache packages' node_modules via wildcard [`aa16fa6`](https://github.com/neutrinojs/neutrino/commit/aa16fa658dcda2c114777544a89a96fb1fed492f) + +#### [v4.2.0](https://github.com/neutrinojs/neutrino/compare/v4.1.1...v4.2.0) + > 24 February 2017 -- v4.2 [`#54`](https://github.com/mozilla-neutrino/neutrino-dev/pull/54) -- add eslint-jest-plugin [`#48`](https://github.com/mozilla-neutrino/neutrino-dev/pull/48) -- Add github repo link to gitbook [`#53`](https://github.com/mozilla-neutrino/neutrino-dev/pull/53) -- Fix typo in usage example [`#52`](https://github.com/mozilla-neutrino/neutrino-dev/pull/52) -- Add website to GitHub homepage. Fixes #49 [`#51`](https://github.com/mozilla-neutrino/neutrino-dev/pull/51) -- Throw exception on missing module [`#45`](https://github.com/mozilla-neutrino/neutrino-dev/pull/45) -- Add website to GitHub homepage. Fixes #49 [`#49`](https://github.com/mozilla-neutrino/neutrino-dev/issues/49) - -#### [v4.1.1](https://github.com/mozilla-neutrino/neutrino-dev/compare/v4.1.0...v4.1.1) + +* Dependency upgrades and minor version bump + +* lint-base dep upgrade + +* web preset dep upgrade + +- v4.2 [`#54`](https://github.com/neutrinojs/neutrino/pull/54) +- add eslint-jest-plugin [`#48`](https://github.com/neutrinojs/neutrino/pull/48) +- Add github repo link to gitbook [`#53`](https://github.com/neutrinojs/neutrino/pull/53) +- Fix typo in usage example [`#52`](https://github.com/neutrinojs/neutrino/pull/52) +- Add website to GitHub homepage. Fixes #49 [`#51`](https://github.com/neutrinojs/neutrino/pull/51) +- Throw exception on missing module [`#45`](https://github.com/neutrinojs/neutrino/pull/45) +- Add website to GitHub homepage. Fixes #49 [`#49`](https://github.com/neutrinojs/neutrino/issues/49) + +#### [v4.1.1](https://github.com/neutrinojs/neutrino/compare/v4.1.0...v4.1.1) + > 22 February 2017 -- Wrong lint base version [`fe5c381`](https://github.com/mozilla-neutrino/neutrino-dev/commit/fe5c38180743e4f48c8b97b9b3209e7ad7971ab5) -#### [v4.1.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v4.0.1...v4.1.0) +- Wrong lint base version [`fe5c381`](https://github.com/neutrinojs/neutrino/commit/fe5c38180743e4f48c8b97b9b3209e7ad7971ab5) + +#### [v4.1.0](https://github.com/neutrinojs/neutrino/compare/v4.0.1...v4.1.0) + > 22 February 2017 -- Introduce lint base to make lint preset creation much easier [`#41`](https://github.com/mozilla-neutrino/neutrino-dev/pull/41) -- missing object in the example of preset [`#38`](https://github.com/mozilla-neutrino/neutrino-dev/pull/38) -- Jest docs: Usage with React [`#37`](https://github.com/mozilla-neutrino/neutrino-dev/pull/37) -- Changelogs [`#31`](https://github.com/mozilla-neutrino/neutrino-dev/pull/31) -- Fix typo in preset-jest [`#34`](https://github.com/mozilla-neutrino/neutrino-dev/pull/34) -- Add Tree-shaking to README [`#33`](https://github.com/mozilla-neutrino/neutrino-dev/pull/33) -- copy editing [`#30`](https://github.com/mozilla-neutrino/neutrino-dev/pull/30) -- Avoid no-plusplus [`#29`](https://github.com/mozilla-neutrino/neutrino-dev/pull/29) -- Fix typo commited -> committed [`#28`](https://github.com/mozilla-neutrino/neutrino-dev/pull/28) -- Docs: learning resources [`2647be7`](https://github.com/mozilla-neutrino/neutrino-dev/commit/2647be77806e7431a8888f94f7c2602db58aeade) -- Wrong URL for express-starter [`2f61c11`](https://github.com/mozilla-neutrino/neutrino-dev/commit/2f61c11512576ff3a0c2bcb7af45f55b3d48b11f) - -#### [v4.0.1](https://github.com/mozilla-neutrino/neutrino-dev/compare/v4.0.0...v4.0.1) + +- Introduce lint base to make lint preset creation much easier [`#41`](https://github.com/neutrinojs/neutrino/pull/41) +- missing object in the example of preset [`#38`](https://github.com/neutrinojs/neutrino/pull/38) +- Jest docs: Usage with React [`#37`](https://github.com/neutrinojs/neutrino/pull/37) +- Changelogs [`#31`](https://github.com/neutrinojs/neutrino/pull/31) +- Fix typo in preset-jest [`#34`](https://github.com/neutrinojs/neutrino/pull/34) +- Add Tree-shaking to README [`#33`](https://github.com/neutrinojs/neutrino/pull/33) +- copy editing [`#30`](https://github.com/neutrinojs/neutrino/pull/30) +- Avoid no-plusplus [`#29`](https://github.com/neutrinojs/neutrino/pull/29) +- Fix typo commited -> committed [`#28`](https://github.com/neutrinojs/neutrino/pull/28) +- Docs: learning resources [`2647be7`](https://github.com/neutrinojs/neutrino/commit/2647be77806e7431a8888f94f7c2602db58aeade) +- Wrong URL for express-starter [`2f61c11`](https://github.com/neutrinojs/neutrino/commit/2f61c11512576ff3a0c2bcb7af45f55b3d48b11f) + +#### [v4.0.1](https://github.com/neutrinojs/neutrino/compare/v4.0.0...v4.0.1) + > 17 February 2017 -- Fix: React lifecycle methods shouldn't fail eslint [`#26`](https://github.com/mozilla-neutrino/neutrino-dev/pull/26) -- Slack badges [`#25`](https://github.com/mozilla-neutrino/neutrino-dev/pull/25) -- Badge updates [`#24`](https://github.com/mozilla-neutrino/neutrino-dev/pull/24) -- Tagline update [`24900a4`](https://github.com/mozilla-neutrino/neutrino-dev/commit/24900a473ad1a51c46ddc35758816c6161a689a9) -#### [v4.0.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v4.0.0-beta.3...v4.0.0) +- Fix: React lifecycle methods shouldn't fail eslint [`#26`](https://github.com/neutrinojs/neutrino/pull/26) +- Slack badges [`#25`](https://github.com/neutrinojs/neutrino/pull/25) +- Badge updates [`#24`](https://github.com/neutrinojs/neutrino/pull/24) +- Tagline update [`24900a4`](https://github.com/neutrinojs/neutrino/commit/24900a473ad1a51c46ddc35758816c6161a689a9) + +#### [v4.0.0](https://github.com/neutrinojs/neutrino/compare/v4.0.0-beta.3...v4.0.0) + > 16 February 2017 -- ._. [`02a3983`](https://github.com/mozilla-neutrino/neutrino-dev/commit/02a3983df98446c9b0ffad84f68d05c8378b5a97) -- Major version [`ec22aca`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ec22aca1445388ec957aa80b42ac88c364eec838) -#### [v4.0.0-beta.3](https://github.com/mozilla-neutrino/neutrino-dev/compare/v4.0.0-beta.0...v4.0.0-beta.3) +- ._. [`02a3983`](https://github.com/neutrinojs/neutrino/commit/02a3983df98446c9b0ffad84f68d05c8378b5a97) +- Major version [`ec22aca`](https://github.com/neutrinojs/neutrino/commit/ec22aca1445388ec957aa80b42ac88c364eec838) + +#### [v4.0.0-beta.3](https://github.com/neutrinojs/neutrino/compare/v4.0.0-beta.0...v4.0.0-beta.3) + > 16 February 2017 -- All bump [`065cda7`](https://github.com/mozilla-neutrino/neutrino-dev/commit/065cda76e6908af7bbe773026db42e4bc4b2ca63) -- Bump [`cde3503`](https://github.com/mozilla-neutrino/neutrino-dev/commit/cde350374615a5ae10cf07d0a3cee4460f877422) -- README typo [`a6ad540`](https://github.com/mozilla-neutrino/neutrino-dev/commit/a6ad54050c7fb37aac8f0a6db3a19f486862da46) + +- All bump [`065cda7`](https://github.com/neutrinojs/neutrino/commit/065cda76e6908af7bbe773026db42e4bc4b2ca63) +- Bump [`cde3503`](https://github.com/neutrinojs/neutrino/commit/cde350374615a5ae10cf07d0a3cee4460f877422) +- README typo [`a6ad540`](https://github.com/neutrinojs/neutrino/commit/a6ad54050c7fb37aac8f0a6db3a19f486862da46) #### v4.0.0-beta.0 + > 16 February 2017 -- Documentation [`#17`](https://github.com/mozilla-neutrino/neutrino-dev/pull/17) -- Removing base preset, adding Airbnb preset [`#22`](https://github.com/mozilla-neutrino/neutrino-dev/pull/22) -- Simplify configuration [`#18`](https://github.com/mozilla-neutrino/neutrino-dev/pull/18) -- Displaying fancier build status during dev server [`#16`](https://github.com/mozilla-neutrino/neutrino-dev/pull/16) -- Fixes HMR [`#15`](https://github.com/mozilla-neutrino/neutrino-dev/pull/15) -- Pluggable event architecture mode, new test presets [`#10`](https://github.com/mozilla-neutrino/neutrino-dev/pull/10) -- add version badges [`#12`](https://github.com/mozilla-neutrino/neutrino-dev/pull/12) -- HTML update [`#2`](https://github.com/mozilla-neutrino/neutrino-dev/pull/2) -- Linting changes and new config API [`#1`](https://github.com/mozilla-neutrino/neutrino-dev/pull/1) -- Migration to webpack 2 [`#10`](https://github.com/mozilla-neutrino/neutrino-dev/pull/10) -- add npm and dependency badges [`#9`](https://github.com/mozilla-neutrino/neutrino-dev/pull/9) -- Add repository to package.json [`#6`](https://github.com/mozilla-neutrino/neutrino-dev/pull/6) -- Init in cli [`#8`](https://github.com/mozilla-neutrino/neutrino-dev/pull/8) -- Attempting to force v4 [`35408a8`](https://github.com/mozilla-neutrino/neutrino-dev/commit/35408a8d240e266261bd004041b3b20c02b32dc3) -- oao upgrade [`4925b1d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/4925b1d39aecf0fcbe73bb31ee2efb3b51e53095) -- Release commands [`a792904`](https://github.com/mozilla-neutrino/neutrino-dev/commit/a7929042030696c68bb65daabb94601a5d4589fc) -- Prepublish requirements [`0deb630`](https://github.com/mozilla-neutrino/neutrino-dev/commit/0deb63001f8d2988956afabc24bbf8c57b8da582) -- Docs: final cleanup [`3065eff`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3065eff293e748f4057fe04fb21a8a076b84cc01) -- Docs: incorrect URL for airbnb [`2d28882`](https://github.com/mozilla-neutrino/neutrino-dev/commit/2d288826f15e1062e81bb85cc4ee5e203a431db9) -- Docs: Airbnb [`0f70ace`](https://github.com/mozilla-neutrino/neutrino-dev/commit/0f70acebeccc737dc936664d7b4b05d4b8e4ae64) -- Docs: Karma, neutrino.js.org, dev commands [`22c5292`](https://github.com/mozilla-neutrino/neutrino-dev/commit/22c5292d95f9881d483871c57b325b6de8ba230b) -- Docs: Jest [`cae69d8`](https://github.com/mozilla-neutrino/neutrino-dev/commit/cae69d877053a6ee3befdae3344c75e57ddc2f55) -- Docs: Mocha, Jest intro [`0ef8679`](https://github.com/mozilla-neutrino/neutrino-dev/commit/0ef86792515a0a2d069e46d57981e4c85208aed8) -- Docs: Web and React presets, placeholders, package READMEs [`a96b875`](https://github.com/mozilla-neutrino/neutrino-dev/commit/a96b875a1520edc74657db223c9a9ae63d2abd98) -- Docs: license [`a28b66f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/a28b66f084856406377f859d4dd4a19d383f6df4) -- Docs: contributing and development [`2ce7bee`](https://github.com/mozilla-neutrino/neutrino-dev/commit/2ce7bee1c5af32e07de97be2bc7e573df234c282) -- Docs: contributing and code of conduct [`e92413d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/e92413d67aa21fd18464585832cf90b575ee71a9) -- Docs: CLI [`deb2255`](https://github.com/mozilla-neutrino/neutrino-dev/commit/deb2255a53af367e12ff41bff35bb516596d81a1) -- Docs: API [`5cda5b1`](https://github.com/mozilla-neutrino/neutrino-dev/commit/5cda5b19e4ae1837d84e2e17b59bc835fa4da832) -- Docs: creating presets [`35ad98a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/35ad98a6dbb90710b497d4999a1b21816716fdf3) -- Documentation for customization, more placeholders [`53c5a03`](https://github.com/mozilla-neutrino/neutrino-dev/commit/53c5a036569d82f84899b28d0367dc85f1266116) -- Project layout, usage, testing preset placeholders [`2bf82c6`](https://github.com/mozilla-neutrino/neutrino-dev/commit/2bf82c6c0b6181a419a094e8b6ec360ac98eac1c) -- Fixes errors in airbnb preset [`70f0460`](https://github.com/mozilla-neutrino/neutrino-dev/commit/70f046080c375385996061bbdae5ff195fbe9f29) -- Fixes Jest not searching in node_modules of preset for deps [`b4fe224`](https://github.com/mozilla-neutrino/neutrino-dev/commit/b4fe224328a5b00f6eaf312385ec1231190b89bc) -- Fixes unnecessary regenerator for Node 6.9, error in source-map-support [`f32539f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f32539f7979c8854794c6e7358c3beb5be4d1c61) -- Upgrading webpack-chain to fix externals not chaining [`ff37488`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ff37488653bc4c8dea7c63e1357f0cb212a2ecf5) -- Swapping babel-preset-babili for babili-webpack-plugin [`089927c`](https://github.com/mozilla-neutrino/neutrino-dev/commit/089927cfb7355b5f1e9b73eee7ba355a7e33889a) -- Missing BUILD in web and node [`376220a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/376220adab9c0ecbcd9ce389a4f8678097befc2a) -- Bugs with web preset missing dev server [`4f1655d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/4f1655dbd311dbe5e0fb5158cfc88f12b36726ec) -- Removing exists-file from web preset [`02e1355`](https://github.com/mozilla-neutrino/neutrino-dev/commit/02e135529d3e5c0738a238425004d2ed47d1bb08) -- Docs/logo update [`e47c8d9`](https://github.com/mozilla-neutrino/neutrino-dev/commit/e47c8d9b0b81b485b9e3b211dc5dbf15cd4cc86f) -- Moar docs [`90612ef`](https://github.com/mozilla-neutrino/neutrino-dev/commit/90612ef1bc3de25dce30679445d07af3db29974e) -- Updates docs/README.md [`9662140`](https://github.com/mozilla-neutrino/neutrino-dev/commit/96621404931f7e1dd410c41af6ae6e60941b1446) -- CNAME [`535a7ac`](https://github.com/mozilla-neutrino/neutrino-dev/commit/535a7acf3130a50efc552c8f91595e97f42398cc) -- Logo update [`b0fcb14`](https://github.com/mozilla-neutrino/neutrino-dev/commit/b0fcb14b723395b37238695d67539bd6b1b427d5) -- Logo update [`87f8d6f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/87f8d6f656870b9341b964a1802a0fb3f60b5d13) -- Logo update [`f4ca012`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f4ca012ff1df3d259d8a57a60d1983b6a20c145b) -- Logo update [`3115836`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3115836d7112bceb79ed2b63d7ba273452c8c88b) -- Settings docs edit dir [`e5515a8`](https://github.com/mozilla-neutrino/neutrino-dev/commit/e5515a80b1219d47cb7c55fe3436348d7ab957c4) -- Initializing docs dir [`965ee12`](https://github.com/mozilla-neutrino/neutrino-dev/commit/965ee12a16d876fc9070f1bf00fa7ce23e0650f6) -- Adding book.json [`98e8be9`](https://github.com/mozilla-neutrino/neutrino-dev/commit/98e8be90e64d0d02655e4b3f8a3472ba4637b17c) -- Removing gitbook assets [`a7119b0`](https://github.com/mozilla-neutrino/neutrino-dev/commit/a7119b0241b9bc4967e499d07f66798c707da20f) -- Updates test.md [`ae50e9e`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ae50e9e7132457e52f582ddd864eb1c2de8e4642) -- Creates SUMMARY.md [`c6480d4`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c6480d47f3b75d7fd4ef1181cfe10e34573edb6d) -- Importing old README [`d7d3c73`](https://github.com/mozilla-neutrino/neutrino-dev/commit/d7d3c735a755ad11baba0f419d5f2662171ad0a5) -- Simplifying HTML file creation [`a70891a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/a70891a460139025e53f3b41df0528eb517a8650) -- ESLint fixes and webpack-chain integration [`c358c0c`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c358c0c31e4882e5dc571097b37f5e26ee0210f9) -- Changes to linting and adding package config [`c26086d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c26086d1ad3d20759a8c93f65793927499174032) -- Allowing use of node globals [`47b3972`](https://github.com/mozilla-neutrino/neutrino-dev/commit/47b3972261ee5a1130db79ffc213452a77bd6831) -- Adding draft publish script [`04203e9`](https://github.com/mozilla-neutrino/neutrino-dev/commit/04203e984d6011d59625137e32987c81704e90ae) -- Swapping lerna for yarn-autolink [`f0fcc9e`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f0fcc9e1700bfa062de8dc75ba6a866714ea0b7e) -- Upcoming major version [`b97ccce`](https://github.com/mozilla-neutrino/neutrino-dev/commit/b97ccce94cf3daf68e1878834ba69c188db9cb8c) -- import neutrino-preset-react [`eabf199`](https://github.com/mozilla-neutrino/neutrino-dev/commit/eabf1992b0e4c033b811ce0207b8df309a44763b) -- importing neutrino-preset-web [`30e3f5b`](https://github.com/mozilla-neutrino/neutrino-dev/commit/30e3f5ba2cf7ed99ffc9295dfb3fb53cb3b98c68) -- Linting [`4b7f128`](https://github.com/mozilla-neutrino/neutrino-dev/commit/4b7f128ef948b28fa0a59519d6a1a327b6e52639) -- Add BannerPlugin [`aff5382`](https://github.com/mozilla-neutrino/neutrino-dev/commit/aff5382ef2b1beb89cac200d5e4cd0f3d6911d27) -- Add new line [`3b93e5f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3b93e5f3b786b5ad19f089c6e64d94a169b8cdf6) -- Migrate webpack to 2.2.0 [`9603d98`](https://github.com/mozilla-neutrino/neutrino-dev/commit/9603d9817e06b9a962f9be604caf7f655693c64b) -- add npm and dependency badges [`aae4813`](https://github.com/mozilla-neutrino/neutrino-dev/commit/aae4813cefeafca0b8b92e2450e53b9a393f6894) -- Automatically wire sourcemaps to bundle [`9f2d6bc`](https://github.com/mozilla-neutrino/neutrino-dev/commit/9f2d6bc794c66cfb4375d27c23590994ea279a27) -- Bumping base dep, updating gitignore [`7cadc67`](https://github.com/mozilla-neutrino/neutrino-dev/commit/7cadc67440b2165050d5f14fb538df7f0f75367f) -- Using commonjs2 as a library target for exports [`4ff8834`](https://github.com/mozilla-neutrino/neutrino-dev/commit/4ff883447a4722b51e61adbcabcb8886332ce90b) -- Switching to use source-map for all targets [`0f8886d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/0f8886d29f58233d1b67cee9f719e8a21ac8d3ac) -- Building async to generators [`3f334e6`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3f334e60c4115608b25b04c464b0641cc8641982) -- Bumping dependency [`8e7f6a0`](https://github.com/mozilla-neutrino/neutrino-dev/commit/8e7f6a06bb5fa155f0faa8282a0448c1ce30259e) -- Upgrading dependencies, adding yarn instructions [`8b9f87b`](https://github.com/mozilla-neutrino/neutrino-dev/commit/8b9f87b12a169fcae3f5e43840c6dab96e69f0f5) -- Bumping base preset [`74ab222`](https://github.com/mozilla-neutrino/neutrino-dev/commit/74ab222997132c48a48e15a3b907b1dabe7a5dae) -- Upgrading base preset [`21b41d7`](https://github.com/mozilla-neutrino/neutrino-dev/commit/21b41d7f6640786b9a8f2e6ed3978775719079b9) -- Initial implementation [`7ac2373`](https://github.com/mozilla-neutrino/neutrino-dev/commit/7ac2373616babb5edf1ff3fbf4227152c07717e9) -- Removing recursive option which is now controlled via presence of files [`a6c06d1`](https://github.com/mozilla-neutrino/neutrino-dev/commit/a6c06d1ad1397d6e1302ff411410fd15c3815302) -- Adding mocha configuration [`25747f4`](https://github.com/mozilla-neutrino/neutrino-dev/commit/25747f4b9b5d73a34da50ad011b10644d848720d) -- Initial commit, creating neutrino Node.js preset [`ff893f2`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ff893f2aa83dd1f71d328a7d9812ce124b572148) -- importing neutrino-preset-base [`d97ac6e`](https://github.com/mozilla-neutrino/neutrino-dev/commit/d97ac6e902323542cde11f3174c504899534dcd6) -- Wrong version number [`1e244c4`](https://github.com/mozilla-neutrino/neutrino-dev/commit/1e244c4c601679144f26e9df6f0224c1752d3a52) -- README bump [`56dd7ab`](https://github.com/mozilla-neutrino/neutrino-dev/commit/56dd7ab572770cc95681137efb5f2dc42e8fd3f8) -- logo changes [`7bd92d4`](https://github.com/mozilla-neutrino/neutrino-dev/commit/7bd92d49c46c125e9599542998cbc3ef82e7dd31) -- Correcting path to mocha binary [`d6d950f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/d6d950f1ccec832873f86c06649b5deff2308c3a) -- Removing scaffolding, upgrading dependencies [`357585f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/357585fee7a3dde41f85cd502637cffb9023df17) -- Handling errors to properly fail builds [`117c9e9`](https://github.com/mozilla-neutrino/neutrino-dev/commit/117c9e90aabe8afc17ecdb980814ec54f08f8b27) -- Improving log output during building [`461681d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/461681d0ec4ccb59bfc2e66f741f873c85a6a370) -- Logo size [`37fcab6`](https://github.com/mozilla-neutrino/neutrino-dev/commit/37fcab6952bdac101aa56296f54c6021b6f1c896) -- Updating logo on readme [`0456182`](https://github.com/mozilla-neutrino/neutrino-dev/commit/0456182f5a9ba91a559f38c7bb3f8088b028dc22) -- Fixing npm readme [`86f6048`](https://github.com/mozilla-neutrino/neutrino-dev/commit/86f6048bfb817b38d7e99184c31140b8315b3105) -- Adding keywords to package.json [`fbba15e`](https://github.com/mozilla-neutrino/neutrino-dev/commit/fbba15e41f8f33b7874f543b581309845300d896) -- Updating README [`2d4ab7a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/2d4ab7a6715896bfb63677c3c80c850a33909b9c) -- Fixing build commands, adding docs [`3cd9230`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3cd9230082855067775d6229abda21599c2d2455) -- Adding single-run test for karma [`c8a48b6`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c8a48b610141ca524cc120d36e15cd819190c107) -- Allow running tests against one-off files or recursive based on cli [`b3cd6ad`](https://github.com/mozilla-neutrino/neutrino-dev/commit/b3cd6ade9879585e1bed58eadb72908de64461c9) -- Adding Node.js mocha testing [`ed0d600`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ed0d600977894ceda5e7516e9136a645a1ae01db) -- Initial commit, moving Neo core into neutrino [`59c5c52`](https://github.com/mozilla-neutrino/neutrino-dev/commit/59c5c526488c722a51a116f4c386444a0b978188) -- initial commit [`9639e0d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/9639e0d6d0b2bf749d8a25f3342dfdda9fcd899d) -- initial commit [`1b00e0a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/1b00e0a3fc992c0bfe57a09bc9ef4b2f1ccb9d99) +- Documentation [`#17`](https://github.com/neutrinojs/neutrino/pull/17) +- Removing base preset, adding Airbnb preset [`#22`](https://github.com/neutrinojs/neutrino/pull/22) +- Simplify configuration [`#18`](https://github.com/neutrinojs/neutrino/pull/18) +- Displaying fancier build status during dev server [`#16`](https://github.com/neutrinojs/neutrino/pull/16) +- Fixes HMR [`#15`](https://github.com/neutrinojs/neutrino/pull/15) +- Pluggable event architecture mode, new test presets [`#10`](https://github.com/neutrinojs/neutrino/pull/10) +- add version badges [`#12`](https://github.com/neutrinojs/neutrino/pull/12) +- HTML update [`#2`](https://github.com/neutrinojs/neutrino/pull/2) +- Linting changes and new config API [`#1`](https://github.com/neutrinojs/neutrino/pull/1) +- Migration to webpack 2 [`#10`](https://github.com/neutrinojs/neutrino/pull/10) +- Add repository to package.json [`#6`](https://github.com/neutrinojs/neutrino/pull/6) +- Init in cli [`#8`](https://github.com/neutrinojs/neutrino/pull/8) +- Attempting to force v4 [`35408a8`](https://github.com/neutrinojs/neutrino/commit/35408a8d240e266261bd004041b3b20c02b32dc3) +- oao upgrade [`4925b1d`](https://github.com/neutrinojs/neutrino/commit/4925b1d39aecf0fcbe73bb31ee2efb3b51e53095) +- Release commands [`a792904`](https://github.com/neutrinojs/neutrino/commit/a7929042030696c68bb65daabb94601a5d4589fc) +- Prepublish requirements [`0deb630`](https://github.com/neutrinojs/neutrino/commit/0deb63001f8d2988956afabc24bbf8c57b8da582) +- Docs: final cleanup [`3065eff`](https://github.com/neutrinojs/neutrino/commit/3065eff293e748f4057fe04fb21a8a076b84cc01) +- Docs: incorrect URL for airbnb [`2d28882`](https://github.com/neutrinojs/neutrino/commit/2d288826f15e1062e81bb85cc4ee5e203a431db9) +- Docs: Airbnb [`0f70ace`](https://github.com/neutrinojs/neutrino/commit/0f70acebeccc737dc936664d7b4b05d4b8e4ae64) +- Docs: Karma, neutrino.js.org, dev commands [`22c5292`](https://github.com/neutrinojs/neutrino/commit/22c5292d95f9881d483871c57b325b6de8ba230b) +- Docs: Jest [`cae69d8`](https://github.com/neutrinojs/neutrino/commit/cae69d877053a6ee3befdae3344c75e57ddc2f55) +- Docs: Mocha, Jest intro [`0ef8679`](https://github.com/neutrinojs/neutrino/commit/0ef86792515a0a2d069e46d57981e4c85208aed8) +- Docs: Web and React presets, placeholders, package READMEs [`a96b875`](https://github.com/neutrinojs/neutrino/commit/a96b875a1520edc74657db223c9a9ae63d2abd98) +- Docs: license [`a28b66f`](https://github.com/neutrinojs/neutrino/commit/a28b66f084856406377f859d4dd4a19d383f6df4) +- Docs: contributing and development [`2ce7bee`](https://github.com/neutrinojs/neutrino/commit/2ce7bee1c5af32e07de97be2bc7e573df234c282) +- Docs: contributing and code of conduct [`e92413d`](https://github.com/neutrinojs/neutrino/commit/e92413d67aa21fd18464585832cf90b575ee71a9) +- Docs: CLI [`deb2255`](https://github.com/neutrinojs/neutrino/commit/deb2255a53af367e12ff41bff35bb516596d81a1) +- Docs: API [`5cda5b1`](https://github.com/neutrinojs/neutrino/commit/5cda5b19e4ae1837d84e2e17b59bc835fa4da832) +- Docs: creating presets [`35ad98a`](https://github.com/neutrinojs/neutrino/commit/35ad98a6dbb90710b497d4999a1b21816716fdf3) +- Documentation for customization, more placeholders [`53c5a03`](https://github.com/neutrinojs/neutrino/commit/53c5a036569d82f84899b28d0367dc85f1266116) +- Project layout, usage, testing preset placeholders [`2bf82c6`](https://github.com/neutrinojs/neutrino/commit/2bf82c6c0b6181a419a094e8b6ec360ac98eac1c) +- Fixes errors in airbnb preset [`70f0460`](https://github.com/neutrinojs/neutrino/commit/70f046080c375385996061bbdae5ff195fbe9f29) +- Fixes Jest not searching in node_modules of preset for deps [`b4fe224`](https://github.com/neutrinojs/neutrino/commit/b4fe224328a5b00f6eaf312385ec1231190b89bc) +- Fixes unnecessary regenerator for Node 6.9, error in source-map-support [`f32539f`](https://github.com/neutrinojs/neutrino/commit/f32539f7979c8854794c6e7358c3beb5be4d1c61) +- Upgrading webpack-chain to fix externals not chaining [`ff37488`](https://github.com/neutrinojs/neutrino/commit/ff37488653bc4c8dea7c63e1357f0cb212a2ecf5) +- Swapping babel-preset-babili for babili-webpack-plugin [`089927c`](https://github.com/neutrinojs/neutrino/commit/089927cfb7355b5f1e9b73eee7ba355a7e33889a) +- Missing BUILD in web and node [`376220a`](https://github.com/neutrinojs/neutrino/commit/376220adab9c0ecbcd9ce389a4f8678097befc2a) +- Bugs with web preset missing dev server [`4f1655d`](https://github.com/neutrinojs/neutrino/commit/4f1655dbd311dbe5e0fb5158cfc88f12b36726ec) +- Removing exists-file from web preset [`02e1355`](https://github.com/neutrinojs/neutrino/commit/02e135529d3e5c0738a238425004d2ed47d1bb08) +- Docs/logo update [`e47c8d9`](https://github.com/neutrinojs/neutrino/commit/e47c8d9b0b81b485b9e3b211dc5dbf15cd4cc86f) +- Moar docs [`90612ef`](https://github.com/neutrinojs/neutrino/commit/90612ef1bc3de25dce30679445d07af3db29974e) +- Updates docs/README.md [`9662140`](https://github.com/neutrinojs/neutrino/commit/96621404931f7e1dd410c41af6ae6e60941b1446) +- CNAME [`535a7ac`](https://github.com/neutrinojs/neutrino/commit/535a7acf3130a50efc552c8f91595e97f42398cc) +- Logo update [`b0fcb14`](https://github.com/neutrinojs/neutrino/commit/b0fcb14b723395b37238695d67539bd6b1b427d5) +- Logo update [`87f8d6f`](https://github.com/neutrinojs/neutrino/commit/87f8d6f656870b9341b964a1802a0fb3f60b5d13) +- Logo update [`f4ca012`](https://github.com/neutrinojs/neutrino/commit/f4ca012ff1df3d259d8a57a60d1983b6a20c145b) +- Logo update [`3115836`](https://github.com/neutrinojs/neutrino/commit/3115836d7112bceb79ed2b63d7ba273452c8c88b) +- Settings docs edit dir [`e5515a8`](https://github.com/neutrinojs/neutrino/commit/e5515a80b1219d47cb7c55fe3436348d7ab957c4) +- Initializing docs dir [`965ee12`](https://github.com/neutrinojs/neutrino/commit/965ee12a16d876fc9070f1bf00fa7ce23e0650f6) +- Adding book.json [`98e8be9`](https://github.com/neutrinojs/neutrino/commit/98e8be90e64d0d02655e4b3f8a3472ba4637b17c) +- Removing gitbook assets [`a7119b0`](https://github.com/neutrinojs/neutrino/commit/a7119b0241b9bc4967e499d07f66798c707da20f) +- Updates test.md [`ae50e9e`](https://github.com/neutrinojs/neutrino/commit/ae50e9e7132457e52f582ddd864eb1c2de8e4642) +- Creates SUMMARY.md [`c6480d4`](https://github.com/neutrinojs/neutrino/commit/c6480d47f3b75d7fd4ef1181cfe10e34573edb6d) +- Importing old README [`d7d3c73`](https://github.com/neutrinojs/neutrino/commit/d7d3c735a755ad11baba0f419d5f2662171ad0a5) +- Simplifying HTML file creation [`a70891a`](https://github.com/neutrinojs/neutrino/commit/a70891a460139025e53f3b41df0528eb517a8650) +- ESLint fixes and webpack-chain integration [`c358c0c`](https://github.com/neutrinojs/neutrino/commit/c358c0c31e4882e5dc571097b37f5e26ee0210f9) +- Changes to linting and adding package config [`c26086d`](https://github.com/neutrinojs/neutrino/commit/c26086d1ad3d20759a8c93f65793927499174032) +- Allowing use of node globals [`47b3972`](https://github.com/neutrinojs/neutrino/commit/47b3972261ee5a1130db79ffc213452a77bd6831) +- Adding draft publish script [`04203e9`](https://github.com/neutrinojs/neutrino/commit/04203e984d6011d59625137e32987c81704e90ae) +- Swapping lerna for yarn-autolink [`f0fcc9e`](https://github.com/neutrinojs/neutrino/commit/f0fcc9e1700bfa062de8dc75ba6a866714ea0b7e) +- Upcoming major version [`b97ccce`](https://github.com/neutrinojs/neutrino/commit/b97ccce94cf3daf68e1878834ba69c188db9cb8c) +- import neutrino-preset-react [`eabf199`](https://github.com/neutrinojs/neutrino/commit/eabf1992b0e4c033b811ce0207b8df309a44763b) +- importing neutrino-preset-web [`30e3f5b`](https://github.com/neutrinojs/neutrino/commit/30e3f5ba2cf7ed99ffc9295dfb3fb53cb3b98c68) +- Linting [`4b7f128`](https://github.com/neutrinojs/neutrino/commit/4b7f128ef948b28fa0a59519d6a1a327b6e52639) +- Add BannerPlugin [`aff5382`](https://github.com/neutrinojs/neutrino/commit/aff5382ef2b1beb89cac200d5e4cd0f3d6911d27) +- Add new line [`3b93e5f`](https://github.com/neutrinojs/neutrino/commit/3b93e5f3b786b5ad19f089c6e64d94a169b8cdf6) +- Migrate webpack to 2.2.0 [`9603d98`](https://github.com/neutrinojs/neutrino/commit/9603d9817e06b9a962f9be604caf7f655693c64b) +- add npm and dependency badges [`aae4813`](https://github.com/neutrinojs/neutrino/commit/aae4813cefeafca0b8b92e2450e53b9a393f6894) +- Automatically wire sourcemaps to bundle [`9f2d6bc`](https://github.com/neutrinojs/neutrino/commit/9f2d6bc794c66cfb4375d27c23590994ea279a27) +- Bumping base dep, updating gitignore [`7cadc67`](https://github.com/neutrinojs/neutrino/commit/7cadc67440b2165050d5f14fb538df7f0f75367f) +- Using commonjs2 as a library target for exports [`4ff8834`](https://github.com/neutrinojs/neutrino/commit/4ff883447a4722b51e61adbcabcb8886332ce90b) +- Switching to use source-map for all targets [`0f8886d`](https://github.com/neutrinojs/neutrino/commit/0f8886d29f58233d1b67cee9f719e8a21ac8d3ac) +- Building async to generators [`3f334e6`](https://github.com/neutrinojs/neutrino/commit/3f334e60c4115608b25b04c464b0641cc8641982) +- Bumping dependency [`8e7f6a0`](https://github.com/neutrinojs/neutrino/commit/8e7f6a06bb5fa155f0faa8282a0448c1ce30259e) +- Upgrading dependencies, adding yarn instructions [`8b9f87b`](https://github.com/neutrinojs/neutrino/commit/8b9f87b12a169fcae3f5e43840c6dab96e69f0f5) +- Bumping base preset [`74ab222`](https://github.com/neutrinojs/neutrino/commit/74ab222997132c48a48e15a3b907b1dabe7a5dae) +- Upgrading base preset [`21b41d7`](https://github.com/neutrinojs/neutrino/commit/21b41d7f6640786b9a8f2e6ed3978775719079b9) +- Initial implementation [`7ac2373`](https://github.com/neutrinojs/neutrino/commit/7ac2373616babb5edf1ff3fbf4227152c07717e9) +- Removing recursive option which is now controlled via presence of files [`a6c06d1`](https://github.com/neutrinojs/neutrino/commit/a6c06d1ad1397d6e1302ff411410fd15c3815302) +- Adding mocha configuration [`25747f4`](https://github.com/neutrinojs/neutrino/commit/25747f4b9b5d73a34da50ad011b10644d848720d) +- Initial commit, creating neutrino Node.js preset [`ff893f2`](https://github.com/neutrinojs/neutrino/commit/ff893f2aa83dd1f71d328a7d9812ce124b572148) +- importing neutrino-preset-base [`d97ac6e`](https://github.com/neutrinojs/neutrino/commit/d97ac6e902323542cde11f3174c504899534dcd6) +- add npm and dependency badges (#9) [`ffec303`](https://github.com/neutrinojs/neutrino/commit/ffec303addf51b48a5be605b98e6887b0a9f4149) +- Wrong version number [`1e244c4`](https://github.com/neutrinojs/neutrino/commit/1e244c4c601679144f26e9df6f0224c1752d3a52) +- README bump [`56dd7ab`](https://github.com/neutrinojs/neutrino/commit/56dd7ab572770cc95681137efb5f2dc42e8fd3f8) +- logo changes [`7bd92d4`](https://github.com/neutrinojs/neutrino/commit/7bd92d49c46c125e9599542998cbc3ef82e7dd31) +- Correcting path to mocha binary [`d6d950f`](https://github.com/neutrinojs/neutrino/commit/d6d950f1ccec832873f86c06649b5deff2308c3a) +- Removing scaffolding, upgrading dependencies [`357585f`](https://github.com/neutrinojs/neutrino/commit/357585fee7a3dde41f85cd502637cffb9023df17) +- Handling errors to properly fail builds [`117c9e9`](https://github.com/neutrinojs/neutrino/commit/117c9e90aabe8afc17ecdb980814ec54f08f8b27) +- Improving log output during building [`461681d`](https://github.com/neutrinojs/neutrino/commit/461681d0ec4ccb59bfc2e66f741f873c85a6a370) +- Logo size [`37fcab6`](https://github.com/neutrinojs/neutrino/commit/37fcab6952bdac101aa56296f54c6021b6f1c896) +- Updating logo on readme [`0456182`](https://github.com/neutrinojs/neutrino/commit/0456182f5a9ba91a559f38c7bb3f8088b028dc22) +- Fixing npm readme [`86f6048`](https://github.com/neutrinojs/neutrino/commit/86f6048bfb817b38d7e99184c31140b8315b3105) +- Adding keywords to package.json [`fbba15e`](https://github.com/neutrinojs/neutrino/commit/fbba15e41f8f33b7874f543b581309845300d896) +- Updating README [`2d4ab7a`](https://github.com/neutrinojs/neutrino/commit/2d4ab7a6715896bfb63677c3c80c850a33909b9c) +- Fixing build commands, adding docs [`3cd9230`](https://github.com/neutrinojs/neutrino/commit/3cd9230082855067775d6229abda21599c2d2455) +- Adding single-run test for karma [`c8a48b6`](https://github.com/neutrinojs/neutrino/commit/c8a48b610141ca524cc120d36e15cd819190c107) +- Allow running tests against one-off files or recursive based on cli [`b3cd6ad`](https://github.com/neutrinojs/neutrino/commit/b3cd6ade9879585e1bed58eadb72908de64461c9) +- Adding Node.js mocha testing [`ed0d600`](https://github.com/neutrinojs/neutrino/commit/ed0d600977894ceda5e7516e9136a645a1ae01db) +- Initial commit, moving Neo core into neutrino [`59c5c52`](https://github.com/neutrinojs/neutrino/commit/59c5c526488c722a51a116f4c386444a0b978188) +- initial commit [`9639e0d`](https://github.com/neutrinojs/neutrino/commit/9639e0d6d0b2bf749d8a25f3342dfdda9fcd899d) +- initial commit [`1b00e0a`](https://github.com/neutrinojs/neutrino/commit/1b00e0a3fc992c0bfe57a09bc9ef4b2f1ccb9d99) diff --git a/package.json b/package.json index feb03c6fc..99ee2b1f1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "packages/*" ], "scripts": { - "changelog": "auto-changelog --remote upstream --commit-limit false --include-branch upstream/release/v7,upstream/release/v8", + "changelog": "auto-changelog", "docs:bootstrap": "pip install -r docs/requirements.txt", "docs:serve": "mkdocs serve", "link:all": "lerna exec yarn link",