Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | fastdom should be treated as singleton | Wilson Page | 2013-10-12 | 1 | -2/+0 | |
| | | | ||||||
* | | | Merge pull request #29 from rs3d/patch-2 | Wilson Page | 2013-10-12 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | wrong _source notation: changed colon to slash notation | |||||
| * | | wrong _source notation: changed colon to slash notation | rs3d | 2013-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorry, copy fail. I want to fix following error after 'bower install fastdom': bower fastdom#* ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com:wilsonpage/fastdom.git", exit code of #128 fatal: unable to connect to github.com: github.com: Servname not supported for ai_socktype Can you reproduce this error? | |||||
* | | | Merge pull request #30 from ryanponce/patch-1 | Wilson Page | 2013-10-11 | 1 | -5/+5 | |
|\ \ \ | |/ / |/| | | Update README with shell syntax highlighting | |||||
| * | | Update README with shell syntax highlighting | Ryan Ponce | 2013-10-11 | 1 | -5/+5 | |
|/ / | ||||||
* | | Merge pull request #28 from rs3d/patch-1 | Wilson Page | 2013-10-11 | 1 | -1/+2 | |
|\ \ | |/ |/| | added _source info for bower | |||||
| * | added _source info for bower | rs3d | 2013-10-11 | 1 | -1/+2 | |
|/ | ||||||
* | CNAME no longer required | Wilson Page | 2013-10-08 | 1 | -1/+0 | |
| | ||||||
* | Added animation example | Wilson Page | 2013-10-08 | 1 | -0/+1 | |
| | ||||||
* | Merge remote-tracking branch 'origin/gh-pages' into gh-pages | Wilson Page | 2013-10-08 | 1 | -1/+2 | |
|\ | ||||||
| * | Merge pull request #19 from Rich-Harris/gh-pages | Wilson Page | 2013-10-06 | 1 | -1/+2 | |
| |\ | | | | | | | reset iteration count before running | |||||
| | * | reset iteration count before running | Rich Harris | 2013-10-06 | 1 | -1/+2 | |
| |/ | ||||||
* | | Merge branch 'master' into gh-pages | Wilson Page | 2013-10-08 | 12 | -130/+385 | |
|\ \ | |/ |/| | ||||||
| * | Merge pull request #25 from georgecrawford/master | Wilson Page | 2013-10-08 | 1 | -0/+122 | |
| |\ | | | | | | | Add an example use case for animation | |||||
| | * | Add credit for PNG | George Crawford | 2013-10-08 | 1 | -0/+2 | |
| | | | ||||||
| | * | Add an example use case for animation. Image and concept stolen from ↵ | George Crawford | 2013-10-08 | 1 | -0/+120 | |
| | | | | | | | | | | | | Google's demo at https://developers.google.com/chrome-developer-tools/docs/demos/too-much-layout/. | |||||
| * | | Merge pull request #24 from georgecrawford/master | Wilson Page | 2013-10-07 | 1 | -2/+2 | |
| |\ \ | | |/ | | | | Use more standard test to expose CommonJS module | |||||
| | * | Use more standard test to expose CommonJS module | George Crawford | 2013-10-07 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge pull request #23 from Hywan/readme | Wilson Page | 2013-10-07 | 1 | -1/+1 | |
| |\ | | | | | | | Fix a typo | |||||
| | * | Fix a typo. | Ivan Enderlin | 2013-10-07 | 1 | -1/+1 | |
| |/ | ||||||
| * | 0.7.1v0.7.1 | Wilson Page | 2013-10-05 | 4 | -3/+9 | |
| | | ||||||
| * | Update bytes | Wilson Page | 2013-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Tidy and docs | Wilson Page | 2013-10-05 | 1 | -12/+17 | |
| | | ||||||
| * | Add tests to check refs are being cleaned up | Wilson Page | 2013-10-05 | 2 | -0/+33 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | |
| | |