aboutsummaryrefslogtreecommitdiff
path: root/lib/index.js
AgeCommit message (Expand)AuthorFilesLines
2020-06-10Merge pull request #823 from ashishra0/add-product-descriptionMarak1-1/+1
2019-09-11add random product description generatorAshish Rao1-1/+1
2018-11-12adding unit testsiwalikm1-0/+3
2018-10-28[api] Added vehicle module #555Marak1-0/+4
2018-10-28[api] [refactor] Remove `bindAll` method #376Marak1-26/+16
2018-10-20resolve conflictTyler1-0/+1
2018-10-20merge with masterTyler1-3/+6
2018-10-14Add locale pt_PTTito Nobre1-1/+1
2018-09-24fix: system.directoryPath and system.filePathSimone Sanfratello1-1/+1
2018-09-23Merge pull request #600 from karllhughes/400-zipcode-by-state-1Marak1-1/+1
2018-09-23add git module to libDanielle Adams1-0/+3
2018-01-20Adding test for zipcode by state, basic functionalityKarl Hughes1-1/+1
2017-10-22add direction abbr options with testsTyler1-1/+1
2017-10-21add unit tests and schema desciptionsTyler1-1/+1
2017-10-15add missing semicolonsTyler1-2/+2
2017-10-10add random vehicle option to _definitionsTyler Reichle1-1/+1
2017-10-10add make with model and color generators. additional vin numbersTyler1-1/+1
2017-10-09add vehicle generator and dataTyler1-0/+4
2017-09-08Merge pull request #488 from APIs-guru/masterMarak1-0/+4
2017-09-08Merge branch 'creditCard' of https://github.com/zpiman/faker.jsMarak1-1/+1
2017-09-07hacker phrase module extractdhilt1-1/+1
2017-09-03[api] Added 71 additional gender optionsMarak1-1/+1
2017-08-20[api] [minor] [refactor]`faker.unique` into classMarak1-1/+3
2017-08-20[api] First pass at `faker.unique` moduleMarak1-0/+2
2017-03-08Add 'setLocale' method to solve problem with ES6 importIvan Goncharov1-0/+4
2017-02-26Merge branch 'Mark/origin' into creditCardJakub Mandula1-18/+29
2017-02-21[api] Added bindAll() to Database module #377Marak1-3/+1
2017-02-21Statically bind all module methodsJim Fitzpatrick1-13/+22
2017-02-09Merge remote-tracking branch 'codemanx/master'Marak1-3/+3
2017-02-09[api] [minor] Expose seed option to Faker classMarak1-1/+1
2017-02-09[api] [fix] Typo in require statementMarak1-1/+1
2017-02-09[api] [fix] Ensure database methods are mappedMarak1-0/+1
2017-02-09added Database namespacekulaeff1-0/+3
2016-06-13move credit_card into finance + add to definitionsJakub Mandula1-1/+1
2016-04-07Add IBAN and BIC generator functionsCoDEmanX1-1/+1
2016-04-07Correct spellingCoDEmanX1-2/+2
2016-03-03Install jsdoc and add doclet stubs for all methodsTobias Witt1-0/+4
2016-02-15[api] Rename safe_email -> exampleEmail #301Marak1-1/+1
2016-02-14add faker.internet.safe_emailalexei-lexx1-1/+1
2016-02-06[api] Added concept of "System" moduleMarak1-1/+3
2015-07-21Merge pull request #243 from Aweary/random-seedMarak1-11/+14
2015-07-18Adding generators: faker.date.month(), faker.date.weekday()Michael Radionov1-0/+1
2015-07-15Implemented faker.seed method for randomization seedingBrandon Dail1-11/+14
2015-07-08Merge pull request #234 from portse/masterMarak1-1/+1
2015-07-08[fix] [api] Add back commerce methods.Marak1-0/+3
2015-07-08When the locales were split out (commit: 760e50ff2d04a95c990aff98ab84a6c17fb3...portse1-1/+1
2015-07-08[refactor] [major] Adds incremental browser builds. Switch to using prototype...Marak1-68/+104
2015-07-07[refactor] [dist] Allow for node to require individual locales ( to avoid the...Marak1-0/+90