react-redux-starter-kit v0.2.0 Release Notes

  • ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘• Weakens various eslint rules that were too opinionated.
      • notable: one-var and key-spacing.

    Thanks to StevenLangbroek for the following:

    • โž• Adds alias utils to reference ~/src/utils
    • โž• Adds createConstants utility.
    • โž• Adds createReducer utility.
    • ๐Ÿ”จ Refactors todos reducer to use a function map rather than switch statements.

    ๐Ÿ›  Fixes

    • ๐Ÿ’ป Nested routes are now loaded correctly in react-router when using BrowserHistory.
    • ๐Ÿ‘• Bundle compilation now fails if an eslint error is encountered when running a production build.
    • โฌ†๏ธ Upgrades all outdated dependencies.
      • Karma, eslint, babel, sass-loader, and a handful more.