v0.8.0
From RequireJS to webpack
Although this release does not contain any API changes, I'm proud to announce the move away from RequireJS to webpack. During the transition, I also integrated babel as a dependency for all the ES6 goodies which I will make use of for the upcoming features and refactorings.
Changes
All the changes only affect the build and testing of the library.
npm run build
builds the web and node versionnpm run test
runs the unit-testsnpm run integrationtest
runs the integration-testsnpm run watch
for development mode