aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
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 Jibran3-0/+40
* 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-12-03refactor: replace MersenneTwister with pure-rand based one one (#3288)ST-DDT1-26/+20
2024-12-02infra(unicorn): prefer-export-from (#3272)ST-DDT1-2/+8
2024-11-30refactor(locale): sort person data (#3269)ST-DDT1-16/+16
2024-11-25test(image): improve error text (#3278)ST-DDT1-2/+2
2024-11-21chore: import validator functions individually (#3274)ST-DDT8-76/+86
2024-11-19chore(test): cleanup usages of randomSeed (#3260)ST-DDT3-14/+2
2024-11-14infra(unicorn): consistent-function-scoping (#3255)ST-DDT4-36/+37
2024-11-14docs: expose documentation for all utilities (#3242)ST-DDT2-0/+447
2024-11-12feat: add initial seed parameter to constructors (#3220)ST-DDT3-21/+129
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-DDT2-56/+192
2024-11-09test: fix vite import warning (#3248)ST-DDT1-1/+1
2024-11-08fix(internet): ensure domainWord always returns a valid value in all locales ↵Matt Mayer1-1/+12
(#3253)
2024-11-02test: patch and filter seeded run stacktraces (#3229)ST-DDT1-4/+70
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 Gulati3-7/+146
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 Leite5-0/+105
2024-10-10feat: add book module (#2949)Michał Cieślar2-0/+114
2024-09-26fix(image): fix dataUri with type svg-base64 in browsers (#3144)ST-DDT1-0/+18
2024-09-26infra: update file structure for util/internal (#3141)DivisionByZero8-9/+9
2024-09-20refactor(image): deprecate avatarLegacy (#3109)ST-DDT2-3/+4
2024-09-14fix: emit cts types (#3093)Shinigami1-0/+2
2024-09-09chore: improve nullish-checks in tests (#3081)ST-DDT2-2/+6
2024-08-30chore(deps): update dependency typescript-eslint to v8 (#3064)renovate[bot]4-10/+8
* chore(deps): update dependency typescript-eslint to v8 * chore: fix lint errors * chore: simplify code * chore: remove eslint-plugin-deprecation --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Shinigami92 <[email protected]>
2024-08-15feat(locale): implement state info on sk locale (#3054)Boubker BRIBRI1-1/+1
2024-06-30refactor(locale): group person entries by gender (#2938)DivisionByZero4-32/+34
2024-06-23test: remove usage of vitest.todo (#2960)ST-DDT2-23/+0
2024-06-21chore: remove arrayElement(s) js only error (#2958)ST-DDT1-18/+0
2024-06-21feat(date)!: separate timeZone method (#2947)ST-DDT4-4/+71
2024-06-14chore(helpers): deprecate invocations on non-functions for fakeEval (#2913)ST-DDT1-1/+1
2024-06-13refactor(locale)!: use singular locale definition keys (#2932)Saurabh kumar1-5/+5
2024-06-05feat(bitcoinAddress): multiple bitcoin address types and testnet (#2922)David Simão2-11/+113
2024-05-25refactor(locale): normalize finance data (#2915)DivisionByZero1-11/+11