aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-09-11[api] [refactor] Random.number is now powered by node-mersenne instead of Mat...Marak1-2/+4
2014-09-11[api] [refactor] Replaced Math.Random calls with Random.number. Random ranges...Marak5-14/+37
2014-09-10[fix] Do not serialize Dates from Date.random APIs. Dates are now returned as...Marak1-5/+5
2014-09-09Fix random numberMarak1-1/+1
2014-09-09Remove this scope from new phone codesMarak1-1/+1
2014-09-09add faker for phone codeMQuy3-1/+10
2014-09-08Fix: faker.Lorem.sentence() was ignoring the 'range' parameter.Foster Hersey1-1/+1
2014-09-08refactor avatar url to reduce size of definitionsMQuy1-1267/+1275
2014-09-08Removed "this" from functions, breaks mixinsgoliatone7-52/+54
2014-08-13Merge pull request #95 from avanderhoorn/random-updateMatthew Bergman1-6/+5
2014-08-13Fix context of findNameJuan Pablo1-3/+3
2014-07-23Updates to switch changes over to using 2 args to support min/maxAnthony van der Hoorn1-6/+5
2014-07-22Bug fixes and latest version.FotoVerite2-8/+12
2014-07-22Merge pull request #86 from northernv/fix-future-dateMatthew Bergman1-1/+1
2014-07-22Merge pull request #90 from edshadi/random-number-rangeMatthew Bergman1-2/+6
2014-06-16random number now accepts a range array [min, max].Ed Shadi1-2/+6
2014-06-16added hours in date.recent. Currently the code returns date in past minutes. ...Ed Shadi1-1/+1
2014-05-21Ensure Date.future returns a date in the future.Shane A. Stillwell1-1/+1
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-08-03I forgot how much of stinker zero is in Javascript. Looping tests on finance ...Josef Salyer1-4/+5
2013-08-03fixed linting issues in lib/finance. TODO: automate this as part of the tests?Josef Salyer1-63/+61
2013-07-28added tests and cleaned up at 100% in istanbul (not constantinople)Josef Salyer2-10/+7
2013-07-28added a bunch of test, changed format of many files to match the newer styleJosef Salyer10-471/+603
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