aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-11-09test: use test snapshots for scripts/apidoc/signature.spec.ts (#1488)ST-DDT4-356/+510
2022-11-09fix(date): don't allow parameters <= 0 (#1536)Shinigami1-9/+23
2022-11-08fix(git): adjust commitEntry to match `git log` output (#1539)ST-DDT2-30/+63
2022-11-07refactor(helpers)!: rewrite shuffle (#1521)Shinigami2-16/+153
2022-11-07feat(person): add `zodiacSign()` (#182)Bobby2-0/+18
2022-11-07feat(git): add options.refDate to commitEntry (#1512)Kevin Meinhardt4-3/+116
2022-11-06feat(locale): add dv locale (#1506)Mohamed Suhaib1-1/+1
2022-11-03feat(datatype): introduce probability option to boolean (#1476)ST-DDT7-90/+157
2022-10-30refactor(mersenne): rewrite internal mersenne (#1447)Shinigami2-90/+33
2022-10-28docs: add version banner (#1487)Divyansh Singh1-16/+16
2022-10-26feat(internet): add options to url() (#1480)Eric Cheng2-4/+41
2022-10-23feat: fake with multiple parameters (#1459)ST-DDT1-14/+34
2022-10-23docs: fix version test (#1478)ST-DDT1-12/+15
2022-10-23docs: link to next docs and vice versa (#1438)ST-DDT1-0/+29
2022-10-21refactor(location)!: rename address module (#1469)Shinigami6-273/+275
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