| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-08-09 | chore(deps): update eslint (#3578) | renovate[bot] | 1 | -2/+2 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shinigami92 <[email protected]> | |||||
| 2025-07-06 | refactor(word)!: change default error strategy to 'fail' (#3560) | DivisionByZero | 2 | -25/+18 | |
| 2025-07-04 | refactor!: remove deprecations (#3553) | Shinigami | 5 | -470/+4 | |
| 2025-06-17 | docs: add remarks about external sources (#3452) | Shinigami | 1 | -0/+14 | |
| 2025-06-16 | feat(location): simple coordinate methods (#3528) | David Pollack | 1 | -169/+179 | |
| 2025-04-11 | fix(number): don't ignore multipleOf in float when min=max (#3417) | ST-DDT | 1 | -5/+1 | |
| 2025-04-05 | fix(iban): more strict pattern for IE and PS (#3464) | DivisionByZero | 1 | -2/+2 | |
| 2025-03-06 | refactor(internet): deprecate color method for removal (#3401) | ST-DDT | 1 | -0/+11 | |
| 2025-03-06 | feat(number): bigint multipleOf (#3402) | Ernest | 1 | -9/+30 | |
| 2025-03-06 | feat(finance): add ISO 4217 numerical codes to Currency (#3404) | Owen | 1 | -2/+21 | |
| 2025-02-09 | feat(image): add AI-generated avatars (#3126) | Matt Mayer | 1 | -3/+47 | |
| 2025-01-11 | docs(finance): add seeAlsos (#3344) | ST-DDT | 1 | -0/+18 | |
| * docs(finance): add seeAlsos * chore: rephrase | |||||
| 2024-12-29 | docs(image): improve urlPlaceholder alternatives (#3351) | ST-DDT | 1 | -2/+2 | |
| 2024-12-29 | docs: fix examples which return string/number (#3348) | Matt Mayer | 5 | -36/+35 | |
| 2024-12-29 | refactor(image): deprecate urlPlaceholder (#3341) | ST-DDT | 1 | -6/+15 | |
| 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-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 | 1 | -0/+41 | |
| * 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 | 2 | -343/+4 | |
| * feat(internet): update to simplified modern user-agent list * fix reviews suggestions, fix extraneous } --------- Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-12-11 | feat(finance): use fake patterns for transactionDescription (#3202) | ST-DDT | 1 | -9/+4 | |
| 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-06 | docs(helpers): add missing example results to uniqueArray (#3321) | ST-DDT | 1 | -3/+3 | |
| 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-02 | docs: improve example output for replaceSymbols (#3304) | Matt Mayer | 1 | -1/+1 | |
| 2024-11-30 | docs: add missing example return value for internet.jwt (#3286) | DivisionByZero | 1 | -1/+1 | |
| 2024-11-21 | chore(word): cleanup word filtering (#3262) | ST-DDT | 1 | -6/+4 | |
| 2024-11-14 | infra(unicorn): consistent-function-scoping (#3255) | ST-DDT | 4 | -53/+95 | |
| 2024-11-12 | refactor(finance): deprecate maskedNumber for removal (#3201) | ST-DDT | 1 | -3/+20 | |
| 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-10-31 | feat(number): add romanNumeral method (#3070) | Amaan Shaikh | 1 | -0/+91 | |
| 2024-10-29 | feat(animal): add petName method (#3196) | Suyash Gulati | 1 | -0/+14 | |
| 2024-10-23 | feat(internet): add jwt method (#2936) | Zyb Jared Valdez | 1 | -0/+103 | |
| 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 | 1 | -0/+1 | |
| 2024-10-16 | feat(commerce): more varied product descriptions (#3174) | Matt Mayer | 1 | -2/+2 | |
| 2024-10-16 | docs: iban might be invalid due to country specific rules (#3175) | ST-DDT | 1 | -1/+3 | |
| 2024-10-13 | fix(food): use arrayElement instead of fake for adjective (#3178) | ST-DDT | 1 | -1/+3 | |
| 2024-10-13 | docs(image): update overview for image module (#3177) | Matt Mayer | 1 | -1/+1 | |
| 2024-10-12 | refactor(internet): rename userName method to username (#3130) | Suyash Gulati | 2 | -4/+57 | |
| 2024-10-12 | feat(location): add `continent` method (#3162) | Joscha Feth | 1 | -0/+14 | |
| 2024-10-10 | feat(internet): improve ipv4 method (#2992) | ST-DDT | 1 | -4/+166 | |
| 2024-10-10 | feat(string): adds support for generating ULID (#2524) | Bruno Leite | 2 | -18/+34 | |
| 2024-10-10 | feat: add book module (#2949) | Michał Cieślar | 1 | -0/+93 | |
| 2024-09-26 | fix(image): fix dataUri with type svg-base64 in browsers (#3144) | ST-DDT | 1 | -3/+2 | |
