aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2014-09-11[api] [refactor] Random.number is now powered by node-mersenne instead of ↵Marak1-2/+4
Math.random() #48
2014-09-11[api] [refactor] Replaced Math.Random calls with Random.number. Random ↵Marak5-14/+37
ranges are now inclusive of max instead of exclusive. #88 #48
2014-09-10[fix] Do not serialize Dates from Date.random APIs. Dates are now returned ↵Marak1-5/+5
as Date objects. #93
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
Conflicts: lib/definitions.js
2014-09-08Fix: faker.Lorem.sentence() was ignoring the 'range' parameter.Foster Hersey1-1/+1
Conflicts: lib/lorem.js
2014-09-08refactor avatar url to reduce size of definitionsMQuy1-1267/+1275
2014-09-08Removed "this" from functions, breaks mixinsgoliatone7-52/+54
Conflicts: lib/name.js
2014-08-13Merge pull request #95 from avanderhoorn/random-updateMatthew Bergman1-6/+5
Updates to switch changes over to using 2 args to support min/max
2014-08-13Fix context of findNameJuan Pablo1-3/+3
Using this, you could change the context of the method, and an error was sent. By removing the context and using _name, this does not happen.
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
Ensure Date.future returns a date in the future.
2014-07-22Merge pull request #90 from edshadi/random-number-rangeMatthew Bergman1-2/+6
random number now accepts a range array [min, max].
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
random days could return 0 so modified the test to reflect <= current date.
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 ↵FotoVerite10-111/+111
lowercase.
2014-05-17Adds female and male name methods. #NOTE they will return a random name and ↵FotoVerite1-0/+9
working as intended.
2014-05-17Merge pull request #80 from hkal/remove_gender_related_filesMatthew Bergman2-2/+0
remove gender related files
2014-05-04remove gender related files:hkal2-2/+0
* removed files relating to gender * removed an esoteric `import.js` file which did not seem to be used
2014-05-03functions should reference current literal:hkal1-13/+13
* fixes error: 'Uncaught ReferenceError: image is not defined Faker.js:275'
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
Conflicts: Faker.js MinFaker.js Readme.md examples/js/Faker.js package.json
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
Includes build
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
Split male and female names to two groups; add random gender
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 ↵cyanos31-50/+47
all prior)
2013-11-05Add random color to Internet.jscyanos31-0/+10
2013-11-05Add tree:cyanos31-0/+67
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 Salyer1-4/+5
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-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
This reverts commit dceaccf2ca2c2ff217436404c41f2bf69f7577f6, reversing changes made to 1d28802e388277a6b75efbaa1589027879df101f.
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