Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix fastdom-strict callbacks not being called with context (fixes #108) (#109) | Tomer Lahav | 2017-05-02 | 1 | -0/+18 |
| | |||||
* | extract context binding from loop, apply when added (#84) | Deryck | 2016-06-06 | 1 | -1/+1 |
| | | | | | | | | * extract context binding from loop, apply when added * pass function as first param to mutate * corrected to match other test cases | ||||
* | Fixed incorrect context in fastdom-promised (closes #81)origin/81-fastdom-promised-ctx | Wilson Page | 2016-05-04 | 1 | -0/+10 |
| | |||||
* | Replaced Object.assign() with custom mixin()origin/73-object-assign | Wilson Page | 2016-01-05 | 1 | -0/+8 |
| | |||||
* | V1origin/v1-beta | Wilson Page | 2016-01-04 | 10 | -652/+658 |
| | |||||
* | Should be allowed to pass and id as a string or a number to .clear()origin/issue54 | Wilson Page | 2015-03-17 | 1 | -0/+14 |
| | |||||
* | Remove only flag | Wilson Page | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | Prove that errors thrown in read/write jobs clog the queue | Wilson Page | 2013-10-25 | 1 | -0/+34 |
| | |||||
* | Wrap rAF for testing do that we can catch errors and prevent them hitting ↵ | Wilson Page | 2013-10-25 | 1 | -6/+20 |
| | | | | the test runner | ||||
* | Alter tests to catch errors in existing methods | Wilson Page | 2013-10-25 | 1 | -12/+9 |
| | |||||
* | Add tests to prove error handling bug | Wilson Page | 2013-10-25 | 3 | -3/+59 |
| | |||||
* | Fix bug whereby unnecessary frame being scheduled when read inside write, ↵ | Wilson Page | 2013-10-15 | 1 | -0/+76 |
| | | | | inside read | ||||
* | Update error catching test | Wilson Page | 2013-10-15 | 1 | -5/+5 |
| | |||||
* | Make a differentiation between the read.write batch and the frame queue | Wilson Page | 2013-10-14 | 2 | -3/+3 |
| | |||||
* | Not quiet by default | Wilson Page | 2013-10-14 | 1 | -5/+14 |
| | |||||
* | Re-write with single rAF loop | Wilson Page | 2013-10-14 | 3 | -19/+91 |
| | |||||
* | Set up JSHint and fix outstanding violations | Timo Tijhof | 2013-10-12 | 3 | -19/+19 |
| | | | | | | | Added a jshintrc file resembling as close as what the source code did already. The only violation was that main code used single quotes and tests double quotes. Shall we go for single quotes, then? | ||||
* | Various minor clean up | Timo Tijhof | 2013-10-12 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | * 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). | ||||
* | Add tests to check refs are being cleaned up | Wilson Page | 2013-10-05 | 2 | -0/+33 |
| | |||||
* | Simplify directory structure | Wilson Page | 2013-10-05 | 1 | -1/+1 |
| | |||||
* | Single clear method to clear all types of job (closes #16 closes #9) | Wilson Page | 2013-10-05 | 1 | -4/+23 |
| | |||||
* | Accepts optional context in defer | Jingwei "John" Liu | 2013-09-25 | 1 | -2/+13 |
| | | | | | Test case for defer job with context Halt defer wrapper when frame is negative | ||||
* | Test setting of onError handler | Wilson Page | 2013-09-19 | 1 | -2/+25 |
| | |||||
* | Added context related test | Wilson Page | 2013-09-17 | 1 | -0/+20 |
| | |||||
* | Update tests to match new API | Wilson Page | 2013-09-16 | 3 | -9/+32 |
| | |||||
* | Tests for defer method | Wilson Page | 2013-09-12 | 2 | -0/+25 |
| | |||||
* | Change name from dombatch to fastdom | Wilson Page | 2013-09-10 | 4 | -36/+36 |
| | |||||
* | Convert test suit to Mocha | Wilson Page | 2013-08-27 | 4 | -52/+82 |
| | |||||
* | Rename and move unused files | Wilson Page | 2013-08-27 | 3 | -13/+0 |
| | |||||
* | Write context argument tests | Wilson Page | 2013-08-26 | 1 | -0/+22 |
| | |||||
* | Write tests for clear methods | Wilson Page | 2013-08-26 | 4 | -4/+66 |
| | |||||
* | DomBatch should return instantiated version so it is shared across modules ↵ | Wilson Page | 2013-08-26 | 1 | -0/+1 |
| | | | | by default | ||||
* | Account for test runner env not having raf | Wilson Page | 2013-08-26 | 3 | -7/+11 |
| | |||||
* | Added first set of tests | Wilson Page | 2013-08-26 | 3 | -0/+120 |