aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2021-07-21Update last_name.jsJohn Franey1-0/+1
Add "Franey" as a last name. It's a good name! Anyone would be lucky to have it.
2021-07-01fix typoJean-Marc Prevost1-2/+2
2021-07-01Improve swedish names and job titlesVilhelm Melkstam9-129/+547
2021-06-05change domainWord generation algorithm to <adjective>-<noun>Andrii Kostenko1-1/+1
2021-05-30Merge pull request #1171 from van100j/macedonian_localeMarak39-0/+2829
Macedonian locale
2021-05-28feat: add uniqueArray helper functionHanna Walter1-0/+29
2021-05-25Merge pull request #1170 from wise-introvert/feature/indian-address-upgradeMarak3-1/+1226
[FEATURE] Upgrade Indian address capabilities
2021-05-25Merge branch 'feature/word-types' of https://github.com/ad-walker/faker.jsMarak11-1/+14949
2021-05-25Ensure that both open and close tags are presentMarak1-1/+1
2021-05-19Updated comments to include JSDoc fieldsAdam Walker1-36/+77
2021-05-19Removed seed call from unit testsAdam Walker2-2/+2
2021-05-19Revert formatting changes to lib/index.js made by prettierAdam Walker1-8/+8
2021-05-19Add remaining methods and libs from feature request.Adam Walker11-29/+7624
2021-05-19Initial commit of word.noun and word.verbAdam Walker6-7/+7319
2021-05-17Make linter happyVancho Stojkov2-6/+6
2021-05-17Add mk locale filesVancho Stojkov1-0/+1
2021-05-17Add mk companyVancho Stojkov4-0/+16
2021-05-16Correct weekdaysVancho Stojkov1-7/+7
2021-05-15Add mk internetVancho Stojkov4-0/+24
2021-05-15Add mk dateVancho Stojkov4-0/+111
2021-05-15Add mk nameVancho Stojkov14-0/+1602
2021-05-15Add mk phone numberVancho Stojkov3-0/+15
2021-05-15Add mk cell phoneVancho Stojkov3-0/+8
2021-05-15Init mk locale, add mk addressVancho Stojkov12-0/+1052
2021-05-14 feat: upgrade indian address capabilitiesWise Introvert3-1/+1226
2021-04-07Merge pull request #1141 from glyad/feature/add-hebrew-localizationMarak50-0/+4031
Аdd Hebrew localization
2021-04-07Merge pull request #1146 from spike008t/patch-1Marak1-2/+2
Remove tailing quote
2021-04-07Avoid ES6 syntax for nowBrock Fanning1-1/+1
2021-04-03Merge branch 'master' into feature/add-hebrew-localizationDavid Kossoglyad159-29193/+36751
2021-03-30Adds back missing file extensions #1153Marak1-9/+12
Issue introduced by #985
2021-03-27Reverts changes from #985 Closes #1148Marak1-20/+60
Removes duplicate `en` require This is a quick copy and paste solution to revert We’ll want to go back here and refactor this again
2021-03-24Give each faker instance its own random number generatorCharles Lowell4-9/+39
Currently, every Faker instance shares the same random number generator instance which means that to seed one faker instance is to seed them all. This can result in duplicate data being generated all over the place. This just extracts the public API of the mersenne twister found in `vendor/mersenne.js` and creates a single instance of it per faker. This implementation is a tad sub-optimal since calling `seed()` on a faker instance will result in two redundant calls to `mersenne.init_genrand()`: one in `random.js` and the other in `datatype.js`. It would probably be more DRY to create the mersenne instance once in faker and then pass it into to the `Random` and `Datatype` instances, however, this takes the strategy of the smallest possible API change.
2021-03-24Remove tailing quoteTieu Philippe KHIM1-2/+2
Remove tailing quote on Mauricette
2021-03-22Fixes linting for `./lib/locales/`Marak109-30654/+30654
2021-03-22Linting fixes for `./lib`Marak16-535/+535
2021-03-22Fixes linting for commerce.jsMarak1-16/+16
2021-03-22Fixes linting for address.jsMarak1-105/+105
2021-03-19Merge pull request #1118 from Moosh-be/fr_BEMarak31-0/+7467
fr_BE
2021-03-19Merge pull request #985 from makepanic/issues/822Marak2-111/+118
perf(system): improve commonFileName, commonFileExt, fileType, directoryPath performance
2021-03-19Merge pull request #1135 from MoonWalker0/patch-2Marak3-410/+415
Create female/male_first_name.json in pl locale
2021-03-19Fix index generationOleksandrYehorov1-1/+1
2021-03-18Improve faker.random.arrayElements performanceOleksandrYehorov1-6/+12
2021-03-18perf(system): improve commonFileName, commonFileExt, fileType, directoryPath ↵Christian2-111/+118
performance fixes #822
2021-03-18Merge branch 'master' into feature/add-hebrew-localizationDavid Kossoglyad214-5321/+21135
2021-03-18chore: WIPDavid Kossoglyad1-50/+9
2021-03-16Add ko address.postcode formatgreatSumini1-1/+2
2021-03-11Renamed male_first_name from json to jsMoonWalker01-0/+0
2021-03-11Renamed female_first_name from json to jsMoonWalker01-1/+1
2021-03-11Fix of male_first_name.jsonMoonWalker01-2/+2
2021-03-11Fix of female_first_name.jsMoonWalker01-1/+1