aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-11-29Merge pull request #144 from FLamparski/make-valid-coloursMarak1-1/+7
2014-11-28added tests and corrected the number functionMichał Kawalec1-5/+4
2014-11-28precision changes precision and max doesn't modify options objectMichał Kawalec1-10/+13
2014-11-20Fixed male/female split check on findName()Ari Gesher1-2/+2
2014-11-19Ensure that colours are always of the form #RRGGBBFilip Wieland1-1/+7
2014-11-12Have past, future and recent return random datesDaniel Perez Alvarez1-3/+17
2014-10-21[fix] ru locale now works with name.firstName and name.lastName methods #132Marak1-2/+23
2014-09-22[fix] Rename state_abbr to stateAbbrMarak1-1/+1
2014-09-22[api] [minor] Add back state_abbr.Marak1-0/+4
2014-09-22[fix] Date.past #110Marak1-1/+1
2014-09-22[dist] Updated browser example. Moved browser example into new directory.Marak1-0/+0
2014-09-22[api] [minor] Added default values for more methods. Cleaned up image module....Marak6-17/+29
2014-09-22[data] Added locale titlesMarak27-22/+27
2014-09-21[api] Added internet.password method using `password-generator` library.Marak1-0/+9
2014-09-21[api] Removed tree module. This code should be in a separate project.Marak1-73/+0
2014-09-21[api] Added hacker module. Added default values for all methods. Cleaned up e...Marak8-14/+76
2014-09-17[feature] - add faker for currencyMQuy3-4/+707
2014-09-16[api] Add ability to generate contextual data for user names and emails. #68Marak3-10/+41
2014-09-16[fix] Prevented emails and userNames from including generally unacceptable ch...Tim Oxley1-5/+4
2014-09-15replaced string[index] with charAt - issue 91beastlike1-2/+2
2014-09-15[api] Require all locales by defaultMarak1-13/+28
2014-09-15[api] [refactor] Removed definitions.js file. All data definitions are now lo...Marak17-1521/+1371
2014-09-14[refactor] [major] Renamed variable names for consistency Closes #5 Marak9-202/+179
2014-09-14[api] First pass at adding localization data definitions. #116Marak28-0/+39155
2014-09-13[api] Added Internet.userAgent #16Marak1-1/+6
2014-09-13[api] Added basic financial generators Closes #32Marak3-1/+87
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