| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-12-29 | fix(image): dataUri should return random type (#3347) | Matt Mayer | 1 | -2/+2 | |
| * fix(image): dataUri should return random type * fix jsdoc | |||||
| 2024-12-29 | fix(system): semver parts should not be limited to 0-9 (#3349) | Matt Mayer | 1 | -3/+3 | |
| 2024-12-28 | fix: basic wildcard range handling + add more tests (#3322) | ST-DDT | 1 | -1/+13 | |
| * fix: basic wirdcard range handling + add more tests * chore: simplify lower/upper case conversion | |||||
| 2024-12-21 | docs: improve examples for objectKey,objectValue,objectEntry (#3339) | Matt Mayer | 1 | -5/+5 | |
| * docs: improve examples for objectKey,objectValue,objectEntry * Update index.ts Co-authored-by: DivisionByZero <[email protected]> * Update index.ts Co-authored-by: Shinigami <[email protected]> --------- Co-authored-by: DivisionByZero <[email protected]> Co-authored-by: Shinigami <[email protected]> | |||||
| 2024-12-21 | fix(finance): update Discover card number format to ensure accuracy (#3336) | Juliette | 2 | -6/+0 | |
| Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-12-14 | docs: fix link to randomizer guide (#3332) | ST-DDT | 1 | -1/+1 | |
| Currently, the link refers to the same documentation/page it is on. This PR changes the link to point to the guide docs instead. | |||||
| 2024-12-14 | chore: improve variable naming of helpers module (#3316) | ST-DDT | 1 | -20/+20 | |
| 2024-12-14 | feat(location): add list of spoken languages (#3333) | Umair Jibran | 6 | -0/+159 | |
| * 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-13 | feat(internet): update to simplified modern user-agent list (#3324) | Matt Mayer | 5 | -343/+33 | |
| * feat(internet): update to simplified modern user-agent list * fix reviews suggestions, fix extraneous } --------- Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-12-13 | add german animal types (#3334) | Matthias | 3 | -0/+60 | |
| 2024-12-11 | feat(finance): use fake patterns for transactionDescription (#3202) | ST-DDT | 4 | -9/+24 | |
| 2024-12-11 | chore: improve parameter naming of internet module (#3317) | ST-DDT | 1 | -2/+2 | |
| 2024-12-09 | chore: align coding style of lorem module (#3313) | ST-DDT | 1 | -2/+5 | |
| 2024-12-09 | chore: align coding style of word module (#3319) | ST-DDT | 1 | -14/+35 | |
| 2024-12-07 | refactor(locale): fix various locale data with trailing spaces (#3329) | Matt Mayer | 14 | -24/+22 | |
| * fix: fix various locale data with trailing spaces in the case of ar/location/state and hr/location/street_name, this was also a duplicate of a line without a space, so removed. * Delete test file | |||||
| 2024-12-06 | chore: align coding style of deprecated.ts (#3312) | ST-DDT | 1 | -8/+9 | |
| 2024-12-06 | docs(helpers): add missing example results to uniqueArray (#3321) | ST-DDT | 1 | -3/+3 | |
| 2024-12-06 | fix(location): fix bad uz street_name_part data (#3328) | Matt Mayer | 1 | -2/+2 | |
| 2024-12-06 | fix(music): fix truncated song names with commas (#3327) | Matt Mayer | 1 | -23/+23 | |
| likely accidentally lost when originally imported ref #996 and https://manghammath.com/80s%20Hits/The%20Top%201000%20Songs%20of%20AllTime.pdf | |||||
| 2024-12-06 | fix(animal): re-moo-ved some incorrect cow data (#3326) | Matt Mayer | 1 | -25/+0 | |
| My guess is when this was introduced in 1914b965c22b61a82e0aaf97e560899cd81bfee9 this was a copy-paste from something like Wikipedia, and there were some alphabetical markers like “A - edit” “B - edit” which made their way into the data | |||||
| 2024-12-04 | chore: improve variable naming of system module (#3315) | ST-DDT | 1 | -7/+7 | |
| * chore: improve variable naming of system module * chore: rename variables in tests | |||||
| 2024-12-03 | refactor: replace MersenneTwister with pure-rand based one one (#3288) | ST-DDT | 2 | -300/+153 | |
| 2024-12-02 | refactor(locale): update Polish city name (#3306) | krpogorzelski | 1 | -1/+1 | |
| * Update city_name.ts In accordance with the regulation of the Minister of Internal Affairs and Administration of 29 December 2015, the name of the city "Stargard Szczeciński" is changed to "Stargard". * Update city_name.ts --------- Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-12-02 | infra(unicorn): prefer-export-from (#3272) | ST-DDT | 4 | -148/+141 | |
| 2024-12-02 | docs: improve example output for replaceSymbols (#3304) | Matt Mayer | 1 | -1/+1 | |
| 2024-11-30 | refactor(locale): sort person data (#3269) | ST-DDT | 123 | -19104/+19104 | |
| 2024-11-30 | docs: add missing example return value for internet.jwt (#3286) | DivisionByZero | 1 | -1/+1 | |
| 2024-11-27 | refactor(locale): split up Spanish generic first names (#3279) | ST-DDT | 2 | -109/+92 | |
| * refactor(locale): split up Spanish generic first names * chore: remove duplicates * chore: fix failing tests | |||||
| 2024-11-25 | fix(locale): add Isadora to female names in pt_BR for consistency (#3282) | Matt Mayer | 1 | -0/+1 | |
| 2024-11-25 | fix(locale): fix incorrect accents in it first_name (#3281) | Matt Mayer | 1 | -6/+6 | |
| Co-authored-by: DivisionByZero <[email protected]> | |||||
| 2024-11-21 | chore(word): cleanup word filtering (#3262) | ST-DDT | 1 | -6/+4 | |
| 2024-11-19 | refactor(locale): split en_AU_ocker first_names by sex (#3270) | ST-DDT | 1 | -1/+3 | |
| 2024-11-14 | infra(unicorn): consistent-function-scoping (#3255) | ST-DDT | 4 | -53/+95 | |
| 2024-11-12 | feat: add initial seed parameter to constructors (#3220) | ST-DDT | 4 | -10/+58 | |
| 2024-11-12 | refactor(finance): deprecate maskedNumber for removal (#3201) | ST-DDT | 1 | -3/+20 | |
| 2024-11-11 | refactor(locale): improve zh_CN vehicle manufacturers (#3254) | Heuluck Lu | 1 | -6/+20 | |
| 2024-11-09 | refactor(locale): lowercase Mexican color names (#3200) | ST-DDT | 1 | -4/+4 | |
| 2024-11-08 | fix(internet): ensure domainWord always returns a valid value in all locales ↵ | Matt Mayer | 1 | -3/+26 | |
| (#3253) | |||||
| 2024-11-03 | docs(string): improve documentation for length parameters (#3216) | ST-DDT | 1 | -39/+40 | |
| 2024-11-03 | docs: expose documentation for randomizers (#3221) | ST-DDT | 1 | -0/+22 | |
| 2024-11-02 | refactor(locale): improve Spanish color names (#3230) | P. León | 1 | -9/+37 | |
| 2024-10-31 | feat(number): add romanNumeral method (#3070) | Amaan Shaikh | 1 | -0/+91 | |
| 2024-10-29 | feat(animal): add petName method (#3196) | Suyash Gulati | 4 | -0/+61 | |
| 2024-10-25 | feat(locale): add books on pt_br (#3218) | Guilherme Guimarães Cazaroto | 8 | -0/+218 | |
| 2024-10-23 | feat(internet): add jwt method (#2936) | Zyb Jared Valdez | 5 | -0/+145 | |
| 2024-10-21 | refactor(locale): remove inaccessible files (#3205) | ST-DDT | 4 | -14/+0 | |
| 2024-10-21 | docs: add jsdocs to the pre-built instances (#3193) | ST-DDT | 138 | -0/+1244 | |
| 2024-10-21 | refactor(locale): trim excessive Croatian last names (#3204) | ST-DDT | 1 | -10780/+163 | |
| 2024-10-20 | docs(date): add hints how to generate date ranges (#3128) | ST-DDT | 1 | -0/+5 | |
| 2024-10-19 | infra(eslint): limit usage of globals in src (#3191) | ST-DDT | 3 | -0/+3 | |
