1. 30 Dec, 2016 2 commits
  2. 23 Dec, 2016 1 commit
  3. 18 Dec, 2016 1 commit
  4. 14 Dec, 2016 1 commit
  5. 13 Dec, 2016 2 commits
  6. 12 Dec, 2016 3 commits
  7. 11 Dec, 2016 7 commits
  8. 09 Dec, 2016 2 commits
  9. 08 Dec, 2016 3 commits
  10. 07 Dec, 2016 6 commits
  11. 06 Dec, 2016 3 commits
  12. 05 Dec, 2016 5 commits
  13. 04 Dec, 2016 2 commits
    • Ville Immonen's avatar
      Publish · b844e4e8
      Ville Immonen authored
       - react-scripts@0.8.1
      b844e4e8
    • Ville Immonen's avatar
      Revert Jest moduleNameMapper regex back to a whitelist (#1149) · 715de0de
      Ville Immonen authored
      Jest matches moduleNameMapper regexes with module names, not the full
      file path, so the negative lookahead doesn’t work for filtering out
      JS files, because they can be imported without the extension. So paths
      like `lodash.assign` and `../utils/range` were mislabeled as resources
      with unknown file extensions because they have a dot in the name.
      
      As a stopgap measure, revert the moduleNameMapper regex added in #1077.
      715de0de
  14. 03 Dec, 2016 2 commits
    • Ville Immonen's avatar
      Publish · 5ee027d6
      Ville Immonen authored
       - babel-preset-react-app@2.0.0
       - create-react-app@0.7.0
       - eslint-config-react-app@0.4.0
       - react-dev-utils@0.4.0
       - react-scripts@0.8.0
      5ee027d6
    • Dirk-Jan Rutten's avatar
      Crash the build during CI whenever linter warnings are encountered (#944) · cdd17a69
      Dirk-Jan Rutten authored
      * Added functionality to crash the build during CI whenever linter warnings are encountered.
      
      * Updated the docs with a description on how to use the build in CI
      
      * Fixed small typo
      
      * Fixed description of build error.
      cdd17a69