aboutsummaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)AuthorFilesLines
2022-11-09fix(date): don't allow parameters <= 0 (#1536)Shinigami1-4/+20
2022-11-09chore: use boolean probability instead of magic numbers (#1540)ST-DDT1-1/+1
2022-11-08fix(git): adjust commitEntry to match `git log` output (#1539)ST-DDT1-6/+63
2022-11-07refactor(helpers)!: rewrite shuffle (#1521)Shinigami1-11/+43
2022-11-07feat(person): add `zodiacSign()` (#182)Bobby1-0/+14
2022-11-07feat(git): add options.refDate to commitEntry (#1512)Kevin Meinhardt1-1/+5
2022-11-06docs: update since tags for person and location (#1516)Matt Mayer2-34/+34
2022-11-03feat(datatype): introduce probability option to boolean (#1476)ST-DDT3-6/+29
2022-10-30refactor(mersenne): rewrite internal mersenne (#1447)Shinigami1-5/+6
2022-10-26feat(internet): add options to url() (#1480)Eric Cheng1-3/+18
2022-10-23feat: fake with multiple parameters (#1459)ST-DDT1-13/+13
2022-10-21refactor(location)!: rename address module (#1469)Shinigami3-69/+71
2022-10-20docs(string): update function jsdocs (#1473)Eric Cheng1-5/+9
2022-10-18feat(string): move methods to new module (#1155)Leyla Jähnig8-299/+544
2022-10-16feat(location)!: `latitude`/`longitude` returns number (#1064)Leyla Jähnig1-21/+19
2022-10-16refactor(person)!: rename name module (#1445)Shinigami5-59/+64
2022-10-14refactor!: make mersenne internal (#1444)Shinigami3-402/+6
2022-10-15refactor(company)!: remove hardcoded name fallback pattern (#1451)Guilherme Minozzi1-9/+3
2022-10-14feat(location)!: `nearbyGPSCoordinate` returns number tuple (#1061)Leyla Jähnig1-6/+6
2022-10-14feat(internet)!: ip now returns ipv4 and ipv6 (#1059)Leyla Jähnig1-3/+3
2022-10-14refactor!: cleanup deprecations (#1440)Shinigami14-645/+19
2022-10-11chore: mark mersenne as deprecated (internal) (#1429)ST-DDT1-0/+2
2022-10-09feat: lorem null response fix (#1407)ST-DDT3-57/+305
2022-09-29fix(image): properly lock loremflickr.com images (#1396)Manuel Odendahl1-16/+16
2022-09-22fix(finance): adjust min length of generated bitcoin address (#1384)Guilherme Minozzi1-4/+4
2022-09-22feat(finance): branch code option in bic() (#1378)Eric Cheng1-3/+14
2022-09-21test(finance): use validator.js for bitcoin addresses (#1375)Guilherme Minozzi1-1/+1
2022-09-08fix: improve default seed initialization (#1334)Shraddha Falane1-1/+1
2022-09-08feat(modules): export module interfaces (#932)Shinigami26-56/+54
2022-09-08docs: add `@since` tags to all methods (#1337)Matt Mayer26-0/+541
2022-08-29feat(system): add cron (#897)Nick Hammond1-0/+73
2022-08-29refactor(unique): move to helpers (#1298)Leyla Jähnig3-12/+62
2022-08-29fix(random): retry on invalid word generation (#1307)Leyla Jähnig1-15/+51
2022-08-29refactor(address): update deprecation warning (#1314)Shinigami1-2/+3
2022-08-28docs(datatype): fix hexadecimal jsdoc (#1308)Eric Cheng1-1/+1
2022-08-28fix(datatype): unintentional hex breaking change (#1306)Eric Cheng5-12/+26
2022-08-25refactor(helpers): deprecate repeatString (#1299)Leyla Jähnig1-7/+12
2022-08-22feat(company): move name formats to locales (#1293)Guilherme Minozzi1-7/+10
2022-08-22feat(name): add sexType method (#1289)Shinigami1-0/+10
2022-08-19feat(name): extract sex generator from gender to sex (#1168)Hanna1-6/+27
2022-08-15refactor(git): reduce code duplication and follow code style (#1271)ST-DDT1-36/+9
2022-08-13docs: fix typo in fake examples (#1268)ST-DDT2-2/+2
2022-08-13docs(commerce): add missing `@see` (#1269)ST-DDT1-0/+2
2022-08-10feat: `datatype.hexadecimal` signature change (#1238)Eric Cheng4-9/+46
2022-08-08feat(image): add image via.placeholder provider (#1186)Adegoke Temitope2-0/+104
2022-08-05chore(address): remove obsolete TODO (#1234)ST-DDT1-1/+0
2022-08-04docs: fixed inconsitency in @see usage in jsdoc (#1224)Hanna4-11/+11
2022-08-04feat(system.networkInterface): add networkInterface faker (#1133)Andrew Titmuss1-0/+69
2022-08-01fix(finance.bic): remove hardcoded elements and simplify function (#1171)Hanna1-18/+14
2022-08-01chore: rename Gender to Sex (#1163)Hanna1-40/+66