| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-12-14 | feat(location): add list of spoken languages (#3333) | Umair Jibran | 2 | -0/+35 | |
| * add list of spoken languages * remove dupes * add language definition * add language module * add test case for `language()` * autogenerated supporting code * add languages for urdu * add test to make sure the values are truthy * update seed to match new format * update language list slim them down to a few languages as the long list was not easy to build up * update documentation * update returns * language: convert alpha2 to lowercase * update seed flies * covert alpha3 to lowercase * update seeders * update example * update version * use interface for language * Update index.ts * Revert "Update index.ts" This reverts commit 72a18e99cfee1f4c09d151b27bda1f2c8d1137d8. * Update src/modules/location/index.ts Co-authored-by: ST-DDT <[email protected]> * Update src/modules/location/index.ts Co-authored-by: ST-DDT <[email protected]> * Update src/definitions/location.ts Co-authored-by: ST-DDT <[email protected]> * language semantic Co-authored-by: ST-DDT <[email protected]> * add additional test cases * add examples for each property * add languages for the supported locales * update seeds * use example of german instead of english * Update src/definitions/location.ts Co-authored-by: ST-DDT <[email protected]> --------- Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-11-30 | refactor(locale): sort person data (#3269) | ST-DDT | 2 | -63/+63 | |
| 2024-10-21 | docs: add jsdocs to the pre-built instances (#3193) | ST-DDT | 1 | -0/+6 | |
| 2024-06-30 | refactor(locale): group person entries by gender (#2938) | DivisionByZero | 11 | -122/+118 | |
| 2024-06-13 | refactor(locale)!: use singular locale definition keys (#2932) | Saurabh kumar | 2 | -2/+2 | |
| 2024-05-25 | refactor(locale): normalize finance data (#2915) | DivisionByZero | 2 | -2/+2 | |
| 2024-05-18 | refactor(locale): normalize date data (#2902) | DivisionByZero | 2 | -9/+9 | |
| 2024-05-08 | refactor(locale): normalize vehicle data (#2874) | DivisionByZero | 4 | -7/+7 | |
| 2024-05-03 | refactor(locale): normalize commerce data (#2868) | DivisionByZero | 2 | -37/+37 | |
| 2024-04-29 | refactor(locale): normalize music data (#2857) | DivisionByZero | 1 | -5/+5 | |
| 2024-04-21 | refactor(locale): activate data normalization for color (#2837) | DivisionByZero | 1 | -8/+8 | |
| 2024-04-15 | refactor(locale)!: remove location data index-value-binding (#2476) | DivisionByZero | 1 | -10/+6 | |
| 2024-04-11 | refactor(locale): normalize animal data (#2791) | DivisionByZero | 5 | -6/+6 | |
| 2024-03-14 | refactor(location)!: remove default_country definitions (#2740) | Matt Mayer | 2 | -3/+0 | |
| Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-02-27 | refactor(person)!: flatten jobs definitions (#2505) | Matt Mayer | 4 | -36/+36 | |
| 2023-08-06 | fix(locale): invalid date definitions (#2293) | DivisionByZero | 2 | -6/+4 | |
| Co-authored-by: ST-DDT <[email protected]> | |||||
| 2023-07-17 | refactor(lorem): merge supplemental into words (#2242) | Matt Mayer | 3 | -47/+8 | |
| 2023-05-01 | refactor(types): rename locale definition types to singular (#2058) | ST-DDT | 12 | -25/+23 | |
| 2023-04-30 | refactor(locale): add city_name to city_patterns (#2104) | DivisionByZero | 1 | -0/+1 | |
| 2023-04-27 | refactor(location)!: rename definition city to city_pattern (#2094) | DivisionByZero | 2 | -2/+2 | |
| 2023-04-22 | feat(locale): add additional metadata properties (#2025) | Matt Mayer | 1 | -2/+7 | |
| 2023-04-21 | refactor(location)!: rename definition street to street_pattern (#2051) | Shinigami | 2 | -2/+2 | |
| 2023-04-17 | refactor: rename patterns to pattern (#2059) | Shinigami | 2 | -2/+2 | |
| 2023-04-12 | refactor(business): remove old business data (#2033) | Matt Mayer | 3 | -14/+0 | |
| 2023-04-01 | refactor(locale)!: move title to metadata (#1978) | ST-DDT | 2 | -1/+9 | |
| 2023-03-27 | feat(locale): add hyphenated names to English locales (#1872) | Matt Mayer | 2 | -0/+3 | |
| 2023-03-14 | refactor(date): remove duplicate context of date definitions (#1915) | Matt Mayer | 2 | -15/+0 | |
| 2023-02-02 | fix(person): change fullName to use name patterns (#1637) | Matt Mayer | 1 | -7/+9 | |
| 2023-01-29 | refactor(locale)!: remove unused separator entry (#1731) | ST-DDT | 1 | -1/+0 | |
| 2023-01-09 | feat(person): split prefix into gendered versions (#1665) | Matt Mayer | 4 | -1/+11 | |
| 2022-10-21 | refactor(location)!: rename address module (#1469) | Shinigami | 21 | -20/+20 | |
| Co-authored-by: ST-DDT <[email protected]> | |||||
| 2022-10-16 | refactor(person)!: rename name module (#1445) | Shinigami | 15 | -23/+23 | |
| Co-authored-by: ST-DDT <[email protected]> | |||||
| 2022-10-08 | test(locale): check for duplicated entries (#1137) | Leyla Jähnig | 3 | -715/+0 | |
| 2022-08-19 | feat(name): extract sex generator from gender to sex (#1168) | Hanna | 2 | -2/+2 | |
| 2022-05-22 | feat: color module (#801) | Harsohail Brar | 4 | -2/+14 | |
| Co-authored-by: Shinigami <[email protected]> | |||||
| 2022-05-21 | feat: use localized fake pattern in street (#966) | ST-DDT | 3 | -4/+4 | |
| 2022-05-07 | chore(locales): convert locales data to faker.fake format (#927) | ST-DDT | 5 | -16/+16 | |
| 2022-05-05 | fix(generate:locale): make the definition types extendible (#915) | ST-DDT | 6 | -8/+8 | |
| Co-authored-by: Piotr Kuczynski <[email protected]> | |||||
| 2022-04-05 | feat: use street address templates from locales (#754) | ST-DDT | 1 | -1/+4 | |
| 2022-04-03 | chore: address zipCodeByState fix types (#760) | ST-DDT | 2 | -3/+0 | |
| 2022-02-17 | feat(types): generate all locales index files with non-any types (#494) | ST-DDT | 4 | -8/+24 | |
| 2022-02-14 | fix: fix bicycle_types files being named incorrectly (#477) | ST-DDT | 2 | -4/+4 | |
| 2022-02-11 | feat(types): provide strong typing for locales 2 (#398) | ST-DDT | 13 | -19/+74 | |
| 2022-01-20 | feat: migrate locales to typescript (#238) | ST-DDT | 107 | -149/+250 | |
| 2022-01-19 | fix: ts support for locales (#169) | Shinigami | 67 | -0/+1508 | |
