- feat: add a watcher.dispose()/.watch() API Now you can remove a watched node or re-watch it anytime. fixes #7
- fix: children of hidden parents were not displayed, use a setInterval for this
- feat: hidden elements should not be considered visible when scrolling fixes #9
- build with closure compiler
- small library fix (1.0.0 was broken)
- refactor using commonJS