All Versions
11
Latest Version
Avg Release Cycle
137 days
Latest Release
2094 days ago

Changelog History
Page 1

  • v0.5.1 Changes

    July 31, 2018

    โž• Added package-lock.json file

  • v0.5.0 Changes

    April 16, 2016

    โฌ†๏ธ Upgrade React 0.14 -> 15.0

  • v0.4.0 Changes

    February 28, 2016

    ๐Ÿ”จ Major refactor to bring dependencies up-to-date:

    • โฌ†๏ธ Upgrade React 0.13 -> 0.14
    • โฌ†๏ธ Upgrade React Router 0.x -> 2.0
    • โฌ†๏ธ Upgrade Babel 5 -> 6
    • Replace Karma and Istanbul with ava and nyc
    • No more custom routers
    • โž• Added server-side Babel require hook
  • v0.3.0 Changes

    September 12, 2015
  • v0.2.5 Changes

    May 29, 2015

    ES6 cleanup with static class properties - @StevenLangbroek

  • v0.2.4 Changes

    May 16, 2015

    โšก๏ธ Updated various dependencies

  • v0.2.3 Changes

    April 05, 2015
    • ๐Ÿ‘‰ Use the HTML5 history API for cleaner URLs - @paulyoung
    • โœ… Wrapped up remaining unit tests, better code coverage
    • PRODUCTION environment variable now serves static file when running node server.js
    • ๐Ÿ— Build app upon npm postinstall
    • ๐Ÿš€ Instant deploy with Heroku button
  • v0.2.2 Changes

    March 21, 2015

    โ†” Integrated with Sauce Labs for automated, cross-browser testing.

  • v0.2.1 Changes

    March 21, 2015

    โšก๏ธ Updated React and React Router to v0.13.1

  • v0.2.0 Changes

    March 14, 2015

    Major changes:

    • ๐Ÿ‘ท Moved underlying module / build system from Browserify to Webpack.
    • Using React Hot Loader under the scenes to automatically reload file changes during local dev
    • โœ… Using Karma to run test suite and generate code coverage reports

    โœ‚ Removed no longer necessary dependencies:

    • ๐Ÿ’ป browserify
    • watchify
    • expect.js
    • xhr
    • es5-shim
    • console-polyfill

    โœ… Continuing to maintain core philosophies of minimal tooling and testing:

    • Simplified run scripts: watch, watch-js and server replaced with server
    • No additional commands needed
    • โœ… Tests now include Sinon for mocks and Chai for assertions, no more expect.js
    • Same src/ directory structure