Skip to content

v0.8.0

Compare
Choose a tag to compare
@serratus serratus released this 14 Oct 23:50
· 141 commits to master since this release

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 version
  • npm run test runs the unit-tests
  • npm run integrationtest runs the integration-tests
  • npm run watch for development mode