aboutsummaryrefslogtreecommitdiff
path: root/test/__snapshots__
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-05locale(en): remove word examples that contain spaces (#281)griest0242-24/+24
2022-08-04feat(system.networkInterface): add networkInterface faker (#1133)Andrew Titmuss1-0/+132
2022-08-01fix(finance.bic): remove hardcoded elements and simplify function (#1171)Hanna1-3/+3
2022-08-01chore: rename Gender to Sex (#1163)Hanna1-3/+15
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 Santana1-0/+6
2022-07-30refactor(fake): move to `helpers` (#1161)Leyla Jähnig1-0/+12
2022-07-22test: introduce seededTests factory (#838)ST-DDT22-822/+1807
2022-07-22refactor(company): rename companyName to name (#1166)Guilherme Minozzi1-0/+6
2022-07-19refactor(name.findName): rename to fullName (#1127)Leyla Jähnig1-0/+6
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-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-DDT24-0/+2056