aboutsummaryrefslogtreecommitdiff
path: root/src/name.ts
AgeCommit message (Collapse)AuthorFilesLines
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-350/+0
2022-05-01refactor: move some random methods to helpers (#892)Shinigami1-9/+9
Co-authored-by: ST-DDT <[email protected]>
2022-04-19chore: prefer string templates over string concatenation (#732)Piotr Kuczynski1-4/+4
2022-04-08chore: use consistent method calls (#817)Shinigami1-4/+4
2022-04-08chore: fix todo comments (#807)Shinigami1-5/+5
2022-04-03chore: deprecate name.title() in favor of name.jobTitle() (#766)ST-DDT1-19/+12
2022-03-28chore: use a standardized deprecated function (#689)Shinigami1-27/+55
Co-authored-by: pkuczynski <[email protected]>
2022-03-24fix: name module gender (#644)Shinigami1-150/+144
2022-02-20docs: various fixes (#523)ST-DDT1-1/+1
2022-02-19chore: enable jsdoc/sort-tags (#512)Shinigami1-19/+19
2022-02-06test: cover source instead of bundled code (#432)Shinigami1-2/+2
2022-02-01docs: update name jsdocs (#391)ST-DDT1-44/+79
2022-02-01feat(types): provide strong typing for locales (#363)ST-DDT1-2/+2
2022-02-01fix: param can be optional (#381)Shinigami1-1/+1
2022-01-29chore: setup improved linting (#151)Shinigami1-2/+4
2022-01-28chore: replace var (#315)Shinigami1-9/+9
2022-01-14feat: migrate name (#103)Mohd Imran1-0/+298
Co-authored-by: Shinigami92 <[email protected]>