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

  • ๐Ÿ”‹ Features

    • Karma coverage now generates proper coverage reports
    • โž• Added chai-as-promised
    • โž• Added npm run lint script to lint all ~/src code
    • โž• Added npm run test:lint script to lint all *.spec.js files in ~/tests
    • ๐Ÿš€ Updated npm run deploy to explicitly run linter on source code
    • โž• Added dotenv (thanks dougvk)

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ“‡ Renamed application entry point from index.js -> app.js (clarifies intent and helps with coverage reports)
    • ๐Ÿ”จ Refactored sample counter constants and actions to their appropriate locations (thanks kyleect)
    • Devtools in npm run dev:nw now take up the full window (thanks jhgg)
    • ๐Ÿ‘• Webpack no longer runs an eslint pre-loader (cleans up console messages while developing)
    • ๐Ÿ‘• Moved tests into their own directory (alleviates lint/organization issues)
    • ๐Ÿ“‡ Renamed stores to store to be more intuitive
    • ๐Ÿ”ง Webpack-dev-server now uses a configurable host (thanks waynelkh)
    • ๐Ÿ”ง Sass-loader is now configured independently of its loader definition
    • โฌ†๏ธ Upgraded redux-devtools from ^2.0.0 -> ^3.0.0
    • โฌ†๏ธ Upgraded react-transform-catch-errors from ^0.1.0 -> ^1.0.0

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix .editorconfig missing a setting that caused it to not be picked up in all IDE's
    • ๐Ÿ‘• Cleans up miscellaneous lint errors.