| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-12-28 | fix: basic wildcard range handling + add more tests (#3322) | ST-DDT | 2 | -25/+125 | |
| * fix: basic wirdcard range handling + add more tests * chore: simplify lower/upper case conversion | |||||
| 2024-12-21 | fix(finance): update Discover card number format to ensure accuracy (#3336) | Juliette | 1 | -1/+1 | |
| Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-12-14 | feat(location): add list of spoken languages (#3333) | Umair Jibran | 3 | -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-13 | feat(internet): update to simplified modern user-agent list (#3324) | Matt Mayer | 2 | -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-11 | feat(finance): use fake patterns for transactionDescription (#3202) | ST-DDT | 1 | -3/+3 | |
| 2024-12-06 | fix(animal): re-moo-ved some incorrect cow data (#3326) | Matt Mayer | 1 | -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-04 | chore: improve variable naming of system module (#3315) | ST-DDT | 1 | -15/+15 | |
| * 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 | 1 | -26/+20 | |
| 2024-12-02 | infra(unicorn): prefer-export-from (#3272) | ST-DDT | 1 | -2/+8 | |
| 2024-11-30 | refactor(locale): sort person data (#3269) | ST-DDT | 1 | -16/+16 | |
| 2024-11-25 | test(image): improve error text (#3278) | ST-DDT | 1 | -2/+2 | |
| 2024-11-21 | chore: import validator functions individually (#3274) | ST-DDT | 8 | -76/+86 | |
| 2024-11-19 | chore(test): cleanup usages of randomSeed (#3260) | ST-DDT | 3 | -14/+2 | |
| 2024-11-14 | infra(unicorn): consistent-function-scoping (#3255) | ST-DDT | 4 | -36/+37 | |
| 2024-11-14 | docs: expose documentation for all utilities (#3242) | ST-DDT | 2 | -0/+447 | |
| 2024-11-12 | feat: add initial seed parameter to constructors (#3220) | ST-DDT | 3 | -21/+129 | |
| 2024-11-12 | refactor(finance): deprecate maskedNumber for removal (#3201) | ST-DDT | 2 | -3/+6 | |
| 2024-11-09 | test: verify the generated image links are working (#3127) | ST-DDT | 2 | -56/+192 | |
| 2024-11-09 | test: fix vite import warning (#3248) | ST-DDT | 1 | -1/+1 | |
| 2024-11-08 | fix(internet): ensure domainWord always returns a valid value in all locales ↵ | Matt Mayer | 1 | -1/+12 | |
| (#3253) | |||||
| 2024-11-02 | test: patch and filter seeded run stacktraces (#3229) | ST-DDT | 1 | -4/+70 | |
| 2024-10-31 | feat(number): add romanNumeral method (#3070) | Amaan Shaikh | 2 | -1/+115 | |
| 2024-10-29 | feat(animal): add petName method (#3196) | Suyash Gulati | 2 | -1/+15 | |
| 2024-10-26 | test(animal): unroll animal test loop (#3198) | Matt Mayer | 1 | -23/+119 | |
| 2024-10-23 | feat(internet): add jwt method (#2936) | Zyb Jared Valdez | 2 | -0/+67 | |
| 2024-10-21 | test(system): remove obsolete SK common file name test (#3206) | ST-DDT | 1 | -11/+1 | |
| 2024-10-17 | refactor(locale): modernise buzz- and catch-phrases (#2930) | Matt Mayer | 1 | -19/+19 | |
| 2024-10-17 | refactor(locale): enhance en vehicle manufacturers (#3187) | Suyash Gulati | 1 | -4/+4 | |
| 2024-10-16 | feat(commerce): more varied product descriptions (#3174) | Matt Mayer | 2 | -7/+6 | |
| 2024-10-14 | refactor(vehicle): add more non-US vehicle manufacturers (#3173) | Matt Mayer | 1 | -4/+4 | |
| 2024-10-12 | refactor(internet): rename userName method to username (#3130) | Suyash Gulati | 3 | -7/+146 | |
| 2024-10-12 | feat(location): add `continent` method (#3162) | Joscha Feth | 2 | -0/+18 | |
| 2024-10-10 | feat(internet): improve ipv4 method (#2992) | ST-DDT | 2 | -6/+114 | |
| 2024-10-10 | feat(string): adds support for generating ULID (#2524) | Bruno Leite | 5 | -0/+105 | |
| 2024-10-10 | feat: add book module (#2949) | Michał Cieślar | 2 | -0/+114 | |
| 2024-09-26 | fix(image): fix dataUri with type svg-base64 in browsers (#3144) | ST-DDT | 1 | -0/+18 | |
| 2024-09-26 | infra: update file structure for util/internal (#3141) | DivisionByZero | 8 | -9/+9 | |
| 2024-09-20 | refactor(image): deprecate avatarLegacy (#3109) | ST-DDT | 2 | -3/+4 | |
| 2024-09-14 | fix: emit cts types (#3093) | Shinigami | 1 | -0/+2 | |
| 2024-09-09 | chore: improve nullish-checks in tests (#3081) | ST-DDT | 2 | -2/+6 | |
| 2024-08-30 | chore(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-15 | feat(locale): implement state info on sk locale (#3054) | Boubker BRIBRI | 1 | -1/+1 | |
| 2024-06-30 | refactor(locale): group person entries by gender (#2938) | DivisionByZero | 4 | -32/+34 | |
| 2024-06-23 | test: remove usage of vitest.todo (#2960) | ST-DDT | 2 | -23/+0 | |
| 2024-06-21 | chore: remove arrayElement(s) js only error (#2958) | ST-DDT | 1 | -18/+0 | |
| 2024-06-21 | feat(date)!: separate timeZone method (#2947) | ST-DDT | 4 | -4/+71 | |
| 2024-06-14 | chore(helpers): deprecate invocations on non-functions for fakeEval (#2913) | ST-DDT | 1 | -1/+1 | |
| 2024-06-13 | refactor(locale)!: use singular locale definition keys (#2932) | Saurabh kumar | 1 | -5/+5 | |
| 2024-06-05 | feat(bitcoinAddress): multiple bitcoin address types and testnet (#2922) | David Simão | 2 | -11/+113 | |
| 2024-05-25 | refactor(locale): normalize finance data (#2915) | DivisionByZero | 1 | -11/+11 | |
