Skip to content

v0.2.0

Compare
Choose a tag to compare
@pheuter pheuter released this 14 Mar 18:16
· 48 commits to master since this release

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