Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
| * | Add weight | Wilson Page | 2013-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Update old paths | Wilson Page | 2013-10-05 | 2 | -4/+6 | |
| | | ||||||
| * | Typo | Wilson Page | 2013-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Add component to install options | Wilson Page | 2013-10-05 | 1 | -7/+4 | |
| | | ||||||
| * | Simplify example | Wilson Page | 2013-10-05 | 1 | -9/+11 | |
| | | ||||||
| * | Update history | Wilson Page | 2013-10-05 | 1 | -1/+2 | |
| | | ||||||
| * | Simplify directory structure | Wilson Page | 2013-10-05 | 7 | -6/+6 | |
| | | ||||||
| * | Add msRequestAnimationFrame | Wilson Page | 2013-10-05 | 1 | -0/+1 | |
| | | ||||||
| * | Timer id must be returned | Wilson Page | 2013-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #17 from wilsonpage/dev | Wilson Page | 2013-10-05 | 7 | -61/+93 | |
| |\ | | | | | | | Cleaner FastDom#clear API | |||||
| | * | 0.7.0 | Wilson Page | 2013-10-05 | 4 | -3/+10 | |
| | | | ||||||
| | * | Update docs | Wilson Page | 2013-10-05 | 1 | -9/+0 | |
| | | | ||||||
| | * | Update docs | Wilson Page | 2013-10-05 | 1 | -9/+14 | |
| | | | ||||||
| | * | Single clear method to clear all types of job (closes #16 closes #9) | Wilson Page | 2013-10-05 | 2 | -19/+41 | |
| | | | ||||||
| | * | Adjust structure | Wilson Page | 2013-10-05 | 1 | -19/+13 | |
| | | | ||||||
| | * | Use a queue object | Wilson Page | 2013-10-05 | 1 | -2/+4 | |
| | | | ||||||
| | * | Added cancelAnimationFrame | Wilson Page | 2013-10-05 | 1 | -1/+12 | |
| |/ | ||||||
| * | 0.6.0v0.6.0 | Wilson Page | 2013-10-02 | 3 | -3/+3 | |
| | | ||||||
| * | Fix merge conflicts | Wilson Page | 2013-09-25 | 3 | -8/+21 | |
| |\ | ||||||
| | * | Update docs for .defer() (closes #15) | Wilson Page | 2013-09-25 | 1 | -3/+3 | |
| | | | ||||||
| | * | Merge pull request #14 from th507/master | Wilson Page | 2013-09-25 | 2 | -6/+19 | |
| | |\ | | | | | | | | | Accept context for deferred jobs | |||||
| | | * | Accepts optional context in defer | Jingwei "John" Liu | 2013-09-25 | 2 | -9/+17 | |
| | | | | | | | | | | | | | | | | | | | | Test case for defer job with context Halt defer wrapper when frame is negative | |||||
| | | * | Accept context for deferred jobs | Jingwei "John" Liu | 2013-09-24 | 1 | -5/+10 | |
| | |/ | ||||||
| * | | Added licence | Wilson Page | 2013-09-25 | 1 | -1/+13 | |
| |/ | ||||||
| * | 0.5.10.5.1 | Wilson Page | 2013-09-19 | 3 | -3/+3 | |
| | | ||||||
| * | Catch errors on defer as well as batch flush | Wilson Page | 2013-09-19 | 1 | -3/+5 | |
| | | ||||||
| * | Test setting of onError handler | Wilson Page | 2013-09-19 | 1 | -2/+25 | |
| | | ||||||
| * | Simpler setting of fastdom onError | Wilson Page | 2013-09-19 | 1 | -7/+1 | |
| | | ||||||
| * | Alloq user to set an onError callback | Wilson Page | 2013-09-19 | 1 | -1/+9 | |
| | | ||||||
* | | Merge branch 'gh-pages' of github.com:wilsonpage/fastdom into gh-pages | Wilson Page | 2013-09-29 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Update aspect-ratio.html | Wilson Page | 2013-09-29 | 1 | -2/+2 | |
| |/ | ||||||
* | | Added CNAME | Wilson Page | 2013-09-29 | 1 | -0/+1 | |
|/ | ||||||
* | Typo | Wilson Page | 2013-09-19 | 1 | -1/+1 | |
| | ||||||
* | Page title | Wilson Page | 2013-09-19 | 1 | -1/+1 | |
| | ||||||
* | Correct typo | Wilson Page | 2013-09-19 | 1 | -1/+1 | |
| | ||||||
* | Added link to example | Wilson Page | 2013-09-19 | 1 | -0/+4 | |
| | ||||||
* | First example added | Wilson Page | 2013-09-19 | 1 | -0/+96 | |
| | ||||||
* | Include example | Wilson Page | 2013-09-19 | 1 | -1/+0 | |
| | ||||||
* | Correct examples | Wilson Page | 2013-09-17 | 1 | -3/+2 | |
| | ||||||
* | Documentation for .defer() | Wilson Page | 2013-09-17 | 1 | -0/+11 | |
| | ||||||
* | Fix typo | Wilson Page | 2013-09-17 | 1 | -1/+1 | |
| | ||||||
* | Fix typo | Wilson Page | 2013-09-17 | 1 | -1/+1 | |
| | ||||||
* | Updated readme to describe new clear API | Wilson Page | 2013-09-17 | 1 | -13/+9 | |
| | ||||||
* | Merge pull request #8 from wilsonpage/dev | Wilson Page | 2013-09-17 | 7 | -70/+129 | |
|\ | | | | | Change the way callback context is stored and scheduled jobs are cleared (closes #7) | |||||
| * | Added context related test | Wilson Page | 2013-09-17 | 1 | -0/+20 | |
| | | ||||||
| * | 0.5.0v0.5.0 | Wilson Page | 2013-09-16 | 3 | -3/+3 | |
| | | ||||||
| * | Update tests to match new API | Wilson Page | 2013-09-16 | 3 | -9/+32 | |
| | | ||||||
| * | Store unique context for each job, behave closer to setTimeout style API | Wilson Page | 2013-09-16 | 1 | -58/+74 | |
| | | ||||||
| * | Fix merge conflicts | Wilson Page | 2013-09-16 | 16 | -275/+368 | |
| |\ | |/ |/| | ||||||
* | | 0.4.2v0.4.2 | Wilson Page | 2013-09-12 | 3 | -3/+3 | |
| | | ||||||
* | | Tests for defer method | Wilson Page | 2013-09-12 | 2 | -0/+25 | |
| | | ||||||
* | | Introduced new defer method | Wilson Page | 2013-09-12 | 1 | -0/+21 | |
| | | ||||||
* | | 0.4.1v0.4.1 | Wilson Page | 2013-09-10 | 3 | -3/+3 | |
| | | ||||||
* | | Catch errors inside callbacksv0.4.0 | Wilson Page | 2013-09-10 | 1 | -1/+5 | |
| | | ||||||
* | | 0.4.0 | Wilson Page | 2013-09-10 | 3 | -6/+6 | |
| | | ||||||
* | | Rename further files | Wilson Page | 2013-09-10 | 1 | -3/+3 | |
| | | ||||||
* | | Grunt no longer required | Wilson Page | 2013-09-10 | 1 | -14/+0 | |
| | | ||||||
* | | Change name from dombatch to fastdom | Wilson Page | 2013-09-10 | 7 | -86/+82 | |
| | | ||||||
* | | 0.3.2v0.3.2 | Wilson Page | 2013-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | 0.3.2 | Wilson Page | 2013-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | Convert test suit to Mocha | Wilson Page | 2013-08-27 | 5 | -57/+87 | |
| | | ||||||
* | | Use node 10 again | Wilson Page | 2013-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | Rename and move unused files | Wilson Page | 2013-08-27 | 3 | -13/+0 | |
| | | ||||||
* | | Try node 8 | Wilson Page | 2013-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | 0.10.x string | Wilson Page | 2013-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of github.com:wilsonpage/dom-batch | Wilson Page | 2013-08-27 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Try lock down to 0.10.0 | Wilson Page | 2013-08-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Roll back buster to v0.6.5 | Wilson Page | 2013-08-27 | 1 | -7/+4 | |
|/ / | ||||||
* | | Node version as string | Wilson Page | 2013-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | Correct version | Wilson Page | 2013-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | Update version | Wilson Page | 2013-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | Tweak description | Wilson Page | 2013-08-27 | 4 | -4/+4 | |
| | | ||||||
* | | Add bower.json | Wilson Page | 2013-08-27 | 1 | -0/+15 | |
| | | ||||||
* | | Ignore .DS_Store | Wilson Page | 2013-08-27 | 1 | -1/+2 | |
| | | ||||||
* | | Docs | Wilson Page | 2013-08-27 | 1 | -1/+3 | |
| | | ||||||
* | | Docs | Wilson Page | 2013-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | Docs | Wilson Page | 2013-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | Docs | Wilson Page | 2013-08-27 | 1 | -2/+2 | |
| | | ||||||
* | | Docs | Wilson Page | 2013-08-27 | 1 | -2/+2 | |
| | | ||||||
* | | Docs | Wilson Page | 2013-08-27 | 1 | -0/+10 | |
| | | ||||||
* | | Typos | Wilson Page | 2013-08-26 | 1 | -2/+2 | |
| | | ||||||
* | | Add installation docs | Wilson Page | 2013-08-26 | 1 | -0/+16 | |
| | | ||||||
* | | Merge pull request #5 from wilsonpage/dev | Wilson Page | 2013-08-26 | 3 | -9/+68 | |
|\ \ | | | | | | | Add context option to dom.read and dom.write API (closes #1) | |||||
| | * | 0.3.1v0.3.1 | Wilson Page | 2013-08-26 | 1 | -7/+4 | |
| |/ | ||||||
| * | Update readme to show new context argument | Wilson Page | 2013-08-26 | 1 | -2/+2 | |
| | | ||||||
| * | Build in callback context option | Wilson Page | 2013-08-26 | 1 | -7/+44 | |
| | | ||||||
| * | Write context argument tests | Wilson Page | 2013-08-26 | 1 | -0/+22 | |
|/ | ||||||
* | Merge pull request #4 from wilsonpage/dev | Wilson Page | 2013-08-26 | 6 | -13/+146 | |
|\ | | | | | Implement clear API (closes #1) | |||||
| * | Add API docs | Wilson Page | 2013-08-26 | 1 | -0/+44 | |
| | | ||||||
| * | Implement clear API | Wilson Page | 2013-08-26 | 1 | -9/+36 | |
| | | ||||||
| * | Write tests for clear methods | Wilson Page | 2013-08-26 | 4 | -4/+66 | |
|/ | ||||||
* | Correct user name | Wilson Page | 2013-08-26 | 1 | -1/+1 | |
| | ||||||
* | Added Travis badge | Wilson Page | 2013-08-26 | 1 | -1/+1 | |
| | ||||||
* | DomBatch should return instantiated version so it is shared across modules ↵ | Wilson Page | 2013-08-26 | 2 | -5/+13 | |
| | | | | by default | |||||
* | Merge pull request #3 from wilsonpage/rewrite | Wilson Page | 2013-08-26 | 13 | -88/+364 | |
|\ | | | | | Rewrite |