- fix - Invalid JSDoc
- fix - ensure that exceptions thrown inside a read/write job don't prevent the rest of the jobs being flushed.
- fix - ensure rAF loop can continue when error is thrown inside job.
- fix - prevent unnecessary frame being scheduled when write requested inside read callback, inside write callback.
- change - if
fastdom.onErrorhandler is registered, errors are caught and handler is called.
- change - to a rAF loop technique of emptying frame queue to prevent frame conflicts
- add - ability to call
FastDom#deferwith no frame argument to schedule job for next free frame - change - errors not caught by default
- fix - memory leaks with undeleted refs
- fix - context not being passed to
.deferjobs
- add -
FastDom#clearclears read, write and defer jobs by id - remove -
FastDom#clearRead - remove -
FastDom#clearWrite - change - directory structure by removing
/lib