aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2015-07-07[refactor] [dist] Allow for node to require individual locales ( to avoid the...Marak1-2/+2
2015-07-06[merge] Commerce implementationMarak2-1/+115
2015-07-06[merge] country_code branchMarak1-4/+14
2015-07-05[fix] [minor] TypoMarak1-5/+8
2015-07-05[merge] [api] Add name.jobTitleMarak3-1/+20
2015-07-05Merge pull request #219 from jrfferreira/masterMarak1-0/+7
2015-07-04[api] [fix] Remove tabs from paragraph generation. Make paragraph separator c...Marak1-2/+2
2015-06-13Fixing method name references to mac generator in testsJoão Ferreira1-1/+1
2015-06-13Including a MAC Address generatorJoão Ferreira1-0/+7
2015-06-11Merge pull request #164 from dmamills/masterMarak1-0/+38
2015-06-11add faker.name.title() testsIvan Velasquez1-0/+12
2015-06-11resolves #176 Add random boolean generatorAlan Shaw1-0/+7
2015-06-10Adding test for negative minimum and max = 0Phil Greenberg1-0/+5
2015-06-10Fixing bug in random.number when max = 0Phil Greenberg1-1/+17
2015-06-04Fix issue Marak/faker.js#214 with shuffle()Sherman Mui1-0/+10
2015-04-11Fix random number unit test specEvan Sharp1-1/+1
2015-03-12Adjusted the random test on an object as the random number generator is inclu...rob.scott1-1/+1
2015-03-10Add Commerce functions from https://github.com/stympy/faker into javascriptrob.scott2-1/+115
2015-01-25added protocol() and url()Daniel Mills1-0/+38
2014-12-22Added unit test for uuid generatorJames Drew1-0/+8
2014-12-09Add new jobTitle function to name object.JKillian3-1/+23
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-10-27adds ability to get random country code and tests.FotoVerite1-4/+14
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