Skip to content

Release v1.0.0

Latest
Compare
Choose a tag to compare
@mkxml mkxml released this 03 Nov 18:48
· 2 commits to master since this release

Release v1.0.0!

Changes in the API from 0.1.0:

  • The last parameter lastChange was removed in favor of custom options onlyFirstChange and onlyLastChange. This options are passed in the same options object already available.

Changes in the development process:

  • Grunt is now gone, as our tasks are simple we are now using npm scripts.
  • Karma is handling the testing now, keeping compatibility with Sauce Labs.
  • Code coverage checks are now available, powered by Code Climate.
  • Babel is exporting the module directly, we are not using Browserify anymore.

Changes for those using npm:

  • The raw ES module can be used right from src. A module property has been added to package.json.

Docs finally avaiable on the web: