aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-05-17Moving to major new version for change of package name for uppercase to lower...FotoVerite10-111/+111
2014-05-17Adds female and male name methods. #NOTE they will return a random name and w...FotoVerite1-0/+9
2014-05-17Merge pull request #80 from hkal/remove_gender_related_filesMatthew Bergman2-2/+0
2014-05-04remove gender related files:hkal2-2/+0
2014-05-03functions should reference current literal:hkal1-13/+13
2014-02-19Removes gender. Score 1 for non binary fake data.FotoVerite2-0/+2
2014-02-19reverts f2f37f8FotoVerite3-33/+5
2014-02-17Merge branch 'master' of github.com:cyanos/Faker.js into cyanos-masterFotoVerite6-79/+228
2014-02-17Fixes so build runs.FotoVerite3-54/+1318
2014-01-08Add UIFaces to generate random avatarKieu Anh Tuan1-33/+45
2014-01-07Add support to lorempixel image providerKieu Anh Tuan1-0/+56
2013-11-05Add Date functionality: past, future, recent, betweencyanos31-0/+42
2013-11-05Remove extraneous filescyanos32-5498/+0
2013-11-05My take on separating male and female names. Tests passing, Coverage restored.cyanos34-109/+105
2013-11-05Merge pull request #1 from richardbutler/masterJay Liu5-9/+5533
2013-11-05Tree: let the width parameter also be a function that returns an intcyanos31-2/+13
2013-11-05Refactor tree so that it will work with the module model. (Not working at all...cyanos31-50/+47
2013-11-05Add random color to Internet.jscyanos31-0/+10
2013-11-05Add tree:cyanos31-0/+67
2013-06-27Pretty print names filesRichard Butler2-2/+5498
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 Butler5-5/+25
2013-06-12Revert "Merge pull request #59 from rschmukler/this-fix"FotoVerite6-37/+37
2013-06-12[util] merged in chrisocast changes, updated build and version.FotoVerite1-2/+3
2013-06-05Switched from this to var name to avoid context issuesRyan Schmukler6-37/+37
2013-05-10Add range param to lorem.sentenceChris Cast1-3/+4
2013-03-19Improve perf by declaring definitions as arraysJoel Fillmore4-174/+130
2013-03-16fix #35: Add latitude/longitude fields (address.geo.[lat/lng])Mikhail Fedosov2-8/+34
2013-03-15[fix] fixes address module switch casesFotoVerite1-3/+3
2013-03-15fix #42: Email has invalid charactersMikhail Fedosov2-3/+12
2013-01-16fixed typo for windows machinesFotoVerite1-1/+1
2013-01-08adding randomNumber and randomize back to helpers.jsBryan Donovan1-0/+10
2013-01-07commenting out faker closure to get browser test to workBryan Donovan1-112/+150
2013-01-07renaming array_rand to array_elementBryan Donovan4-26/+26
2013-01-07100% test coverage.Bryan Donovan4-40/+40
2013-01-07phone number testsBryan Donovan3-9/+15
2013-01-07lorem.js testsBryan Donovan1-28/+33
2013-01-07style changeBryan Donovan1-64/+68
2013-01-07linting and getting address.js to 100% test coverageBryan Donovan1-1/+1
2013-01-07cleanup old codeBryan Donovan1-46/+0
2013-01-07working browser testBryan Donovan2-7/+93
2013-01-07using this instead of _name for internal referencesBryan Donovan1-3/+3
2013-01-07making company.suffixes a functionBryan Donovan1-2/+4
2013-01-07namespacing with 'Faker'Bryan Donovan4-37/+35
2013-01-07lower-casing modulesBryan Donovan1-7/+7
2013-01-07brState() testsBryan Donovan2-6/+12
2013-01-06tests for streetAddress()Bryan Donovan2-6/+8
2013-01-06initial address.unit.jsBryan Donovan5-21/+22
2013-01-05refactoring to use random.jsBryan Donovan2-10/+17