aboutsummaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)AuthorFilesLines
2022-08-29refactor(address): update deprecation warning (#1314)Shinigami1-2/+3
2022-08-28docs(datatype): fix hexadecimal jsdoc (#1308)Eric Cheng1-1/+1
2022-08-28fix(datatype): unintentional hex breaking change (#1306)Eric Cheng5-12/+26
2022-08-25refactor(helpers): deprecate repeatString (#1299)Leyla Jähnig1-7/+12
2022-08-22feat(company): move name formats to locales (#1293)Guilherme Minozzi1-7/+10
2022-08-22feat(name): add sexType method (#1289)Shinigami1-0/+10
2022-08-19feat(name): extract sex generator from gender to sex (#1168)Hanna1-6/+27
2022-08-15refactor(git): reduce code duplication and follow code style (#1271)ST-DDT1-36/+9
2022-08-13docs: fix typo in fake examples (#1268)ST-DDT2-2/+2
2022-08-13docs(commerce): add missing `@see` (#1269)ST-DDT1-0/+2
2022-08-10feat: `datatype.hexadecimal` signature change (#1238)Eric Cheng4-9/+46
2022-08-08feat(image): add image via.placeholder provider (#1186)Adegoke Temitope2-0/+104
2022-08-05chore(address): remove obsolete TODO (#1234)ST-DDT1-1/+0
2022-08-04docs: fixed inconsitency in @see usage in jsdoc (#1224)Hanna4-11/+11
2022-08-04feat(system.networkInterface): add networkInterface faker (#1133)Andrew Titmuss1-0/+69
2022-08-01fix(finance.bic): remove hardcoded elements and simplify function (#1171)Hanna1-18/+14
2022-08-01chore: rename Gender to Sex (#1163)Hanna1-40/+66
2022-07-30test: ensure jsdoc deprecated tag to have a message (#1213)ST-DDT1-1/+1
2022-07-30chore: deprecate address.streetPrefix and suffix (#1053)ST-DDT2-1/+20
2022-07-30refactor(company.name): deprecate `format` parameter (#1212)Guilherme Minozzi1-1/+10
2022-07-30feat: add rodent breed on animal 'en' locale (#1136)Nahum Gamaliel Santana1-0/+12
2022-07-30refactor(fake): move to `helpers` (#1161)Leyla Jähnig4-97/+154
2022-07-30chore(user-agent): fix linter warnings (#1174)Leyla Jähnig1-88/+121
2022-07-22refactor(company): rename companyName to name (#1166)Guilherme Minozzi2-3/+27
2022-07-20chore(linting): add naming convention rule (#1170)Leyla Jähnig2-0/+5
2022-07-19docs(name): use single quotes in examples and English as result (#1167)Hanna1-7/+7
2022-07-19feat(system.fileName): file extension count (#1101)Leyla Jähnig1-4/+28
2022-07-19refactor(name.findName): rename to fullName (#1127)Leyla Jähnig1-4/+41
2022-06-18refactor(name.findName): allow prefix and suffix (#1080)Leyla Jähnig1-19/+19
2022-06-18chore(random.alpha): remove todo comment (#1089)Leyla Jähnig1-1/+0
2022-06-18docs: deprecation workflow (#1067)Leyla Jähnig4-18/+23
2022-06-17chore(unsplash): deprecate unused const (#1046)Eric Cheng1-9/+13
2022-06-16refactor(phone): rename phoneNumber to number (#1063)Leyla Jähnig2-3/+26
2022-06-16chore(lorempixel.avatar): deprecate (#1069)Eric Cheng1-1/+11
2022-06-16chore(unsplash.avatar): deprecate (#1062)Leyla Jähnig1-1/+11
2022-06-16chore(lorempicsum.avatar): deprecate (#1065)Leyla Jähnig1-1/+11
2022-06-10chore: replace setToArray() with Array.from (#1050)Kris1-22/+2
2022-06-10chore: deprecate cityPrefix and citySuffix (#1041)ST-DDT1-0/+20
2022-06-05feat: science module (#1014)Eric Cheng1-0/+71
2022-06-04feat: always use https for loremflickr (#1034)Bob Fanger1-55/+48
2022-06-03docs: fix faker.datatype.number document (#1035)Masashi Oyamada1-1/+1
2022-05-25feat: add music.songName (#996)Wing Leung1-0/+12
2022-05-25fix: Luhn generation algorithms and tests (#980)Eric Cheng2-21/+44
2022-05-24docs: replace Luhn-based function jsdocs with valid numbers (#995)Eric Cheng2-4/+4
2022-05-23docs: fix mersenne rand min max confusion (#839)Greg Titan1-3/+3
2022-05-23feat: reimplement datatype.bigInt (#791)Shinigami1-10/+49
2022-05-22feat: color module (#801)Harsohail Brar4-6/+709
2022-05-22feat: allow banned as string (#819)Shinigami1-6/+93
2022-05-21feat: add casing option (#955)Shinigami2-93/+98
2022-05-21feat: use localized fake pattern in street (#966)ST-DDT1-17/+29