diff options
Diffstat (limited to 'History.md')
-rw-r--r-- | History.md | 22 |
1 files changed, 14 insertions, 8 deletions
@@ -1,20 +1,26 @@ +0.8.1 / 2013-10-15 +================== + + * change - if `fastdom.onError` handler is registered, errors are caught and handler is called. + 0.8.0 / 2013-10-14 ================== - * change to a rAF loop technique of emtying frame queue to prevent frame conflicts - * add ability to call `FastDom#defer` with no frame argument to schedule job for next free frame + * change - to a rAF loop technique of emtying frame queue to prevent frame conflicts + * add - ability to call `FastDom#defer` with no frame argument to schedule job for next free frame + * change - errors not caught by default 0.7.1 / 2013-10-05 ================== - * fix memory leaks with undeleted refs - * fix context not being passed to `.defer` jobs + * fix - memory leaks with undeleted refs + * fix - context not being passed to `.defer` jobs 0.7.0 / 2013-10-05 ================== - * add `FastDom#clear` clears read, write and defer jobs by id - * remove `FastDom#clearRead` - * remove `FastDom#clearWrite` - * change directory structure by removing `/lib` + * add - `FastDom#clear` clears read, write and defer jobs by id + * remove - `FastDom#clearRead` + * remove - `FastDom#clearWrite` + * change - directory structure by removing `/lib` |