aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-09-26feat(science): add more units in en locale (#1386)Eric Cheng1-6/+6
2022-09-22fix(finance): adjust min length of generated bitcoin address (#1384)Guilherme Minozzi1-3/+3
2022-09-22feat(finance): branch code option in bic() (#1378)Eric Cheng2-5/+22
2022-09-21test(finance): use validator.js for bitcoin addresses (#1375)Guilherme Minozzi2-4/+5
2022-09-08docs: fix api generation (#1355)Shinigami1-1/+1
2022-09-08feat(modules): export module interfaces (#932)Shinigami1-3/+3
2022-09-08docs: add `@since` tags to all methods (#1337)Matt Mayer3-0/+38
2022-09-07chore: remove obsolete test snapshots (#1338)ST-DDT1-6/+0
2022-08-29feat(system): add cron (#897)Nick Hammond2-0/+80
2022-08-29refactor(unique): move to helpers (#1298)Leyla Jähnig3-81/+186
2022-08-29fix(random): retry on invalid word generation (#1307)Leyla Jähnig2-33/+33
2022-08-28fix(datatype): unintentional hex breaking change (#1306)Eric Cheng2-19/+25
2022-08-26fix(locale): remove SUS names (#1303)bertlobbezoo5-39/+39
2022-08-25docs: properly handle multiple `@see` tags (#1270)ST-DDT4-8/+39
2022-08-22feat(name): add sexType method (#1289)Shinigami2-2/+17
2022-08-19feat(name): extract sex generator from gender to sex (#1168)Hanna3-5/+32
2022-08-18test(internet): fix username expecting numbers with length 2 (#1284)Leyla Jähnig1-4/+4
2022-08-18chore(deps): update dependency vitepress to v1.0.0-alpha.8 (#1280)renovate[bot]1-1/+1
2022-08-16docs: update vitepress (#1276)Shinigami1-14/+14
2022-08-16chore(deps): update dependency typedoc-plugin-missing-exports to v1 (#1272)renovate[bot]1-9/+7
2022-08-15refactor(git): reduce code duplication and follow code style (#1271)ST-DDT1-6/+6
2022-08-10feat: `datatype.hexadecimal` signature change (#1238)Eric Cheng2-13/+61
2022-08-08feat(image): add image via.placeholder provider (#1186)Adegoke Temitope1-0/+116
2022-08-06docs: use vitepress v1 (#993)Shinigami2-16/+23
2022-08-05locale(en): remove word examples that contain spaces (#281)griest0242-24/+24
2022-08-05test: validate @see contents (#1231)ST-DDT1-0/+9
2022-08-04feat(system.networkInterface): add networkInterface faker (#1133)Andrew Titmuss2-0/+234
2022-08-01fix(finance.bic): remove hardcoded elements and simplify function (#1171)Hanna2-10/+5
2022-08-01chore: rename Gender to Sex (#1163)Hanna2-13/+32
2022-07-30test: ensure jsdoc deprecated tag to have a message (#1213)ST-DDT1-0/+5
2022-07-30chore: deprecate address.streetPrefix and suffix (#1053)ST-DDT2-16/+16
2022-07-30feat: add rodent breed on animal 'en' locale (#1136)Nahum Gamaliel Santana2-0/+7
2022-07-30refactor(fake): move to `helpers` (#1161)Leyla Jähnig3-3/+146
2022-07-28test: remove JSON.stringify wrapper around faker.seed() in tests descriptions...Piotr Kuczynski24-72/+24
2022-07-22test: introduce seededTests factory (#838)ST-DDT45-1923/+2711
2022-07-22refactor(company): rename companyName to name (#1166)Guilherme Minozzi2-0/+41
2022-07-19feat(system.fileName): file extension count (#1101)Leyla Jähnig1-0/+44
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