Releases: jstoolkit/dom-observer
Releases · jstoolkit/dom-observer
Release v1.0.0
Release v1.0.0!
Changes in the API from 0.1.0:
- The last parameter
lastChange
was removed in favor of custom optionsonlyFirstChange
andonlyLastChange
. This options are passed in the sameoptions
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
. Amodule
property has been added topackage.json
.
Docs finally avaiable on the web:
Release v0.1.1
Changelog:
- Exports raw module for package managers.
- Avoids the warning on webpack and other bundlers when using
dom-observer
as dependency.
First release
It's here!
The first version of dom-observer.