- Zanimo first argument is now an HTMLElement or a promise[HTMLElement]
- upgrade to qanimationframe 2.1.x
- BRAND NEW API from Gaétan Renaudeau gre
- BROWSERIFY ONLY (you can export a standalone version with browserify if you need)
- using mocha for unit tests
- clean repo (remove editor)
- using new modules: qanimationframe and vendor-prefix
- Add
filter
support
- Replace 'instanceof HTMLElement' check by 'elt.nodeType' for IE support
- upgrade to Q v0.9.7
- replace usage of deprecated Q.allResolved with Q.all for Zanimo.all