diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f331224..15395002c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,81 +1,186 @@ ### Changelog All notable changes to this project will be documented in this file. -Generated by [auto-changelog](https://github.com/CookPete/auto-changelog). - -#### [v7.4.0](https://github.com/mozilla-neutrino/neutrino-dev/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) -> 21 November 2017 -- Allow using a custom entry for Node.js preset [`#469`](https://github.com/mozilla-neutrino/neutrino-dev/pull/469) +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### [v8.0.1](https://github.com/mozilla-neutrino/neutrino-dev/compare/v8.0.0...v8.0.1) +> 8 December 2017 + +### [v8.0.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.3.2...v8.0.0) +> 8 December 2017 +- 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 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) +- 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) +- Remove accidental console.logs in web preset [`6c7e840`](https://github.com/mozilla-neutrino/neutrino-dev/commit/6c7e840fb79cd612a64cae66c27acd132fc3e5f9) #### [v7.3.2](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.3.1...v7.3.2) > 13 November 2017 -- Generate changelogs that show the commits between tags (#411) [`dddba86`](https://github.com/mozilla-neutrino/neutrino-dev/commit/dddba8662f2fcf31d2099ce4bd6c50ede9368cd8) -- Docs: Remove leftover babel-polyfill references (#419) [`1aa7f53`](https://github.com/mozilla-neutrino/neutrino-dev/commit/1aa7f536b42b12b70de80659dd09186a9358db41) -- Fix linting errors that arose from base non-return bug (#421) [`ee96b87`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ee96b875415dc14791b395b71b0dcb24431d704d) -- Return future when running a command (#420) [`566f5c6`](https://github.com/mozilla-neutrino/neutrino-dev/commit/566f5c60a16029269ad969c87233e7feb4369106) +- 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) > 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) -- Ensure checking error message prior to access (#418) [`50a588e`](https://github.com/mozilla-neutrino/neutrino-dev/commit/50a588ed9031ebc10628e540b95710a8ed2ef870) #### [v7.3.0](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Reformat readme headings, favor spectrum over slack (#396) [`78fa05c`](https://github.com/mozilla-neutrino/neutrino-dev/commit/78fa05c203f784ba3380d95fe7423952acf2edd2) -- add notes about setup scripts (#388) [`21c38fb`](https://github.com/mozilla-neutrino/neutrino-dev/commit/21c38fb2356bbdc149c1195a95bb5d4b8f0b53c1) +- 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) -- react-hot-loader is no longer beta (#381) [`078d22b`](https://github.com/mozilla-neutrino/neutrino-dev/commit/078d22be8b7fc644dd22c14031c476d8d5ef2323) -- Make --debug set copy-webpack-plugin's 'debug' option (#391) [`9650d30`](https://github.com/mozilla-neutrino/neutrino-dev/commit/9650d301025c9f75cc369f04693060cb213afd00) -- Update renovate configuration (#409) [`c84f56e`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c84f56e8740bf09636d1656fe891b09fffa05d0f) -- Configure Renovate (#395) [`da10089`](https://github.com/mozilla-neutrino/neutrino-dev/commit/da10089b9cf20c7294572154431a9c78fc459fe8) -- Make --debug increase karma's logLevel from info to debug (#394) [`84d4501`](https://github.com/mozilla-neutrino/neutrino-dev/commit/84d450178d1e7ca8625708ac5867df384d9ca8c1) -- Make --debug set clean-webpack-plugin's 'verbose' option (#392) [`4f08c21`](https://github.com/mozilla-neutrino/neutrino-dev/commit/4f08c21bb6dadd367d94013a7aeb6551b9907327) #### [v7.2.3](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Allow using Jest and Mocha presets without Babel (#379) [`ee2e7ba`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ee2e7ba1d32bbbb7e652eea8ed8041a9c1b2a44d) -- Output logging messages when using watch instead of devServer (#378) [`dbc12fd`](https://github.com/mozilla-neutrino/neutrino-dev/commit/dbc12fd37962b3a9a409dd40b0c3035aeff81c19) - 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) > 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) -- Use source directory for jest code coverage (#369) [`1f09c91`](https://github.com/mozilla-neutrino/neutrino-dev/commit/1f09c91bbbb2c3c7466b6b4923b99c29ccce0e79) - 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) > 20 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) -- feat(hot): Include NamedModulesPlugin for better developer experience (#365) [`ac62509`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ac6250907b971024bccb401a584396a419264a39) -- fix: Use cheap-module-eval-source-map for faster recompilation (#366) [`66b5594`](https://github.com/mozilla-neutrino/neutrino-dev/commit/66b559403f0f78e760cbfa7d8bc1664e53173218) #### [v7.1.10](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Update to the newest version of html-webpack-template (#361) [`238959c`](https://github.com/mozilla-neutrino/neutrino-dev/commit/238959c3ade42a14a8d947b09e9ea64094987dbf) #### [v7.1.3](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Add eslintrc.js to .npmignore (#359) [`943de06`](https://github.com/mozilla-neutrino/neutrino-dev/commit/943de063e01e91fd401fc4ba9bf4ca8866ea8baa) #### [v7.1.2](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Remove extra keys that are invalid in eslintrc (#358) [`62945b6`](https://github.com/mozilla-neutrino/neutrino-dev/commit/62945b683febabeb306f1c39b5c382ddba2dae85) -- Use latest version of yarn on Travis (#355) [`3d495a8`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3d495a8e98f149b87295875bb113eefe9f1c7a74) -- performance hints (#353) [`0fcfa38`](https://github.com/mozilla-neutrino/neutrino-dev/commit/0fcfa380f7c54dbf949422b505a8e94a40c8d0c7) #### [v7.1.1](https://github.com/mozilla-neutrino/neutrino-dev/compare/v7.1.0...v7.1.1) > 10 October 2017 @@ -84,192 +189,197 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog). #### [v7.1.0](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Feature: upgrade webpack-chain to use .before() and .after() (#346) [`3aa2666`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3aa266695336ffb9fcaefb5dd014b534111073b5) -- Preserve ESLint default include when just exclude set (#344) [`bb190c4`](https://github.com/mozilla-neutrino/neutrino-dev/commit/bb190c4fadf0f59d170815611fdf9944a5c4a27b) -- Make yarn lint/publish commands work on Windows (#345) [`a4e7f64`](https://github.com/mozilla-neutrino/neutrino-dev/commit/a4e7f647c3ddb7e303cbc6913cc9cc0cabe6ffa9) -- Travis: Document the pinned version of yarn (#343) [`dec7201`](https://github.com/mozilla-neutrino/neutrino-dev/commit/dec7201a65aea49fde1a25319f822752153fbeb5) #### [v7.0.2](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Simplify require_test.js, making it pass on Windows (#337) [`#336`](https://github.com/mozilla-neutrino/neutrino-dev/issues/336) - 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) -- Fix link to babel-minify-webpack-plugin options (#340) [`703da77`](https://github.com/mozilla-neutrino/neutrino-dev/commit/703da77efb6c072cc132656afefe0cc2e5d1cc35) -- Lint the JS config files in the root of the repo (#338) [`484c988`](https://github.com/mozilla-neutrino/neutrino-dev/commit/484c9882eeec50ddf9958cab54824ad68068d09b) #### [v7.0.1](https://github.com/mozilla-neutrino/neutrino-dev/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) +### [v7.0.0](https://github.com/mozilla-neutrino/neutrino-dev/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) > 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) -- Make the lint command check .jsx files too (#333) [`#332`](https://github.com/mozilla-neutrino/neutrino-dev/issues/332) +- 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) -- Small API docs change to avoid confusion. (#317) [`e994c2d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/e994c2d3d2d4290840d1100485ec823f1affdbc0) #### [v6.2.0](https://github.com/mozilla-neutrino/neutrino-dev/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) -- chore: Add lint-staged and husky (#314) [`d854f94`](https://github.com/mozilla-neutrino/neutrino-dev/commit/d854f94a591a6557c2f7c7a64dbd7bda2042a518) #### [v6.1.8](https://github.com/mozilla-neutrino/neutrino-dev/compare/v6.1.6...v6.1.8) > 7 September 2017 -- Fixes #311 (#312) [`#311`](https://github.com/mozilla-neutrino/neutrino-dev/issues/311) +- 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) > 31 August 2017 -- Handle list of errors from test command (#310) [`6ceef02`](https://github.com/mozilla-neutrino/neutrino-dev/commit/6ceef028a61c512aa5562996ce307a6275a2d129) +- 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) > 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) -- Make it more clear what the env plugin can be used for (#295) [`127aadd`](https://github.com/mozilla-neutrino/neutrino-dev/commit/127aadd616f81e8962696bb675d07b82dbc54791) -- [windows] fix spawn [..]\mocha ENOENT error (#298) [`f1d7d15`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f1d7d15cdc875f9a5bb21f7c95ca012e4731c1ed) #### [v6.1.4](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Correctly override path options for custom options (#293) [`9cf8080`](https://github.com/mozilla-neutrino/neutrino-dev/commit/9cf8080a88a308874cc7a36022ae37473566dd1f) #### [v6.1.2](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Add an .npmignore to all packages (#291) [`ac0fd0d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ac0fd0d540b85dd62a1da652d8562012e2320ac2) -- Prevent null chunks from preventing naming (#284) [`03dbed0`](https://github.com/mozilla-neutrino/neutrino-dev/commit/03dbed024feff4ec3ddcd3e69eb257dd02669fd1) #### [v6.1.0](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Add `babel-plugin-istanbul` to ensure accurate coverage is reported. (#279) [`4846888`](https://github.com/mozilla-neutrino/neutrino-dev/commit/484688860b0efbb26b443afe4e32e285f26566b6) -- Ensure test cases are not run 2x in watch mode. (#280) [`5754b99`](https://github.com/mozilla-neutrino/neutrino-dev/commit/5754b99225029762cbc12fc70e26a3dcbb439e2c) -- Fix broken link (#281) [`136d0ea`](https://github.com/mozilla-neutrino/neutrino-dev/commit/136d0ea8e5c2adb55a9faa62afe1a6d0de89c3cb) #### [v6.0.5](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Hashing entire un-named chunk instead of individual modules (#278) [`ec7cf98`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ec7cf98b755c695cafbcc100c4b8e1526177c475) #### [v6.0.4](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Adding ESLint support back to React (#275) [`f3a61ba`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f3a61badb1737beb796578e66ba0ba13622726a1) -- Add Travis badge to README (#270) [`7825767`](https://github.com/mozilla-neutrino/neutrino-dev/commit/78257673f196e70170564dc4f20fb1596b21d7f5) #### [v6.0.3](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Reject test runners when non-zero exit code (#269) [`1435477`](https://github.com/mozilla-neutrino/neutrino-dev/commit/143547780c368cc985723df3b0ad49695a82b4f2) -- Correct typo (#266) [`d957604`](https://github.com/mozilla-neutrino/neutrino-dev/commit/d9576045e1c5aefcd6f75eca5eb20671946e35e8) #### [v6.0.2](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Fixing issues in babel merging and dynamic named chunks (#264) [`b02679f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/b02679f8b7bc2a8370ce48039809d666a9fe6d85) -- Correct typo (#261) [`dfac4ad`](https://github.com/mozilla-neutrino/neutrino-dev/commit/dfac4adbb64333574ddb98627cfdba38c858e1d2) - 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) +### [v6.0.0](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Use string version of specifying target (#217) [`ce39b93`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ce39b93930424e307b490eaa58ba93d03c13261c) -- Switch Travis runs from Ubuntu Precise to Trusty (#249) [`56c6b87`](https://github.com/mozilla-neutrino/neutrino-dev/commit/56c6b871bf28718c499e9b557a62e3c6019f447a) -- Test against Node.js 8 on Travis (#246) [`13adea3`](https://github.com/mozilla-neutrino/neutrino-dev/commit/13adea32550de2f1eae9ae79f2980f8a2f6b5e82) #### [v5.9.0](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Fix error in test usage example (#209) [`904ed37`](https://github.com/mozilla-neutrino/neutrino-dev/commit/904ed376717e83a02bb1bbf71d50967773285804) #### [v5.8.0](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Indent to clarify context change (#191) [`d7688dc`](https://github.com/mozilla-neutrino/neutrino-dev/commit/d7688dc674af187011c114f42f5837f0ce2b880b) #### [v5.7.0](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Fix typo in preset name (#190) [`4a3842f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/4a3842fe24103782e54aba2af2b50ff2b30f51ed) #### [v5.6.9](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Merge branch 'master' of github.com:mozilla-neutrino/neutrino-dev [`587851b`](https://github.com/mozilla-neutrino/neutrino-dev/commit/587851b1687ad09e20d2d8b3aa496099b7b62e38) -- Setting devServer publicPath to / (#179) [`fbe39af`](https://github.com/mozilla-neutrino/neutrino-dev/commit/fbe39af90ba7aae5352c6c0e14f1d51c32fdac87) - 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) > 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) -- Adding getters and setters for path options, options for middleware (#176) [`957645f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/957645f820c5262373096c65ba1cd530b26101eb) -- Set devServer.publicPath to use output.publicPath (#177) [`ebc078a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ebc078a60f7438e94eafa457ad91cf4c71635c08) #### [v5.4.0](https://github.com/mozilla-neutrino/neutrino-dev/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) -- Fixing incorrect documentation for linting (#169) [`5724b5a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/5724b5a3955233d3e1b582e5ef0b5b5e5603e8a8) - 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) -- Correct Node.js preset compile target object (#170) [`0217d2e`](https://github.com/mozilla-neutrino/neutrino-dev/commit/0217d2e1947e140c1df1efaef269440a19970511) - ESLint middleware docs bug, v5.3.1 [`e01ecf2`](https://github.com/mozilla-neutrino/neutrino-dev/commit/e01ecf2bc0fa55dadaf604903ec925fe9fa0ce94) -- Add react router starter and blog post (#164) [`5b46e0c`](https://github.com/mozilla-neutrino/neutrino-dev/commit/5b46e0ca3c36c966ade8658d6fe0d11fc77c5f7e) #### [v5.3.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v5.2.0...v5.3.0) > 3 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) -- Update build executable to respect config stats. (#163) [`ab38cd5`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ab38cd54722aca468e283a207f0b701233d1f478) -- fix eslint-semi-off middleware example (#161) [`e6924e2`](https://github.com/mozilla-neutrino/neutrino-dev/commit/e6924e246fcc968314b00cd779b3009185000d69) #### [v5.2.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v5.1.0...v5.2.0) > 1 April 2017 -- Allow setting karma middleware options as overridable (#160) [`3f90dfd`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3f90dfdfa35a95683f69e7aadf86bbd4b0c3483a) +- 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) -- options.output mis-named as options.build (#159) [`e9a7a36`](https://github.com/mozilla-neutrino/neutrino-dev/commit/e9a7a36c786bdb513a84470bae910341052c2987) #### [v5.1.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v5.0.2...v5.1.0) > 30 March 2017 -- Upgrading webpack-chain to v3.1 (#157) [`d009882`](https://github.com/mozilla-neutrino/neutrino-dev/commit/d009882e6d2dbbefe5c450472e689817dbc753af) +- 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) -- Adding code coverage with Codacy support (#156) [`9871634`](https://github.com/mozilla-neutrino/neutrino-dev/commit/98716343f75f6de5a5ec9d9853bcc084668afc04) -- Use smarter publish script (#154) [`3afd737`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3afd73784f2e661d8c3064901144759379a9a246) -- fix docs for creating loaders (#153) [`e7d0b97`](https://github.com/mozilla-neutrino/neutrino-dev/commit/e7d0b97df899030c194d10012b4780c9aea0e045) -#### [v5.0.2](https://github.com/mozilla-neutrino/neutrino-dev/compare/v4.2.0...v5.0.2) +### [v5.0.2](https://github.com/mozilla-neutrino/neutrino-dev/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) @@ -292,9 +402,21 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog). - 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) @@ -312,81 +434,62 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog). - 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) -- Extracting webpack utils to their own file (#147) [`af1ba6a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/af1ba6ab6f731733abda509b8851ff6db86c9eda) - 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 deprecation warning (#72) [`8ad608b`](https://github.com/mozilla-neutrino/neutrino-dev/commit/8ad608bd01d8b699b4cd9e40d7332930c5399227) - 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) -- Add custom method for generating an eslintrc config (#63) [`68606b4`](https://github.com/mozilla-neutrino/neutrino-dev/commit/68606b43e62b12b5da736a9a81e8d46daa92c2cb) - changelog [`bacf6b4`](https://github.com/mozilla-neutrino/neutrino-dev/commit/bacf6b4f8b4d022dd7504e46c0de17114e70b95e) -- Merge branch 'master' of github.com:mozilla-neutrino/neutrino-dev [`189eee4`](https://github.com/mozilla-neutrino/neutrino-dev/commit/189eee4536498d74dd236b3b896b837354dc45d3) - 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) -- Make sourcemap support optional for node libraries (#85) [`f02af3f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f02af3fc9f577d24976c79cd24bf2dd6f26aaeeb) - Add `runCommand` helper method to Neutrino. [`339d049`](https://github.com/mozilla-neutrino/neutrino-dev/commit/339d049956a4cf669dc9ef12b1efb342ee89061b) -- Moving boilerplate blurb to FAQs (#69) [`898ae88`](https://github.com/mozilla-neutrino/neutrino-dev/commit/898ae88f366d9631a4d492999964a6cafe4bfae1) -- Why use a chaining API? (#87) [`8f322fb`](https://github.com/mozilla-neutrino/neutrino-dev/commit/8f322fbacd178017f91d8c5f7de692182666f11e) - 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) -- Add community presets page to docs (#77) [`1b47daf`](https://github.com/mozilla-neutrino/neutrino-dev/commit/1b47dafc820afde5f54918f4f1d7fac10503b5b1) - 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) -- Fixing jest exception (#57) [`2fb747a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/2fb747a207702b17970c8c559670feb1607efa6d) -- Make run method in bin/neutrino self contained. [`60880d8`](https://github.com/mozilla-neutrino/neutrino-dev/commit/60880d8b57a385c9be4816f587a031f5f619a2e3) - Preparing docs for v5 [`eafa888`](https://github.com/mozilla-neutrino/neutrino-dev/commit/eafa888b3c09bb0b5dcc1ebe558c7eb1accdcf20) -- Updating yarn.lock [`66fc708`](https://github.com/mozilla-neutrino/neutrino-dev/commit/66fc708da6f52d6b29a3e519005406ca0094d0f3) +- 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) -- Dynamic import() for Node [`ac48dbf`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ac48dbf3c3158e97d51008405e98f79af404e6c6) +- 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) -- Upgrading webpack-chain for loader merge bug [`112f7d7`](https://github.com/mozilla-neutrino/neutrino-dev/commit/112f7d7fdd0b66a15ceb9481f68069b5e9b92fcb) - Remove concept of "presets" in favor of "middleware(s)/use". [`4ae503a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/4ae503a99b9488c05477adf3b9109e399f867b08) -- Moving peerDeps of deps to devDeps [`112f88d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/112f88d10ada444edc209efc13b8505c53a6547b) -- Bumping for babel-preset-env bug [`48b0e53`](https://github.com/mozilla-neutrino/neutrino-dev/commit/48b0e53ac2563250460b266af71fa3458d636fe4) +- 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) -- Allow inspecting the API default exports without erroring (#152) [`ebf7879`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ebf7879ca67c1deca22e85991adf52da5db25a32) -- Bumping for bugfix in webpack-chain [`c253f83`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c253f83ea6fbfa7e6c8390fa8d710d27d7a44df8) +- 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) -- Rdesign Advanced Customization examples to use Neutrino v5 fashion (#145) [`ea92b84`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ea92b84e6207194ff468619b5def761854805c26) - Cleaning up unused gitignores [`c35c84d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c35c84def16abffc7dc20cda9b4dfeb45a17e1b7) -- React preset v4.2.3 [`0ab4d34`](https://github.com/mozilla-neutrino/neutrino-dev/commit/0ab4d34abbcc35049bae731e04453ad4d07b7338) -- Middleware vs. Presets? (#149) [`c2496bf`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c2496bfa3cdb5ba4a49afb1953e1d48b032632c1) -- dev-server/client host/port fix (#83) [`ac081c1`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ac081c143e3eb06569d52370a6685ff9ea90b420) +- 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) -- Neutrino and Jest preset v4.3.0 [`eb2f20f`](https://github.com/mozilla-neutrino/neutrino-dev/commit/eb2f20f732632f63bb6ea1170bafc6edd40a124f) -- Web and Node preset v4.2.1 [`62d698a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/62d698ac01a682b484b477162d3007abdae87211) -- Removing extraneous construct [`46e6637`](https://github.com/mozilla-neutrino/neutrino-dev/commit/46e66378f5a085de90a845ab7dc4fe2102310df9) -- Fixing neutrino.custom.eslintrc to not except (#68) [`89e7658`](https://github.com/mozilla-neutrino/neutrino-dev/commit/89e7658ecc64832f543fe98a56004958b727f457) -- Update upgrading-neutrino.md (eslint middleware) (#144) [`872022a`](https://github.com/mozilla-neutrino/neutrino-dev/commit/872022a79674e49d843bf03aad1edf1e471b0112) - Fixing LESS example usage [`28df3c4`](https://github.com/mozilla-neutrino/neutrino-dev/commit/28df3c43ec4215f16d4bb199d6ca4da3c5253bb5) -- Adding Module to preset config (#70) [`1414669`](https://github.com/mozilla-neutrino/neutrino-dev/commit/14146699fc1b9b94a21f624a10bd5b4db774a6e1) +- 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) -- Heading typo [`64a0a2e`](https://github.com/mozilla-neutrino/neutrino-dev/commit/64a0a2e64241b5130f0ee4b67c9022d2321e38df) -- Fixing incorrect regex usage in docs for LESS (#67) [`dc638f5`](https://github.com/mozilla-neutrino/neutrino-dev/commit/dc638f5328cd399908628e0c519dec3d9489339a) - Web preset v4.2.2 [`10f57fa`](https://github.com/mozilla-neutrino/neutrino-dev/commit/10f57fa379ef54f3d913ccb7ed82fc89310be5a6) -- use correct value for package.json config (#146) [`b09f01e`](https://github.com/mozilla-neutrino/neutrino-dev/commit/b09f01edbb70c7f504406d025110833f468034e2) -- corrected typo in docs/contributing/development.md (#55) [`de2dfe2`](https://github.com/mozilla-neutrino/neutrino-dev/commit/de2dfe25bf63dec7e798c504dfe26795afdfa08d) -- 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) -- Move FAQ's higher up in the summary [`94965ac`](https://github.com/mozilla-neutrino/neutrino-dev/commit/94965ac5953b392a88f0962eca1fb16bfb54c196) - Bumping jest to 4.2.1 [`775a4b7`](https://github.com/mozilla-neutrino/neutrino-dev/commit/775a4b7d68ecc89509d9880f3652ee9be04fb9a1) -- Bug in web preset devServer port detection [`f571252`](https://github.com/mozilla-neutrino/neutrino-dev/commit/f5712521246c0bdf6e27d5f3abfd3f7625030e66) - 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) @@ -394,10 +497,10 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog). - 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) -- Throw exception on missing module (#45) [`c1033ae`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c1033ae8b0b212e11770f59a4800ad2a9fbf2399) -- Fix typo in usage example (#52) [`dac5df7`](https://github.com/mozilla-neutrino/neutrino-dev/commit/dac5df78fd4790199b68f7bebc82b6f54d9c6cb6) #### [v4.1.1](https://github.com/mozilla-neutrino/neutrino-dev/compare/v4.1.0...v4.1.1) > 22 February 2017 @@ -405,17 +508,17 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog). #### [v4.1.0](https://github.com/mozilla-neutrino/neutrino-dev/compare/v4.0.1...v4.1.0) > 22 February 2017 -- Introduce lint base to make lint preset creation much easier (#41) [`b838a0d`](https://github.com/mozilla-neutrino/neutrino-dev/commit/b838a0da54a1c31bbc5a2f5845df1ba42fba31dc) -- Changelogs (#31) [`b32ad66`](https://github.com/mozilla-neutrino/neutrino-dev/commit/b32ad66c7d6b0fc8665633f42d416e6d900ba8f6) +- 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) -- copy editing (#30) [`5f65cfc`](https://github.com/mozilla-neutrino/neutrino-dev/commit/5f65cfc534d07af3b9d335458e56cf637f0d2b32) -- Jest docs: Usage with React (#37) [`296576b`](https://github.com/mozilla-neutrino/neutrino-dev/commit/296576bb3ccd83c985f0ff58cc7535e3da9fef21) -- Fix typo in preset-jest (#34) [`1ade8c9`](https://github.com/mozilla-neutrino/neutrino-dev/commit/1ade8c9613dac04bcb6a23c10fc7e06e14d631fb) -- Add Tree-shaking to README (#33) [`4b84a23`](https://github.com/mozilla-neutrino/neutrino-dev/commit/4b84a23693fe4e0bd36caa380332a64fbdc4d2b1) -- missing object in the example of preset (#38) [`4143052`](https://github.com/mozilla-neutrino/neutrino-dev/commit/414305210a0faf5d7ec53dc35069017c9ca9c960) - Wrong URL for express-starter [`2f61c11`](https://github.com/mozilla-neutrino/neutrino-dev/commit/2f61c11512576ff3a0c2bcb7af45f55b3d48b11f) -- Avoid no-plusplus (#29) [`3768aba`](https://github.com/mozilla-neutrino/neutrino-dev/commit/3768aba5fc320676956293896ce92bedd175bc0c) -- Fix typo commited -> committed (#28) [`5feec46`](https://github.com/mozilla-neutrino/neutrino-dev/commit/5feec467f85dca7f346930cc061f6aaaad71ecb0) #### [v4.0.1](https://github.com/mozilla-neutrino/neutrino-dev/compare/v4.0.0...v4.0.1) > 17 February 2017 @@ -447,6 +550,7 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog). - 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 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) @@ -476,7 +580,6 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog). - 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) -- Merge branch 'master' of github.com:mozilla-neutrino/neutrino-dev [`618604c`](https://github.com/mozilla-neutrino/neutrino-dev/commit/618604cb59f5bd98fb088d11bc489643837ed306) - 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) @@ -520,7 +623,6 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog). - 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) - add npm and dependency badges (#9) [`ffec303`](https://github.com/mozilla-neutrino/neutrino-dev/commit/ffec303addf51b48a5be605b98e6887b0a9f4149) -- Add repository to package.json (#6) [`c5afeaa`](https://github.com/mozilla-neutrino/neutrino-dev/commit/c5afeaa46d99ccb130d427d869344ba4eacf40b3) - 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)