aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-17Merge branch 'master' of github.com:cyanos/Faker.js into cyanos-masterFotoVerite18-111/+6270
Conflicts: Faker.js MinFaker.js Readme.md examples/js/Faker.js package.json
2014-02-17More updating to get things inline.FotoVerite6-30/+58
2014-02-17fixes travis.yml to actually run.FotoVerite1-2/+1
2014-02-17fixes travis.yml to actually run.FotoVerite1-3/+4
2014-02-17Updates location of Faker to FotoVerite.FotoVerite1-2/+2
2014-02-17Fixes so build runs.FotoVerite8-96/+1482
2014-02-17Merge pull request #1 from Marak/masterMatthew Bergman42-1265/+10346
Merging Upstream into master branch
2014-02-17bumps version to 0.5.12FotoVerite1-1/+1
2014-02-17Merge branch 'master' of github.com:passkey1510/Faker.js into passkey1510-masterFotoVerite3-0/+107
2014-02-17Merge pull request #65 from dmamills/masterMatthew Bergman1-0/+5
add travis file
2014-02-17Merge pull request #67 from gdi2290/patch-1Matthew Bergman1-2/+2
update copyright year
2014-02-03update copyright yearPatrickJS1-2/+2
2014-01-08Add UIFaces to generate random avatarKieu Anh Tuan2-40/+55
2014-01-07Add support to lorempixel image providerKieu Anh Tuan3-0/+92
2013-12-08Merge branch 'master' of github.com:dmamills/Faker.jsdmamills0-0/+0
2013-12-08[Version, hot-fix] working 0.5.11dmamills5-92/+97
2013-11-05Merge branch 'master' of https://github.com/cyanos/Faker.jscyanos32-2/+2
Conflicts: Faker.js MinFaker.js Readme.md examples/js/Faker.js
2013-11-05Add Date functionality: past, future, recent, betweencyanos37-92/+374
Includes build
2013-11-05Build containing male/female separationJay Liu4-46/+93
2013-11-05Remove extraneous filescyanos32-5498/+0
2013-11-05My take on separating male and female names. Tests passing, Coverage restored.cyanos37-115/+137
2013-11-05Merge pull request #1 from richardbutler/masterJay Liu9-11/+11052
Split male and female names to two groups; add random gender
2013-11-05Update build with Tree module supporting width functionJay Liu3-5/+27
2013-11-05Merge branch 'master' of https://github.com/cyanos/Faker.jscyanos34-90/+112
2013-11-05Tree: let the width parameter also be a function that returns an intcyanos32-4/+29
2013-11-05Update build with (working) Tree moduleJay Liu4-90/+112
2013-11-05Refactor tree so that it will work with the module model. (Not working at ↵cyanos31-50/+47
all prior)
2013-11-05Adding Internet.color to buildJay Liu4-20/+40
2013-11-05Add random color to Internet.jscyanos32-0/+17
2013-11-05Include Tree in buildJay Liu4-16/+111
2013-11-05Add tree:cyanos33-0/+164
createTree(depth, width, obj) where - depth is the distance from the root to the farthest node - width is the number of children to add to each node - each property/value pair in obj contains a value that will be evaluated to get the final result. The property that contains the array of child nodes should have the value of "__RECURSE__"
2013-08-03I forgot how much of stinker zero is in Javascript. Looping tests on finance ↵Josef Salyer2-177/+193
should no longer fail
2013-08-03fixed linting issues in lib/finance. TODO: automate this as part of the tests?Josef Salyer1-63/+61
2013-07-28updated Readme.mdJosef Salyer1-3/+3
2013-07-28updated Readme.mdJosef Salyer1-1/+103
2013-07-28added tests and cleaned up at 100% in istanbul (not constantinople)Josef Salyer4-20/+73
2013-07-28added a bunch of test, changed format of many files to match the newer styleJosef Salyer41-1345/+10465
2013-06-27Pretty print names filesRichard Butler3-3/+5499
2013-06-27Update package.jsonRichard Butler1-1/+1
2013-06-27Update package.jsonRichard Butler1-2/+2
2013-06-27Add gender to name classRichard Butler1-4/+8
2013-06-27Add random genderRichard Butler1-0/+4
2013-06-27Split male and female names into two groupsRichard Butler8-5/+5542
2013-06-12[Version, hot-fix] working 0.5.11FotoVerite4-92/+92
2013-06-12Revert "Merge pull request #59 from rschmukler/this-fix"FotoVerite6-37/+37
This reverts commit dceaccf2ca2c2ff217436404c41f2bf69f7577f6, reversing changes made to 1d28802e388277a6b75efbaa1589027879df101f.
2013-06-12[util] merged in chrisocast changes, updated build and version.FotoVerite5-10/+29
2013-06-12[build] new build created for version 0.5.9FotoVerite3-91/+91
2013-06-12Merge branch 'master' of https://github.com/Marak/Faker.jsFotoVerite6-37/+37
2013-06-12[Version] bumped versionFotoVerite1-1/+1
2013-06-11Merge pull request #59 from rschmukler/this-fixMatthew Bergman6-37/+37
Use of this keyword can break in wrong context