aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-10-10Add gendered first names to de localehaggys221-0/+2
2019-10-10Add gendered first names to de localehaggys221-2/+2
2019-10-10Add female first names to de localehaggys221-0/+585
2019-10-10Add male first names to de localehaggys221-0/+574
2019-10-09Updated the readme.Steve Atkinson1-0/+2
2019-10-09Added tests for the music faker.Steve Atkinson1-0/+17
2019-10-09Added the Music faker.Steve Atkinson2-0/+26
2019-10-09Added music data for genres.Steve Atkinson3-0/+24
2019-10-04fix: absurd street name in ruAnton Rusak1-1/+0
"речень улиц" seems like a parsing error. It means "List of streets" in Russian
2019-10-04fix: two cities stuck together in ruAnton Rusak1-1/+2
Брянск and Магнитогорск are different cities :)
2019-09-12add transaction description method on finance moduleAshish Rao2-0/+24
2019-09-11add random product description generatorAshish Rao6-1/+38
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 codekaykhan5-2/+277
2019-06-11Create Funding.ymlMarak1-0/+12
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 datespbborel2-0/+35
2019-04-04Merge pull request #749 from denizdogan/patch-1Marak1-1/+1
Fix file encoding issue in Farsi locale
2019-04-03Merge pull request #769 from aj-may/lower-case-eth-addressMarak2-2/+2
fix: lowercase eth addresses
2019-04-03test: check generated ethereum addresses are all lowercaseA.J. May1-1/+1
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-03-21[dist] [fix] [minor] Demo pageMarak1-1/+1
2019-03-21[dist] [fix] [minor] Demo pageMarak1-4/+2
2019-03-01Merge pull request #759 from kud/patch-1Marak1-1/+1
docs(README): fix typo
2019-03-01docs(README): fix typoErwann Mest1-1/+1
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 casessiwalikm2-2/+15
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 testsiwalikm2-0/+19
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 #555Marak11-0/+343
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.jsMarak5-91/+502
2018-10-27[test] [minor] Improving test coverageMarak2-2/+42
2018-10-27[api] [fix] [minor] Remove `this` scope #376Marak1-1/+1
2018-10-27[test] Add `faker.fake` functional tests #386Marak3-34/+111
- Now running all methods through faker.fake - Adds coverage for scope issues #376 - Refactors functional test methods to helper
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