aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-10-18feat(string): move methods to new module (#1155)Leyla Jähnig6-19/+818
2022-10-17chore(deps): update dependency vitepress to v1.0.0-alpha.21 (#1461)renovate[bot]1-16/+16
2022-10-16feat(location)!: `latitude`/`longitude` returns number (#1064)Leyla Jähnig2-70/+50
2022-10-16refactor(person)!: rename name module (#1445)Shinigami5-206/+222
2022-10-16test: fix fake test expectation (#1458)ST-DDT1-1/+1
2022-10-14refactor!: make mersenne internal (#1444)Shinigami3-11/+9
2022-10-14feat(location)!: `nearbyGPSCoordinate` returns number tuple (#1061)Leyla Jähnig2-48/+45
2022-10-14feat(internet)!: ip now returns ipv4 and ipv6 (#1059)Leyla Jähnig2-4/+14
2022-10-14refactor!: cleanup deprecations (#1440)Shinigami18-754/+75
2022-10-12test: fix lint warning and simplify locales test (#1430)ST-DDT1-44/+14
2022-10-12test: extend vitest with toBeUnique (#1428)Shinigami3-17/+42
2022-10-09feat: lorem null response fix (#1407)ST-DDT4-2/+245
2022-10-08test(locale): check for duplicated entries (#1137)Leyla Jähnig11-185/+243
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