aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2022-04-05chore: fix finance.iban warnings (#781)ST-DDT1-11/+3
2022-04-05feat: add os. as street prefix for pl (#640)Krychaxp1-1/+1
2022-04-05feat: use street address templates from locales (#754)ST-DDT36-74/+178
2022-04-05fix: use `\n` as default separator for lorem.paragraphs() (#783)ST-DDT1-3/+2
2022-04-05chore: simplify lorem.sentences() (#784)ST-DDT1-4/+1
2022-04-05chore: additional domain suffixes added for GB locale (#253)doughlass1-1/+21
2022-04-05refactor(address.countryCode): signature (#588)Leyla Jähnig1-17/+4
2022-04-05refactor(helpers.shuffle): remove unused default value (#698)Leyla Jähnig1-5/+3
2022-04-05feat: add Lastname - Bhadresha, Jangid, Suthar (#243)Bharat D Bhadresha1-0/+3
2022-04-05feat: append more korean dataset and delete wrong dataset (#573)hyesung oh3-3/+10
2022-04-05feat: add more arabic names dataset (#655)wael4-0/+32
2022-04-05feat: add some en locale city prefixes and suffixes (#685)Eric Cheng2-1/+15
2022-04-05feat: add some en locale product names (#686)Eric Cheng1-0/+8
2022-04-04refactor: remove inconsistent defaults from internet.password() (#767)ST-DDT1-16/+12
2022-04-04fix: random word fails on undefined (#771)ST-DDT1-1/+1
2022-04-04chore: fix mustache type warning and add some tests (#753)ST-DDT1-10/+7
2022-04-03chore: deprecate name.title() in favor of name.jobTitle() (#766)ST-DDT1-19/+12
2022-04-03chore: address zipCodeByState fix types (#760)ST-DDT10-23/+7
2022-04-03refactor: rename hexaDecimal to hexadecimal (#764)Piotr Kuczynski3-6/+32
2022-04-02chore: fix warning in helpers replaceCreditCardSymbols (#755)ST-DDT1-4/+1
2022-04-01chore: remove invalid country code files (#752)ST-DDT6-513/+2
2022-04-01chore: remove useless fallback to undefined (#749)ST-DDT1-2/+2
2022-04-01refactor(address): drop local references of faker modules (#748)Leyla Jähnig1-15/+6
2022-04-01fix: deterministic results for address.nearbyGPSCoordinate (#737)Leyla Jähnig1-1/+7
2022-04-01chore: removed outcommented dead code in commerce.ts (#745)Kirill Fedorenko1-28/+0
2022-03-31feat: FakerError (#718)Leyla Jähnig8-10/+24
2022-03-31fix: datatype.number when min = max + precision, throw when max > min (#664)Piotr Kuczynski3-26/+20
2022-03-31chore: move vendor to utils and update license notes (#738)Piotr Kuczynski7-361/+355
2022-03-29fix: remove doubled extension in system.filePath (#300)Piotr Kuczynski1-2/+3
2022-03-29docs: update faker.fake documentation (#709)Piotr Kuczynski1-15/+25
2022-03-29docs: add jsdoc examples to faker.word (#717)Piotr Kuczynski1-14/+42
2022-03-28fix: fake behavior with special replacement patterns (#688)ST-DDT1-14/+8
2022-03-28fix: Vehicle vin is always 17 characters long (#320)Demi - Alvaro Martinez de Miguel1-1/+1
2022-03-28chore: use a standardized deprecated function (#689)Shinigami5-64/+153
Co-authored-by: pkuczynski <[email protected]>
2022-03-28chore: improve readability and type safety for loadDefinitions (#269)ST-DDT1-26/+23
2022-03-28fix: force passed locales into faker constructor (#580)Jason Papakostas1-3/+15
Co-authored-by: Shinigami92 <[email protected]>
2022-03-28refactor: drop usage of `fake` for internal calls (#703)Piotr Kuczynski4-54/+55
2022-03-28docs: mention template literals in fake docs (#701)ST-DDT1-1/+4
Co-authored-by: Leyla Jähnig <[email protected]>
2022-03-27fix: replaced placeimg.com on loremflickr.com (#692)Andrew Molchanov1-48/+48
2022-03-26chore: replace substr with substring (#678)Shinigami1-1/+1
2022-03-26refactor: replace intern use of helper.randomize (#687)Leyla Jähnig2-3/+7
2022-03-26refactor(address.secondaryAddress): use local definition (#680)Leyla Jähnig1-2/+3
2022-03-25refactor: use number tuple as input for coordinate (#668)Shinigami1-50/+73
2022-03-25refactor: use smart eqeqeq null checks (#650)Shinigami14-48/+40
2022-03-25refactor: deprecate time.recent (#661)Shinigami1-1/+12
2022-03-25refactor: date accept number input (#670)Leyla Jähnig1-27/+20
2022-03-24fix: only return word with desirable alpha characters (#654)Shinigami1-4/+30
2022-03-24fix: name module gender (#644)Shinigami2-150/+146
2022-03-24fix: solve various todos (#649)Shinigami4-22/+14
2022-03-24refactor: set seed directly (#563)ST-DDT3-20/+9