aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-07-19refactor(name.findName): rename to fullName (#1127)Leyla Jähnig2-7/+109
2022-07-12chore: cleanup gender list for en locale (#1146)Hanna1-3/+3
2022-07-01feat(locales.en): extend vehicle (#1102)duvall1-4/+4
2022-06-30chore: testing unpredictable emails and usernames (#1115)Kris1-7/+14
2022-06-29chore(deps): update doc-dependencies (#1110)renovate[bot]1-8/+7
2022-06-18feat: add abbreviations to `hacker.abbreviation()` in the `en` locale (#1086)Eric Cheng1-6/+6
2022-06-18test: migrate datatype to test snapshots (#875)ST-DDT49-1889/+2230
2022-06-18refactor(name.findName): allow prefix and suffix (#1080)Leyla Jähnig1-3/+3
2022-06-16refactor(phone): rename phoneNumber to number (#1063)Leyla Jähnig2-1/+19
2022-06-16chore(deps): switch to tsx (#1076)Shinigami1-1/+1
2022-06-14feat: throw error on unknown locale (#1071)Shinigami1-0/+18
2022-06-10test: improve internet tests (#1045)Shinigami1-3/+5
2022-06-05feat: science module (#1014)Eric Cheng1-0/+148
2022-05-25feat: add music.songName (#996)Wing Leung1-1/+20
2022-05-25fix: Luhn generation algorithms and tests (#980)Eric Cheng4-29/+11
2022-05-23feat: reimplement datatype.bigInt (#791)Shinigami1-7/+90
2022-05-22feat: color module (#801)Harsohail Brar3-2/+477
2022-05-22test: improve luhn checks (error messages only) (#981)ST-DDT2-31/+29
2022-05-22feat: allow banned as string (#819)Shinigami1-0/+74
2022-05-21feat: add casing option (#955)Shinigami1-6/+55
2022-05-21feat: use localized fake pattern in street (#966)ST-DDT2-9/+10
2022-05-21feat(internet): HTTP random status code (#945)johge2011-0/+36
2022-05-17feat: add date.birthdate (#962)ST-DDT1-0/+152
2022-05-17chore: ignore some lint warnings in tests (#961)ST-DDT2-0/+3
2022-05-07feat: support locale definitions directly from faker.fake (#884)ST-DDT1-2/+34
2022-05-05fix: typo in error message (#925)Andrey Azov1-1/+1
2022-05-04test: ensure working examples and no console spam (#908)ST-DDT3-1/+130
2022-05-04refactor!: remove deprecations (#916)Shinigami6-916/+10
2022-05-04fix: empty array passed into helpers.arrayElements (#921)c0per1-0/+12
2022-05-03refactor!: get rid of export = (#849)Shinigami1-5/+21
2022-05-03refactor!: reorganize src folder (#909)Shinigami4-4/+4
2022-05-02fix: replace deprecated arrayElement calls (#903)Shinigami2-4/+5
2022-05-01test: add tests (#894)Shinigami1-0/+10
2022-05-01refactor: move some random methods to helpers (#892)Shinigami2-4/+53
2022-05-01feat: return seed value from seed() (#853)Shinigami24-95/+46
2022-04-30feat: add creditCardIssuer (#888)beninsydney1-1/+11
2022-04-30feat: separate methods for object key value (#503)Leyla Jähnig2-0/+40
2022-04-29test: simplify seeded address tests (#889)ST-DDT1-133/+33
2022-04-28chore: remove deprecated methods from fake tests (#885)ST-DDT1-2/+2
2022-04-27fix: address.nearbyGPSCoordinate (#876)Shinigami1-114/+74
2022-04-26feat: faker.helpers.maybe (#874)Shinigami1-0/+26
2022-04-25test: add seeded tests for random (#868)ST-DDT1-351/+456
2022-04-24feat: random numeric (#797)Shinigami1-1/+77
2022-04-23feat: configure eol character for git.commitEntry (#681)Leyla Jähnig1-1/+31
2022-04-22test: use consistent assertion functions (#852)Shinigami17-219/+233
2022-04-22feat: resettable unique store (#800)Shinigami1-0/+16
2022-04-22test: strengthen price regex tests (#865)ST-DDT2-2/+2
2022-04-21fix: dont log deprecations on startup (#857)Shinigami1-1/+20
2022-04-20docs: fix lost description texts (#836)ST-DDT2-11/+16
2022-04-19chore: prefer string templates over string concatenation (#732)Piotr Kuczynski2-67/+81