aboutsummaryrefslogtreecommitdiff
path: root/test/modules
AgeCommit message (Collapse)AuthorFilesLines
2025-08-13refactor(locale): remove invalid credit card issuer patterns (#3568)DivisionByZero1-1/+62
2025-08-09chore(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-06refactor(word)!: change default error strategy to 'fail' (#3560)DivisionByZero2-121/+65
2025-07-04refactor!: remove deprecations (#3553)Shinigami9-424/+6
2025-06-29test: add check for const number (#3538)Shinigami1-2/+6
2025-06-19infra: update eslint config (#3530)Shinigami3-14/+1
2025-06-16feat(location): simple coordinate methods (#3528)David Pollack1-51/+55
2025-05-05refactor(locale): normalize internet data (#3502)DivisionByZero3-54/+54
2025-04-17test: use [email protected] with isULID, isISO31661Numeric, isISO15924 (#3482)Matt Mayer2-0/+8
2025-04-11fix(number): don't ignore multipleOf in float when min=max (#3417)ST-DDT1-0/+38
2025-03-17fix(airline): Air France and KLM Royal Dutch Airlines (#3440)Steven Chim1-6/+6
2025-03-06refactor(internet): deprecate color method for removal (#3401)ST-DDT1-0/+2
2025-03-06feat(number): bigint multipleOf (#3402)Ernest2-4/+145
2025-03-06feat(finance): add ISO 4217 numerical codes to Currency (#3404)Owen2-0/+20
2025-02-28docs: improve missing data error (#3406)ST-DDT1-0/+1
2025-02-09test: enable test to generate Number.MAX_SAFE_INTEGER (#3393)ST-DDT1-2/+1
2025-02-09feat(image): add AI-generated avatars (#3126)Matt Mayer2-3/+56
2025-02-03chore(deps): update vitest to v3 (major) (#3389)renovate[bot]1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2025-01-15refactor(locale): improve product_name data in en and tr (#3372)Salih Kahyaoğlu1-7/+7
* Reclassify 'Soft', 'Fresh', and 'Frozen' as adjectives in en locale * Add extra materials in en * Move some materials to adjectives for better categorization in tr * Add extra data to materials in tr * Run preflight
2024-12-29refactor(image): deprecate urlPlaceholder (#3341)ST-DDT2-21/+22
2024-12-29fix(image): dataUri should return random type (#3347)Matt Mayer1-6/+6
* fix(image): dataUri should return random type * fix jsdoc
2024-12-29fix(system): semver parts should not be limited to 0-9 (#3349)Matt Mayer2-4/+4
2024-12-28fix: basic wildcard range handling + add more tests (#3322)ST-DDT2-25/+125
* fix: basic wirdcard range handling + add more tests * chore: simplify lower/upper case conversion
2024-12-21fix(finance): update Discover card number format to ensure accuracy (#3336)Juliette1-1/+1
Co-authored-by: ST-DDT <[email protected]>
2024-12-14feat(location): add list of spoken languages (#3333)Umair Jibran2-0/+39
* 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 Mayer2-6/+4
* 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-3/+3
2024-12-06fix(animal): re-moo-ved some incorrect cow data (#3326)Matt Mayer1-3/+3
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-04chore: improve variable naming of system module (#3315)ST-DDT1-15/+15
* chore: improve variable naming of system module * chore: rename variables in tests
2024-11-30refactor(locale): sort person data (#3269)ST-DDT1-16/+16
2024-11-21chore: import validator functions individually (#3274)ST-DDT7-73/+83
2024-11-19chore(test): cleanup usages of randomSeed (#3260)ST-DDT2-6/+0
2024-11-14infra(unicorn): consistent-function-scoping (#3255)ST-DDT3-32/+33
2024-11-12refactor(finance): deprecate maskedNumber for removal (#3201)ST-DDT2-3/+6
2024-11-09test: verify the generated image links are working (#3127)ST-DDT1-56/+73
2024-11-08fix(internet): ensure domainWord always returns a valid value in all locales ↵Matt Mayer1-1/+12
(#3253)
2024-10-31feat(number): add romanNumeral method (#3070)Amaan Shaikh2-1/+115
2024-10-29feat(animal): add petName method (#3196)Suyash Gulati2-1/+15
2024-10-26test(animal): unroll animal test loop (#3198)Matt Mayer1-23/+119
2024-10-23feat(internet): add jwt method (#2936)Zyb Jared Valdez2-0/+67
2024-10-21test(system): remove obsolete SK common file name test (#3206)ST-DDT1-11/+1
2024-10-17refactor(locale): modernise buzz- and catch-phrases (#2930)Matt Mayer1-19/+19
2024-10-17refactor(locale): enhance en vehicle manufacturers (#3187)Suyash Gulati1-4/+4
2024-10-16feat(commerce): more varied product descriptions (#3174)Matt Mayer2-7/+6
2024-10-14refactor(vehicle): add more non-US vehicle manufacturers (#3173)Matt Mayer1-4/+4
2024-10-12refactor(internet): rename userName method to username (#3130)Suyash Gulati2-7/+141
2024-10-12feat(location): add `continent` method (#3162)Joscha Feth2-0/+18
2024-10-10feat(internet): improve ipv4 method (#2992)ST-DDT2-6/+114
2024-10-10feat(string): adds support for generating ULID (#2524)Bruno Leite2-0/+45
2024-10-10feat: add book module (#2949)Michał Cieślar2-0/+114