summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | fastdom should be treated as singletonWilson Page2013-10-121-2/+0
| | |
* | | Merge pull request #29 from rs3d/patch-2Wilson Page2013-10-121-1/+1
|\ \ \ | |/ / |/| | wrong _source notation: changed colon to slash notation
| * | wrong _source notation: changed colon to slash notationrs3d2013-10-111-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-1Wilson Page2013-10-111-5/+5
|\ \ \ | |/ / |/| | Update README with shell syntax highlighting
| * | Update README with shell syntax highlightingRyan Ponce2013-10-111-5/+5
|/ /
* | Merge pull request #28 from rs3d/patch-1Wilson Page2013-10-111-1/+2
|\ \ | |/ |/| added _source info for bower
| * added _source info for bowerrs3d2013-10-111-1/+2
|/
* CNAME no longer requiredWilson Page2013-10-081-1/+0
|
* Added animation exampleWilson Page2013-10-081-0/+1
|
* Merge remote-tracking branch 'origin/gh-pages' into gh-pagesWilson Page2013-10-081-1/+2
|\
| * Merge pull request #19 from Rich-Harris/gh-pagesWilson Page2013-10-061-1/+2
| |\ | | | | | | reset iteration count before running
| | * reset iteration count before runningRich Harris2013-10-061-1/+2
| |/
* | Merge branch 'master' into gh-pagesWilson Page2013-10-0812-130/+385
|\ \ | |/ |/|
| * Merge pull request #25 from georgecrawford/masterWilson Page2013-10-081-0/+122
| |\ | | | | | | Add an example use case for animation
| | * Add credit for PNGGeorge Crawford2013-10-081-0/+2
| | |
| | * Add an example use case for animation. Image and concept stolen from ↵George Crawford2013-10-081-0/+120
| | | | | | | | | | | | Google's demo at https://developers.google.com/chrome-developer-tools/docs/demos/too-much-layout/.
| * | Merge pull request #24 from georgecrawford/masterWilson Page2013-10-071-2/+2
| |\ \ | | |/ | | | Use more standard test to expose CommonJS module
| | * Use more standard test to expose CommonJS moduleGeorge Crawford2013-10-071-2/+2
| |/
| * Merge pull request #23 from Hywan/readmeWilson Page2013-10-071-1/+1
| |\ | | | | | | Fix a typo
| | * Fix a typo.Ivan Enderlin2013-10-071-1/+1
| |/
| * 0.7.1v0.7.1Wilson Page2013-10-054-3/+9
| |
| * Update bytesWilson Page2013-10-051-1/+1
| |
| * Tidy and docsWilson Page2013-10-051-12/+17
| |
| * Add tests to check refs are being cleaned upWilson Page2013-10-052-0/+33
| |
| * Tidy upWilson Page2013-10-051-7/+9
| |
| * Rename '_run' to 'flush' and run all jobs centrallyWilson Page2013-10-051-11/+16
| |
| * Make sure defer jobs refs are cleared tooWilson Page2013-10-051-2/+3
| |
| * Tidier onError solutionWilson Page2013-10-051-2/+12
| |
| * Add weightWilson Page2013-10-051-1/+1
| |
| * Remove is no longer usedWilson Page2013-10-051-13/+0
| |
| * Remove useless instanceof checkWilson Page2013-10-051-9/+6
| |
| * Update old pathsWilson Page2013-10-052-4/+6
| |
| * TypoWilson Page2013-10-051-1/+1
| |
| * Add component to install optionsWilson Page2013-10-051-7/+4
| |
| * Simplify exampleWilson Page2013-10-051-9/+11
| |
| * Update historyWilson Page2013-10-051-1/+2
| |
| * Simplify directory structureWilson Page2013-10-057-6/+6
| |
| * Add msRequestAnimationFrameWilson Page2013-10-051-0/+1
| |
| * Timer id must be returnedWilson Page2013-10-051-1/+1
| |
| * Merge pull request #17 from wilsonpage/devWilson Page2013-10-057-61/+93
| |\ | | | | | | Cleaner FastDom#clear API
| | * 0.7.0Wilson Page2013-10-054-3/+10
| | |
| | * Update docsWilson Page2013-10-051-9/+0
| | |
| | * Update docsWilson Page2013-10-051-9/+14
| | |
| | * Single clear method to clear all types of job (closes #16 closes #9)Wilson Page2013-10-052-19/+41
| | |
| | * Adjust structureWilson Page2013-10-051-19/+13
| | |
| | * Use a queue objectWilson Page2013-10-051-2/+4
| | |
| | * Added cancelAnimationFrameWilson Page2013-10-051-1/+12
| |/
| * 0.6.0v0.6.0Wilson Page2013-10-023-3/+3
| |
| * Fix merge conflictsWilson Page2013-09-253-8/+21
| |\
| | * Update docs for .defer() (closes #15)Wilson Page2013-09-251-3/+3
| | |
| | * Merge pull request #14 from th507/masterWilson Page2013-09-252-6/+19
| | |\ | | | | | | | | Accept context for deferred jobs
| | | * Accepts optional context in deferJingwei "John" Liu2013-09-252-9/+17
| | | | | | | | | | | | | | | | | | | | Test case for defer job with context Halt defer wrapper when frame is negative
| | | * Accept context for deferred jobsJingwei "John" Liu2013-09-241-5/+10
| | |/
| * | Added licenceWilson Page2013-09-251-1/+13
| |/
| * 0.5.10.5.1Wilson Page2013-09-193-3/+3
| |
| * Catch errors on defer as well as batch flushWilson Page2013-09-191-3/+5
| |
| * Test setting of onError handlerWilson Page2013-09-191-2/+25
| |
| * Simpler setting of fastdom onErrorWilson Page2013-09-191-7/+1
| |
| * Alloq user to set an onError callbackWilson Page2013-09-191-1/+9
| |
* | Merge branch 'gh-pages' of github.com:wilsonpage/fastdom into gh-pagesWilson Page2013-09-291-2/+2
|\ \
| * | Update aspect-ratio.htmlWilson Page2013-09-291-2/+2
| |/
* | Added CNAMEWilson Page2013-09-291-0/+1
|/
* TypoWilson Page2013-09-191-1/+1
|
* Page titleWilson Page2013-09-191-1/+1
|
* Correct typoWilson Page2013-09-191-1/+1
|
* Added link to exampleWilson Page2013-09-191-0/+4
|
* First example addedWilson Page2013-09-191-0/+96
|
* Include exampleWilson Page2013-09-191-1/+0
|
* Correct examplesWilson Page2013-09-171-3/+2
|
* Documentation for .defer()Wilson Page2013-09-171-0/+11
|
* Fix typoWilson Page2013-09-171-1/+1
|
* Fix typoWilson Page2013-09-171-1/+1
|
* Updated readme to describe new clear APIWilson Page2013-09-171-13/+9
|
* Merge pull request #8 from wilsonpage/devWilson Page2013-09-177-70/+129
|\ | | | | Change the way callback context is stored and scheduled jobs are cleared (closes #7)
| * Added context related testWilson Page2013-09-171-0/+20
| |
| * 0.5.0v0.5.0Wilson Page2013-09-163-3/+3
| |
| * Update tests to match new APIWilson Page2013-09-163-9/+32
| |
| * Store unique context for each job, behave closer to setTimeout style APIWilson Page2013-09-161-58/+74
| |
| * Fix merge conflictsWilson Page2013-09-1616-275/+368
| |\ | |/ |/|
* | 0.4.2v0.4.2Wilson Page2013-09-123-3/+3
| |
* | Tests for defer methodWilson Page2013-09-122-0/+25
| |
* | Introduced new defer methodWilson Page2013-09-121-0/+21
| |
* | 0.4.1v0.4.1Wilson Page2013-09-103-3/+3
| |
* | Catch errors inside callbacksv0.4.0Wilson Page2013-09-101-1/+5
| |
* | 0.4.0Wilson Page2013-09-103-6/+6
| |
* | Rename further filesWilson Page2013-09-101-3/+3
| |
* | Grunt no longer requiredWilson Page2013-09-101-14/+0
| |
* | Change name from dombatch to fastdomWilson Page2013-09-107-86/+82
| |
* | 0.3.2v0.3.2Wilson Page2013-08-271-1/+1
| |
* | 0.3.2Wilson Page2013-08-271-1/+1
| |
* | Convert test suit to MochaWilson Page2013-08-275-57/+87
| |
* | Use node 10 againWilson Page2013-08-271-1/+1
| |
* | Rename and move unused filesWilson Page2013-08-273-13/+0
| |
* | Try node 8Wilson Page2013-08-271-1/+1
| |
* | 0.10.x stringWilson Page2013-08-271-1/+1
| |
* | Merge branch 'master' of github.com:wilsonpage/dom-batchWilson Page2013-08-271-1/+1
|\ \
| * | Try lock down to 0.10.0Wilson Page2013-08-271-1/+1
| | |
* | | Roll back buster to v0.6.5Wilson Page2013-08-271-7/+4
|/ /
* | Node version as stringWilson Page2013-08-271-1/+1
| |
* | Correct versionWilson Page2013-08-271-1/+1
| |