aboutsummaryrefslogtreecommitdiff
path: root/src/definitions
AgeCommit message (Collapse)AuthorFilesLines
2025-03-06feat(finance): add ISO 4217 numerical codes to Currency (#3404)Owen1-1/+1
2024-12-14feat(location): add list of spoken languages (#3333)Umair Jibran1-0/+8
* 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-12-13feat(internet): update to simplified modern user-agent list (#3324)Matt Mayer1-0/+5
* feat(internet): update to simplified modern user-agent list * fix reviews suggestions, fix extraneous } --------- Co-authored-by: ST-DDT <[email protected]>
2024-12-11feat(finance): use fake patterns for transactionDescription (#3202)ST-DDT1-0/+5
2024-10-29feat(animal): add petName method (#3196)Suyash Gulati1-0/+1
2024-10-23feat(internet): add jwt method (#2936)Zyb Jared Valdez1-0/+2
2024-10-13refactor(location): support multiple postcode_by_state patterns (#3170)Matt Mayer1-1/+1
2024-10-12feat(location): add `continent` method (#3162)Joscha Feth1-0/+5
2024-10-10feat: add book module (#2949)Michał Cieślar3-0/+39
2024-06-30refactor(locale): group person entries by gender (#2938)DivisionByZero2-19/+24
2024-06-21feat(date)!: separate timeZone method (#2947)ST-DDT2-1/+12
2024-06-13refactor(locale)!: use singular locale definition keys (#2932)Saurabh kumar2-3/+3
2024-05-25refactor(locale)!: use snake case for all locale data (#2910)ST-DDT2-3/+3
2024-04-29feat(music): add album and artist methods (#2620)Jeremy Hofer1-0/+10
2024-04-15refactor(locale)!: remove location data index-value-binding (#2476)DivisionByZero1-6/+24
2024-03-12refactor(company)!: remove v8 deprecated company methods (#2726)Shinigami1-7/+0
2024-03-12feat(phone)!: add new style parameter (#2578)Matt Mayer1-1/+14
2024-02-27refactor(person)!: flatten jobs definitions (#2505)Matt Mayer2-11/+4
2024-02-11feat(food): new module (#2484)DivisionByZero3-0/+56
Co-authored-by: Matt Mayer <[email protected]> Co-authored-by: Matt Mayer <[email protected]>
2023-11-20docs: consistent @see jsdoc tags (#2473)ST-DDT3-3/+3
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT2-2/+3
2023-11-07feat(person): use fake patterns for jobTitle (#2528)Matt Mayer1-0/+2
2023-09-15feat(location): Support ISO 3166-1 numeric country codes (#2325)Robin van der Vliet1-1/+1
2023-08-10fix(location): Pad en_US ZIP codes left to 5 characters if needed (#2278)Matt Mayer1-1/+3
* fix(location): Pad en_US ZIP codes left to 5 characters if needed * fix NJ and RI * fix PR * updated postcode_by_state to use string patterns --------- Co-authored-by: DivisionByZero <[email protected]>
2023-07-08docs: fix jsdocs typos (#2244)Robin van der Vliet1-1/+1
2023-05-04chore: rename generics (#2046)Shinigami1-2/+2
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]>