summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
master1.0.6Wilson Page8 years
origin/0.1First commitWilson Page12 years
origin/0.2COnvert tabs to spacesWilson Page12 years
origin/102-promise-not-deletedFix promise not being deleted from Map after clear (fixes #102)Wilson Page8 years
origin/73-object-assignReplaced Object.assign() with custom mixin()Wilson Page9 years
origin/81-fastdom-promised-ctxFixed incorrect context in fastdom-promised (closes #81)Wilson Page9 years
origin/90-version-compatAdd more intelligent conflict resolution (closes #90)Wilson Page9 years
origin/96-extensions-linksFix broken links (fixes #96)Wilson Page9 years
origin/HEAD1.0.6Wilson Page8 years
origin/dev0.8.0Wilson Page12 years
origin/gh-pagesUpdated Coveralls badge URLWilson Page9 years
origin/issue54Should be allowed to pass and id as a string or a number to .clear()Wilson Page10 years
origin/master1.0.6Wilson Page8 years
origin/v1-betaV1Wilson Page9 years
 
TagDownloadAuthorAge
v1.0.6fastdom-1.0.6.zip  fastdom-1.0.6.tar.gz  fastdom-1.0.6.tar.bz2  Wilson Page8 years
v1.0.5fastdom-1.0.5.zip  fastdom-1.0.5.tar.gz  fastdom-1.0.5.tar.bz2  Wilson Page9 years
v1.0.4fastdom-1.0.4.zip  fastdom-1.0.4.tar.gz  fastdom-1.0.4.tar.bz2  Wilson Page9 years
v1.0.3fastdom-1.0.3.zip  fastdom-1.0.3.tar.gz  fastdom-1.0.3.tar.bz2  Wilson Page9 years
v1.0.2fastdom-1.0.2.zip  fastdom-1.0.2.tar.gz  fastdom-1.0.2.tar.bz2  Wilson Page9 years
v1.0.1fastdom-1.0.1.zip  fastdom-1.0.1.tar.gz  fastdom-1.0.1.tar.bz2  Wilson Page9 years
v1.0.0fastdom-1.0.0.zip  fastdom-1.0.0.tar.gz  fastdom-1.0.0.tar.bz2  Wilson Page9 years
v0.8.6fastdom-0.8.6.zip  fastdom-0.8.6.tar.gz  fastdom-0.8.6.tar.bz2  Wilson Page10 years
v0.8.5fastdom-0.8.5.zip  fastdom-0.8.5.tar.gz  fastdom-0.8.5.tar.bz2  Wilson Page10 years
v0.8.4fastdom-0.8.4.zip  fastdom-0.8.4.tar.gz  fastdom-0.8.4.tar.bz2  Wilson Page12 years
v0.8.3fastdom-0.8.3.zip  fastdom-0.8.3.tar.gz  fastdom-0.8.3.tar.bz2  Wilson Page12 years
v0.8.2fastdom-0.8.2.zip  fastdom-0.8.2.tar.gz  fastdom-0.8.2.tar.bz2  Wilson Page12 years
v0.8.1fastdom-0.8.1.zip  fastdom-0.8.1.tar.gz  fastdom-0.8.1.tar.bz2  Wilson Page12 years
v0.8.0fastdom-v0.8.0.zip  fastdom-v0.8.0.tar.gz  fastdom-v0.8.0.tar.bz2  Wilson Page12 years
0.8.0fastdom-0.8.0.zip  fastdom-0.8.0.tar.gz  fastdom-0.8.0.tar.bz2  Wilson Page12 years
v0.7.1fastdom-0.7.1.zip  fastdom-0.7.1.tar.gz  fastdom-0.7.1.tar.bz2  Wilson Page12 years
v0.6.0fastdom-0.6.0.zip  fastdom-0.6.0.tar.gz  fastdom-0.6.0.tar.bz2  Wilson Page12 years
0.5.1fastdom-0.5.1.zip  fastdom-0.5.1.tar.gz  fastdom-0.5.1.tar.bz2  Wilson Page12 years
v0.5.0fastdom-0.5.0.zip  fastdom-0.5.0.tar.gz  fastdom-0.5.0.tar.bz2  Wilson Page12 years
v0.4.2fastdom-0.4.2.zip  fastdom-0.4.2.tar.gz  fastdom-0.4.2.tar.bz2  Wilson Page12 years
v0.4.1fastdom-0.4.1.zip  fastdom-0.4.1.tar.gz  fastdom-0.4.1.tar.bz2  Wilson Page12 years
v0.4.0fastdom-0.4.0.zip  fastdom-0.4.0.tar.gz  fastdom-0.4.0.tar.bz2  Wilson Page12 years
v0.3.2fastdom-0.3.2.zip  fastdom-0.3.2.tar.gz  fastdom-0.3.2.tar.bz2  Wilson Page12 years
v0.3.1fastdom-0.3.1.zip  fastdom-0.3.1.tar.gz  fastdom-0.3.1.tar.bz2  Wilson Page12 years
v0.3.0fastdom-0.3.0.zip  fastdom-0.3.0.tar.gz  fastdom-0.3.0.tar.bz2  Wilson Page12 years
[...]
 
AgeCommit messageAuthorFilesLines
2017-05-021.0.6HEADv1.0.6origin/masterorigin/HEADmasterWilson Page1-1/+1
2017-05-02Fix fastdom-strict callbacks not being called with context (fixes #108) (#109)Tomer Lahav2-2/+22
2017-04-18Add gzip size badge (#107)Oliver Joseph Ash1-1/+1
2017-04-06Fix promise not being deleted from Map after clear (fixes #102) (#105)Wilson Page1-1/+1
2017-04-04Use "more standard" AMD/CJS detect syntax (#101)Severin Klaus1-2/+2
2016-10-19Removed dependency status badgeAmila Welihinda1-1/+1
2016-10-19Updated examples to es6, added repo badgesAmila Welihinda1-19/+17
2016-09-161.0.5v1.0.5Wilson Page2-2/+2
2016-09-05check if window object is available (#95)Tushar Mathur2-2/+2
2016-08-051.0.4v1.0.4Wilson Page1-1/+1
2016-08-05Pass window into the closureTerrence Tempest Wood4-40/+40
2016-06-171.0.3v1.0.3Wilson Page1-1/+1
2016-06-17Fix promise return values when using sandbox (#85)Keith Pope1-2/+2
2016-06-061.0.2v1.0.2Wilson Page2-2/+2
2016-06-06extract context binding from loop, apply when added (#84)Deryck2-4/+4
2016-05-04Merge pull request #83 from wilsonpage/81-fastdom-promised-ctxWilson Page3-1/+14
2016-05-04Fixed incorrect context in fastdom-promised (closes #81)origin/81-fastdom-promised-ctxWilson Page3-1/+14
2016-02-231.0.1v1.0.1Wilson Page2-2/+2
2016-01-12Merge pull request #78 from kasperisager/global-contextWilson Page1-1/+1
2016-01-12Bind to whichever global context is availableKasper Isager1-1/+1
2016-01-05Removed unused dev-dependencyWilson Page1-1/+0
2016-01-05Updated sizeWilson Page1-1/+1
2016-01-05Added more to bower ignoreWilson Page1-1/+2
2016-01-051.0.0v1.0.0Wilson Page1-1/+1
2016-01-05Merge pull request #77 from wilsonpage/73-object-assignWilson Page3-6/+24
[...]