- fix: handle custom container with offset 06b295e7982912e84d8e8226c49c10c782408cba
- fix(setTimeout): no need to add nodes in a setTimeout it seems e614061ee307449b3d539fc33d2431b6afe5fb6c
- 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