Skip to content

Version 0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@anis-campos anis-campos released this 12 Nov 17:24
· 128 commits to master since this release

Programming

This version adds essentially programming features.

Unit Tests

Setting up Karma environment for unit testings. This version as only simple test, mostly to confirm that Karma's configuration is right.

There is 2 scripts:

  • test : for Travis build jobs
  • test:dev : for TDD programming

Travis CI

Adding the project to travis-ci.org.

It will ensure the that the module works in a browser (Firefox).