aboutsummaryrefslogtreecommitdiff
path: root/src/modules/person
AgeCommit message (Collapse)AuthorFilesLines
2024-06-30refactor(locale): group person entries by gender (#2938)DivisionByZero1-108/+38
2024-03-06infra(unicorn): switch-case-braces (#2721)ST-DDT1-3/+6
2024-02-27refactor(person)!: flatten jobs definitions (#2505)Matt Mayer1-22/+9
2023-11-20docs: consistent @see jsdoc tags (#2473)ST-DDT1-3/+7
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT1-33/+79
2023-11-13test(docs): ensure defaults are consistent (#2177)ST-DDT1-1/+1
2023-11-07feat(person): use fake patterns for jobTitle (#2528)Matt Mayer1-1/+3
2023-11-06refactor: simplify module creation (#2485)ST-DDT1-6/+2
2023-07-18chore: enable strictBindCallApply (#2254)Shinigami1-10/+2
2023-05-15docs: switch doc links to stable (#2152)Shinigami1-5/+5
2023-04-23feat: introduce locale proxy (#2004)ST-DDT1-4/+4
2023-04-17refactor: rename patterns to pattern (#2059)Shinigami1-11/+11
2023-04-17chore: consistent jsdocs tag formatting (#2056)ST-DDT1-0/+1
2023-04-03chore: activate eslint no-else-return (#2009)Shinigami1-11/+6
2023-04-02docs(person): fix formatting issues (#2005)ST-DDT1-6/+5
2023-03-29docs: add overview guides to specific modules (#1929)Matt Mayer1-1/+18
2023-03-16chore: use enumValue (#1937)Shinigami1-1/+1
2023-02-21fix(person): avoid repeated last name via new last_name_patterns (#1819)Matt Mayer1-20/+47
2023-02-15chore: activate noImplicitAny (#1839)Shinigami1-1/+3
2023-02-02fix(person): change fullName to use name patterns (#1637)Matt Mayer1-19/+10
2023-01-18docs: jsdoc for options (#1644)Shinigami1-0/+15
2022-12-31feat(person): add short bio (#1696)Matt Mayer1-0/+14
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami1-0/+1
2022-11-07feat(person): add `zodiacSign()` (#182)Bobby1-0/+14
Co-authored-by: ST-DDT <[email protected]>
2022-11-06docs: update since tags for person and location (#1516)Matt Mayer1-13/+13
2022-10-16refactor(person)!: rename name module (#1445)Shinigami1-0/+333
Co-authored-by: ST-DDT <[email protected]>