essential-react v0.2.0 Release Notes

Release Date: 2015-03-14 // about 9 years ago
  • 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