Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | V1origin/v1-beta | Wilson Page | 2016-01-04 | 1 | -416/+0 |
| | |||||
* | Should be allowed to pass and id as a string or a number to .clear()origin/issue54 | Wilson Page | 2015-03-17 | 1 | -1/+4 |
| | |||||
* | Fixed invalid JSDoc (fixes #47) | Wilson Page | 2014-12-26 | 1 | -12/+13 |
| | |||||
* | Removed superfluous cancelAnimationFrame definition | rburgt | 2014-08-06 | 1 | -11/+0 |
| | | | The normalized definition of cancelAnimationFrame is never used. The definition has been removed to save up some space | ||||
* | Fixed comments | Kesler | 2013-11-27 | 1 | -3/+2 |
| | |||||
* | Catch errors inside runBatch and re-run to prevent exceptions blocking the flush | Wilson Page | 2013-10-25 | 1 | -11/+23 |
| | |||||
* | Wrap rAF for testing do that we can catch errors and prevent them hitting ↵ | Wilson Page | 2013-10-25 | 1 | -0/+8 |
| | | | | the test runner | ||||
* | Reorganise the requestAnimationFrame loop to handle errors correctly | rowanbeentje | 2013-10-24 | 1 | -5/+12 |
| | | | | | | | | | | | | Since 413dac94b396b6b55da94ace6cd8efd9b43c1d12 errors are no longer caught by default, which is a good thing for exposing user errors. However, the current structure of the main fastdom loop means that a single user error will mean that the loop will never be run again, so jobs will continue to be added to the framelist but never processed. This reworks the main loop to handle fastdom tasks first, ensuring a consistent and robust state, and then running the user code where it can error safely. | ||||
* | Remove issue notev0.8.2 | Wilson Page | 2013-10-15 | 1 | -6/+0 |
| | |||||
* | Fix bug whereby unnecessary frame being scheduled when read inside write, ↵ | Wilson Page | 2013-10-15 | 1 | -25/+44 |
| | | | | inside read | ||||
* | Different approach to catching errors | Wilson Page | 2013-10-15 | 1 | -4/+32 |
| | |||||
* | Make a differentiation between the read.write batch and the frame queue | Wilson Page | 2013-10-14 | 1 | -17/+23 |
| | |||||
* | Tidy | Wilson Page | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | Tidy | Wilson Page | 2013-10-14 | 1 | -5/+3 |
| | |||||
* | Not quiet by default | Wilson Page | 2013-10-14 | 1 | -13/+4 |
| | |||||
* | Simplify needFrame logic | Wilson Page | 2013-10-14 | 1 | -20/+13 |
| | |||||
* | Clarity | Wilson Page | 2013-10-14 | 1 | -4/+3 |
| | |||||
* | Tidy up | Wilson Page | 2013-10-14 | 1 | -33/+37 |
| | |||||
* | Re-write with single rAF loop | Wilson Page | 2013-10-14 | 1 | -59/+135 |
| | |||||
* | Various minor clean up | Timo Tijhof | 2013-10-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | * main: Fix typo in comment * package: Removed redundant "node_modules/.bin" prefix. npm script commands are executed in a subshell with that directory in the execution path: https://npmjs.org/doc/scripts.html#ENVIRONMENT So even if the shell running `npm test` didn't install have it globally, this will work fine. * Add missing newline at EOF of various files. * Consistently use single quotes (main js file does so mostly except for one line). * Consistently name test suites lowercase (in case of 'defer' and 'clear', like the method names they test). | ||||
* | Use more standard test to expose CommonJS module | George Crawford | 2013-10-07 | 1 | -2/+2 |
| | |||||
* | Tidy and docs | Wilson Page | 2013-10-05 | 1 | -12/+17 |
| | |||||
* | Tidy up | Wilson Page | 2013-10-05 | 1 | -7/+9 |
| | |||||
* | Rename '_run' to 'flush' and run all jobs centrally | Wilson Page | 2013-10-05 | 1 | -11/+16 |
| | |||||
* | Make sure defer jobs refs are cleared too | Wilson Page | 2013-10-05 | 1 | -2/+3 |
| | |||||
* | Tidier onError solution | Wilson Page | 2013-10-05 | 1 | -2/+12 |
| | |||||
* | Remove is no longer used | Wilson Page | 2013-10-05 | 1 | -13/+0 |
| | |||||
* | Remove useless instanceof check | Wilson Page | 2013-10-05 | 1 | -9/+6 |
| | |||||
* | Simplify directory structure | Wilson Page | 2013-10-05 | 1 | -0/+282 |