aboutsummaryrefslogtreecommitdiff
path: root/test/__snapshots__
AgeCommit message (Expand)AuthorFilesLines
2022-12-23fix(location): use IANA standard for timezone (#1678)Matt Mayer1-3/+3
2022-12-23feat(helpers): fake from array (#1453)ST-DDT1-6/+18
2022-12-17test: fix duplicate test names (#1647)Shinigami2-39/+3
2022-12-17feat(number)!: change int default params (#1643)Shinigami4-60/+60
2022-12-13test: remove duplicate fixed-seeded-tests (#1653)ST-DDT1-72/+0
2022-12-10feat(number): adjust hex default (#1649)Shinigami1-2/+2
2022-12-10fix(number): values out of bounds (#1648)ST-DDT2-4/+4
2022-12-09feat(number)!: change float default params (#1642)Shinigami1-6/+6
2022-12-07feat(helpers): introduce `multiple` method (#1545)ST-DDT6-19/+165
2022-12-07feat(string): add special() method (#1634)Brayton Rude1-0/+42
2022-12-07infra: check test snapshots to be up to date (#1632)ST-DDT1-12/+0
2022-12-07refactor(string)!: swap `allowLeadingZeros` default to `true` (#1602)Eric Cheng2-26/+26
2022-12-05refactor(image)!: rewrite module (#1477)Shinigami1-0/+185
2022-12-03fix(internet): userName, email and slugify return only ascii (#1554)Matt Mayer1-0/+96
2022-12-01refactor(date)!: unify signatures (#1534)Shinigami1-0/+246
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-0/+109
2022-11-21feat(helpers): add rangeToNumber method and add range parameters (#1486)ST-DDT5-49/+265
2022-11-14refactor(string): rename params (#1551)Eric Cheng1-24/+24
2022-11-10feat(word): add sample method (#714)Piotr Kuczynski2-24/+72
2022-11-08fix(git): adjust commitEntry to match `git log` output (#1539)ST-DDT1-27/+45
2022-11-07refactor(helpers)!: rewrite shuffle (#1521)Shinigami1-6/+102
2022-11-07feat(person): add `zodiacSign()` (#182)Bobby1-0/+6
2022-11-07feat(git): add options.refDate to commitEntry (#1512)Kevin Meinhardt2-0/+105
2022-11-06feat(locale): add dv locale (#1506)Mohamed Suhaib1-1/+1
2022-11-03feat(datatype): introduce probability option to boolean (#1476)ST-DDT5-88/+100
2022-10-30refactor(mersenne): rewrite internal mersenne (#1447)Shinigami1-30/+18
2022-10-26feat(internet): add options to url() (#1480)Eric Cheng1-3/+15
2022-10-21refactor(location)!: rename address module (#1469)Shinigami2-235/+235
2022-10-18feat(string): move methods to new module (#1155)Leyla Jähnig2-6/+319
2022-10-16feat(location)!: `latitude`/`longitude` returns number (#1064)Leyla Jähnig1-6/+6
2022-10-16refactor(person)!: rename name module (#1445)Shinigami2-139/+139
2022-10-14feat(location)!: `nearbyGPSCoordinate` returns number tuple (#1061)Leyla Jähnig1-12/+12
2022-10-14feat(internet)!: ip now returns ipv4 and ipv6 (#1059)Leyla Jähnig1-3/+3
2022-10-14refactor!: cleanup deprecations (#1440)Shinigami7-204/+36
2022-10-09feat: lorem null response fix (#1407)ST-DDT2-0/+144
2022-10-08test(locale): check for duplicated entries (#1137)Leyla Jähnig10-185/+185
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 Cheng1-3/+9
2022-09-21test(finance): use validator.js for bitcoin addresses (#1375)Guilherme Minozzi1-3/+3
2022-09-07chore: remove obsolete test snapshots (#1338)ST-DDT1-6/+0
2022-08-29feat(system): add cron (#897)Nick Hammond1-0/+36
2022-08-29refactor(unique): move to helpers (#1298)Leyla Jähnig1-0/+24
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 Cheng1-9/+15
2022-08-26fix(locale): remove SUS names (#1303)bertlobbezoo5-39/+39
2022-08-22feat(name): add sexType method (#1289)Shinigami1-0/+6
2022-08-19feat(name): extract sex generator from gender to sex (#1168)Hanna1-3/+15
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 Cheng1-6/+24