Skip to content

Releases: jstoolkit/dom-observer

Release v1.0.0

03 Nov 18:48
Compare
Choose a tag to compare

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:

Release v0.1.1

09 Mar 12:02
Compare
Choose a tag to compare

Changelog:

  • Exports raw module for package managers.
  • Avoids the warning on webpack and other bundlers when using dom-observer as dependency.

First release

18 Dec 10:54
Compare
Choose a tag to compare

It's here!

The first version of dom-observer.