Iroy2000 React Redux Boilerplate Versions Save

Awesome React Redux Workflow Boilerplate with Webpack 4

v1.2.1

5 years ago
  • We are now on Webpack 4 and React 16.4, plus up-to-date with all our dependencies.
  • We removed css-next in favor of postcss-preset-env.
  • We removed extract-text-webpack-plugin to mini-css-extract-plugin because of Webpack 4 upgrade.
  • Modify webpack config to make sure everything work as expected.

v1.1.0

5 years ago
  1. Make clear that "publicPath" is a application mount point
  2. Introduce "assetPath" for custom location to generate assets
  3. Remove unnecessary scripts and make it easier to read
  4. Adding auto open browser during dev mode

It contains no breaking changes, all command is still the same, only the underlying wiring is changed.

v1.0.0

6 years ago

After fixing and fining tuning a few workflow and configuration. We are now at Version 1 \o/

v0.9.58

6 years ago

Make Dashboard port configurable, so allowing user run multiple projects at same time by configuring ports.

v0.9.56

6 years ago

Adding husky to configure git commit hook to support CI / CD and prevent developers check in bad commits.

Making changes to README to add a TL;DR section

v0.9.55

6 years ago

MISC

Following open source release cycles by creating tag / release

Using version of current package.json as our first release version