tag:github.com,2008:https://github.com/iroy2000/react-redux-boilerplate/releases Release notes from react-redux-boilerplate 2018-10-27T21:59:45Z tag:github.com,2008:Repository/71848177/v1.2.1 2018-10-27T23:53:45Z Webpack 4 and React 16.6 <ul> <li>We are now on Webpack 4 and React 16.4, plus up-to-date with all our dependencies.</li> <li>We removed css-next in favor of postcss-preset-env.</li> <li>We removed extract-text-webpack-plugin to mini-css-extract-plugin because of Webpack 4 upgrade.</li> <li>Modify webpack config to make sure everything work as expected.</li> </ul> iroy2000 tag:github.com,2008:Repository/71848177/v1.1.0 2018-07-14T01:28:06Z Simplify webpack config to make it easier to reason about <ol> <li>Make clear that "publicPath" is a application mount point</li> <li>Introduce "assetPath" for custom location to generate assets</li> <li>Remove unnecessary scripts and make it easier to read</li> <li>Adding auto open browser during dev mode</li> </ol> <p>It contains no breaking changes, all command is still the same, only the underlying wiring is changed.</p> iroy2000 tag:github.com,2008:Repository/71848177/v1.0.0 2018-04-22T04:41:16Z Release Version 1 <p>After fixing and fining tuning a few workflow and configuration. We are now at Version 1 \o/</p> iroy2000 tag:github.com,2008:Repository/71848177/v0.9.58 2018-04-22T01:30:06Z Adding multiple project support <p>Make Dashboard port configurable, so allowing user run multiple projects at same time by configuring ports.</p> iroy2000 tag:github.com,2008:Repository/71848177/v0.9.56 2018-04-01T17:08:06Z Adding git commit hook and modify README <p>Adding <code>husky</code> to configure git commit hook to support CI / CD and prevent developers check in bad commits.</p> <p>Making changes to README to add a TL;DR section</p> iroy2000 tag:github.com,2008:Repository/71848177/v0.9.55 2018-03-22T18:54:27Z Creating First Tag for managing this project <p><strong>MISC</strong></p> <p>Following open source release cycles by creating tag / release</p> <p>Using version of current package.json as our first release version</p> iroy2000