aboutsummaryrefslogtreecommitdiff
path: root/src/definitions
AgeCommit message (Collapse)AuthorFilesLines
2023-05-01fix(location): no leading zero on building number or secondary address (#2032)Matt Mayer1-2/+2
2023-05-01refactor(types): rename locale definition types to singular (#2058)ST-DDT22-96/+91
2023-04-27refactor(location)!: rename definition city to city_pattern (#2094)DivisionByZero1-1/+1
2023-04-23feat: introduce locale proxy (#2004)ST-DDT1-1/+1
2023-04-23refactor(locale): use null as not applicable (#2078)ST-DDT2-23/+23
2023-04-22feat(locale): add additional metadata properties (#2025)Matt Mayer2-3/+57
2023-04-21refactor(location)!: rename definition street to street_pattern (#2051)Shinigami1-1/+1
2023-04-17refactor: rename patterns to pattern (#2059)Shinigami2-5/+5
2023-04-01refactor(locale)!: move title to metadata (#1978)ST-DDT3-33/+34
2023-03-29docs(location): improve documentation for state and county (#1987)Matt Mayer1-3/+3
2023-03-07fix: consistent locale names (#1884)ST-DDT1-1/+1
2023-02-27feat(finance): currency object (#1809)Matt Mayer2-22/+4
2023-02-21refactor(company)!: rename bs to buzz (#1860)Shinigami1-9/+9
2023-02-21fix(person): avoid repeated last name via new last_name_patterns (#1819)Matt Mayer1-0/+7
2023-02-20refactor(location)!: countryCode use ISO-3166-1 (#1720)DivisionByZero1-10/+5
Co-authored-by: Shinigami92 <[email protected]>
2023-02-02fix(person): change fullName to use name patterns (#1637)Matt Mayer1-2/+2
2023-02-01infra: configure lint rule array-type (#1793)Shinigami1-2/+2
2023-01-30feat(airline): add airline module (#1699)Matthew Petro3-0/+22
2023-01-29refactor(system): replace mime db with common dataset (#1788)DivisionByZero1-4/+1
2023-01-29refactor(locale)!: remove unused separator entry (#1731)ST-DDT1-1/+0
2023-01-09refactor(company): deprecate suffix methods (#1719)ST-DDT1-0/+2
2022-12-31feat(person): add short bio (#1696)Matt Mayer1-0/+2
2022-11-21chore: fix company definition jsdocs (#1575)ST-DDT1-3/+3
2022-11-07feat(person): add `zodiacSign()` (#182)Bobby1-0/+2
Co-authored-by: ST-DDT <[email protected]>
2022-10-21refactor(location)!: rename address module (#1469)Shinigami3-5/+5
Co-authored-by: ST-DDT <[email protected]>
2022-10-16refactor(person)!: rename name module (#1445)Shinigami3-6/+6
Co-authored-by: ST-DDT <[email protected]>
2022-08-22feat(company): move name formats to locales (#1293)Guilherme Minozzi1-0/+5
2022-08-19feat(name): extract sex generator from gender to sex (#1168)Hanna1-1/+1
2022-08-04docs: fixed inconsitency in @see usage in jsdoc (#1224)Hanna3-3/+3
2022-07-30feat: add rodent breed on animal 'en' locale (#1136)Nahum Gamaliel Santana1-0/+1
2022-07-27docs(definitions): minor formatting to definitions' types (#1172)Hanna13-30/+82
2022-06-05feat: science module (#1014)Eric Cheng3-0/+19
Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Shinigami <[email protected]> Co-authored-by: pkuczynski <[email protected]>
2022-05-25feat: add music.songName (#996)Wing Leung1-0/+5
Co-authored-by: Wing Leung Choi <[email protected]>
2022-05-22feat: color module (#801)Harsohail Brar4-4/+18
Co-authored-by: Shinigami <[email protected]>
2022-05-21feat: use localized fake pattern in street (#966)ST-DDT1-1/+13
2022-05-21feat(internet): HTTP random status code (#945)johge2011-1/+5
Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Piotr Kuczynski <[email protected]> Co-authored-by: johge201 <[email protected]> Co-authored-by: Sofia Bertmar <[email protected]> Co-authored-by: Sofia Bertmar <[email protected]> Co-authored-by: Shinigami <[email protected]>
2022-05-05fix(generate:locale): make the definition types extendible (#915)ST-DDT18-43/+72
Co-authored-by: Piotr Kuczynski <[email protected]>
2022-05-03chore: remove obsolete DefinitionTypes type (#912)ST-DDT2-13/+1
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-1/+1
2022-05-03chore: remove obsolete definition key constants (#910)ST-DDT19-288/+0
2022-04-30feat: add creditCardIssuer (#888)beninsydney1-2/+2
2022-04-19feat: add internet.emoji (#504)Hugo ATTAL1-1/+7
2022-04-19feat: dynamic definitions tree (#822)ST-DDT1-5/+6
2022-04-05feat: use street address templates from locales (#754)ST-DDT1-0/+22
2022-04-03chore: address zipCodeByState fix types (#760)ST-DDT1-4/+1
2022-04-01chore: remove invalid country code files (#752)ST-DDT1-2/+2
2022-03-15chore: fix some lint warnings (#613)ST-DDT1-0/+4
Co-authored-by: Shinigami <[email protected]>
2022-03-01chore(deps): add prettier-plugin-organize-imports (#552)Shinigami1-1/+1
2022-02-06docs: improve finance jsdocs (#434)ST-DDT1-1/+1
2022-02-01feat(types): provide strong typing for locales (#363)ST-DDT19-0/+829