aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-12-22Added unit test for uuid generatorJames Drew1-0/+8
2014-11-28added tests and corrected the number functionMichaƂ Kawalec1-1/+34
2014-11-20Fixed male/female split check on findName()Ari Gesher1-0/+6
2014-11-12Have past, future and recent return random datesDaniel Perez Alvarez1-1/+9
2014-09-22[api] [minor] Added default values for more methods. Cleaned up image module....Marak1-2/+2
2014-09-21[api] Removed tree module. This code should be in a separate project.Marak1-108/+0
2014-09-21[api] Added hacker module. Added default values for all methods. Cleaned up e...Marak1-23/+0
2014-09-17[feature] - add faker for currencyMQuy2-7/+17
2014-09-16[api] Add ability to generate contextual data for user names and emails. #68Marak1-8/+6
2014-09-15[tests] [fix] Set locale back to en to make phone test passMarak1-0/+1
2014-09-15[api] [refactor] Removed definitions.js file. All data definitions are now lo...Marak4-112/+50
2014-09-14[refactor] [major] Renamed variable names for consistency Closes #5 Marak12-300/+304
2014-09-13[api] Added Internet.userAgent #16Marak1-0/+7
2014-09-13[api] Added basic financial generators Closes #32Marak2-0/+210
2014-09-11[api] [refactor] Random.number is now powered by node-mersenne instead of Mat...Marak2-13/+1
2014-09-11[api] [refactor] Replaced Math.Random calls with Random.number. Random ranges...Marak3-20/+24
2014-09-10[fix] Do not serialize Dates from Date.random APIs. Dates are now returned as...Marak1-7/+7
2014-09-09Fix random numberMarak1-2/+2
2014-09-09add faker for phone codeMQuy1-0/+7
2014-09-08Fix: faker.Lorem.sentence() was ignoring the 'range' parameter.Foster Hersey2-1/+16
2014-07-23Updates to switch changes over to using 2 args to support min/maxAnthony van der Hoorn1-4/+3
2014-07-22Bug fixes and latest version.FotoVerite2-1/+31
2014-07-22Merge pull request #86 from northernv/fix-future-dateMatthew Bergman1-0/+8
2014-07-22Merge pull request #90 from edshadi/random-number-rangeMatthew Bergman1-0/+22
2014-06-16random number now accepts a range array [min, max].Ed Shadi1-0/+22
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-0/+8
2014-05-17Moving to major new version for change of package name for uppercase to lower...FotoVerite12-343/+343
2014-05-17Adds female and male name methods. #NOTE they will return a random name and w...FotoVerite1-0/+22
2014-05-03improve image test coveragehkal1-9/+79
2014-02-19removes gender tests.FotoVerite1-26/+0
2014-02-17Merge branch 'master' of github.com:cyanos/Faker.js into cyanos-masterFotoVerite4-0/+208
2014-02-17Fixes so build runs.FotoVerite1-7/+7
2014-01-08Add UIFaces to generate random avatarKieu Anh Tuan1-7/+10
2014-01-07Add support to lorempixel image providerKieu Anh Tuan1-0/+35
2013-11-05Add Date functionality: past, future, recent, betweencyanos31-0/+65
2013-11-05My take on separating male and female names. Tests passing, Coverage restored.cyanos32-3/+29
2013-11-05Tree: let the width parameter also be a function that returns an intcyanos31-2/+16
2013-11-05Add random color to Internet.jscyanos31-0/+7
2013-11-05Add tree:cyanos31-0/+96
2013-08-03I forgot how much of stinker zero is in Javascript. Looping tests on finance ...Josef Salyer1-173/+188
2013-07-28added tests and cleaned up at 100% in istanbul (not constantinople)Josef Salyer2-10/+66
2013-07-28added a bunch of test, changed format of many files to match the newer styleJosef Salyer15-0/+8710
2013-05-10Add range param to lorem.sentenceChris Cast1-1/+17
2013-03-19Improve perf by declaring definitions as arraysJoel Fillmore1-3/+0
2013-03-16fix #35: Add latitude/longitude fields (address.geo.[lat/lng])Mikhail Fedosov1-0/+31
2013-03-16js cleanup (jshint)Mikhail Fedosov3-22/+22
2013-03-15fix #42: Email has invalid charactersMikhail Fedosov2-3/+10
2013-01-08adding randomNumber and randomize back to helpers.jsBryan Donovan1-0/+18
2013-01-07allowing all tests to run in browserBryan Donovan11-83/+4202