Skip to content

Releases: unimonkiez/react-cordova-boilerplate

Testing tools

19 Apr 19:46
Compare
Choose a tag to compare

Added testing -

  • nyc, mocha, chai, sinon, all working together with webpack.
  • Running on nodeJs with js-dom, blazing fast unit test.
  • coverage is uploaded to coveralls.

webpack 2

19 Mar 08:58
Compare
Choose a tag to compare
webpack 2 Pre-release
Pre-release
  • Webpack 2 implemented.
  • Coverage scripts added, not working yet.
  • Updated dependencies.

Updating dependencies

27 Jul 07:43
Compare
Choose a tag to compare
  • Updated all dependencies for newer and better developing experience.
  • Fixed a bug with login server rendering (so the icon of the app will show before react's bootstrap time).

v1.1.0

11 Dec 18:16
Compare
Choose a tag to compare

Updated to babel 6!
Also fixed routing warning that will occur due re-rendering the AppRouter (and thus will improve perfomance).
Fixed couple of issues and updated dependencies, build is BLAZING fast!