aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2019-09-11add random product description generatorAshish Rao4-1/+25
2019-09-03fix Chinese first name and last nameJimmy Hu4-457/+457
2019-08-02correct dobra code and symbolG Munguia1-2/+2
2019-06-20feat: added support for generating a random alpha-3 country codekaykhan4-2/+266
2019-04-21Adjust 'pt_BR' city suffixesThiago da Silva1-4/+4
2019-04-21Add 'fr' and 'ja' locale country namesThiago da Silva4-0/+366
2019-04-18Get x dates between two datespbborel1-0/+22
2019-04-04Merge pull request #749 from denizdogan/patch-1Marak1-1/+1
Fix file encoding issue in Farsi locale
2019-04-03fix: lowercase eth addressesA.J. May1-1/+1
Ethereum addresses should be all lowercase. Uppercase chars in ethereum addresses are a sort of optional checksum. If a program is validating ethereum addresses, random capital letters in the hex string will cause the checksum to fail.
2019-02-02Fix for some extension namesRobert burner Schadek5-24/+24
man -> male woman -> female street_preffix -> street_prefix
2019-02-01Fix file encoding issue in Farsi localeDeniz Dogan1-1/+1
Fixes #734
2019-01-24add Japanese lorem dataTomoya AMACHI4-1/+1025
2019-01-03Add gendered italian first names and the most common last namesGe.Nappo6-465/+4044
2018-11-23Update currency symbol of turkish liraSoner Çökmen1-1/+1
2018-11-17adding test casessiwalikm1-2/+5
2018-11-14Add gendered french first namesKevin Roulleau4-92/+953
One may pass an int argument to faker.name.findName(null, null, 1) This is to get a male or female name. But this only works if names are properly saved in distinct files. This commit adds all the french first names found on wikipedia.
2018-11-12adding unit testsiwalikm1-0/+3
2018-11-11recent time - logicsiwalikm1-8/+19
2018-11-10initial commit ✨siwalikm1-0/+23
2018-10-31update last name arabissamWebdeveloper1-150/+78
2018-10-30add of ar name minus last_nameIssam GHARSALLAH6-0/+522
2018-10-28[api] Added vehicle module #555Marak9-0/+259
2018-10-28[api] [refactor] Remove `bindAll` method #376Marak1-26/+16
* Was previously used for `this` scoping issue * Should no longer be needed * Should not cause any issues
2018-10-28[api] [minor] Remove reference to `this`Marak1-1/+1
2018-10-28Merge branch 'master' of https://github.com/chinclubi/faker.jsMarak3-1/+341
2018-10-27[api] [fix] [minor] Remove `this` scope #376Marak1-1/+1
2018-10-27Add 92 range number of MEOSimão1-0/+1
2018-10-25Add date to pt_BRLuiz Strobelt4-0/+111
2018-10-23[api] [minor] Remove `this` reference #718 #376Marak1-2/+1
2018-10-20resolve conflictTyler1-0/+1
2018-10-20merge with masterTyler170-174/+5761
2018-10-20Merge branch 'master' of https://github.com/tylerreichle/faker.js into ↵Tyler1-1/+1
add-vehicle
2018-10-17[api] `faker.fake` should throw error on emptyMarak1-2/+1
* Was previously returning error as string * Throwing errors conforms to existing APIs
2018-10-16Merge remote-tracking branch 'github/master'Maksim Gruzdev44-5/+1259
2018-10-15Bugfix random.shuffle last element.Matt R. Wilson1-3/+10
There was a bug in the implementation of the modern Fisher–Yates algorithm in that `i` was being decremented prematurely in each loop. This caused the last element of the array to never be swapped and therefore remain the last element. Updated doc to denote the provided array is shuffled in place.
2018-10-15Merge pull request #694 from Tomassito/patch-1Marak1-1/+1
Added options schema to JSDocs
2018-10-15Merge pull request #681 from AlbinoDrought/masterMarak1-1/+2
[minor] add "blockchains" as a company.bs_noun
2018-10-14Merge pull request #710 from 07Gond/masterMarak2-2/+36
Improve Canadian local postal code support
2018-10-14Improve pt_PT name prefixesTito Nobre2-3/+5
2018-10-14Improve locale pt_PT with city namesTito Nobre5-0/+164
2018-10-14Improve locale pt_PT with cell_phone formatsTito Nobre3-0/+9
2018-10-14Update pt_PT referencesTito Nobre2-2/+2
2018-10-14Add locale pt_PTTito Nobre34-1/+1045
2018-10-11locale ru: add name.middleName with russian genderMaksim Gruzdev1-0/+21
2018-10-10[fix] Code styling for undefined check #711Marak1-4/+4
2018-10-10style(date): Avoid use of ternary expressions for optional argsDroogans1-4/+20
2018-10-09fix(date): Allow for `refDate` in `soon()`, `recent()`Droogans1-6/+8
Closes #686
2018-10-08Improve Canadian local postal code supportGerson Niño2-2/+36
2018-10-06Added and correctedUtsav Bhardwaj1-10/+11
1.> Added "Telangana" and "Uttarakhand" 2.> Ordered in alphabetical 3.> Corrected the spelling of "Odisha"
2018-10-06Updated and orderedUtsav Bhardwaj1-10/+11
1.> Ordered the state Abbrs 2.> Added some missing abbrs