| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-12 | feat: add initial seed parameter to constructors (#3220) | ST-DDT | 7 | -31/+187 | |
| 2024-11-12 | refactor(finance): deprecate maskedNumber for removal (#3201) | ST-DDT | 3 | -6/+26 | |
| 2024-11-11 | refactor(locale): improve zh_CN vehicle manufacturers (#3254) | Heuluck Lu | 1 | -6/+20 | |
| 2024-11-11 | chore(deps): lock file maintenance (#3257) | renovate[bot] | 1 | -309/+363 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2024-11-10 | chore(deps): update dependency eslint-plugin-file-progress to v3 (#3252) | renovate[bot] | 3 | -7/+7 | |
| 2024-11-09 | test: verify the generated image links are working (#3127) | ST-DDT | 6 | -56/+250 | |
| 2024-11-09 | refactor(locale): lowercase Mexican color names (#3200) | ST-DDT | 1 | -4/+4 | |
| 2024-11-09 | test: fix vite import warning (#3248) | ST-DDT | 1 | -1/+1 | |
| 2024-11-09 | docs(guide): remove esModuleInterop flag from config (#3192) | ST-DDT | 2 | -2/+0 | |
| 2024-11-09 | infra: remove preflight failure comment (#3188) | ST-DDT | 5 | -282/+1 | |
| 2024-11-08 | fix(internet): ensure domainWord always returns a valid value in all locales ↵ | Matt Mayer | 2 | -4/+38 | |
| (#3253) | |||||
| 2024-11-06 | infra(CI): prepare CI for GitHub merge queues (#3245) | ST-DDT | 4 | -0/+4 | |
| 2024-11-05 | infra: name eslint config groups for inspection (#3249) | ST-DDT | 1 | -3/+11 | |
| 2024-11-05 | infra(unicorn): prefer-string-slice (#3247) | ST-DDT | 1 | -1/+1 | |
| 2024-11-05 | infra: show eslint progress (#3172) | Shinigami | 3 | -1/+29 | |
| Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-11-04 | chore(deps): lock file maintenance (#3246) | renovate[bot] | 1 | -372/+306 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2024-11-03 | chore(release): 9.2.0 (#3243) | FakerJS 🤖 | 3 | -2/+15 | |
| Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-11-03 | infra(unicorn): permanently disable no-object-as-default-parameter (#3203) | ST-DDT | 1 | -1/+1 | |
| 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 | 2 | -1/+28 | |
| 2024-11-03 | docs: add required twitter meta tags (#3232) | ST-DDT | 1 | -45/+11 | |
| 2024-11-03 | chore(deps): update eslint (#3238) | renovate[bot] | 3 | -124/+149 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-11-02 | refactor(locale): improve Spanish color names (#3230) | P. León | 1 | -9/+37 | |
| 2024-11-02 | test: patch and filter seeded run stacktraces (#3229) | ST-DDT | 2 | -4/+80 | |
| 2024-11-02 | chore(deps): update dependency vitepress to v1.4.3 (#3237) | renovate[bot] | 2 | -38/+38 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2024-11-02 | chore(deps): update vitest to v2.1.4 (#3239) | renovate[bot] | 2 | -75/+81 | |
| 2024-11-02 | chore(deps): update all non-major dependencies (#3236) | renovate[bot] | 8 | -24/+24 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2024-11-02 | chore(deps): update devdependencies (major) (#3241) | renovate[bot] | 2 | -56/+62 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2024-11-01 | chore(deps): update devdependencies (#3240) | renovate[bot] | 2 | -154/+364 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2024-10-31 | infra(renovate): disable rimraf update for now (#3228) | ST-DDT | 1 | -0/+6 | |
| 2024-10-31 | infra(renovate): cleanup config (#3226) | ST-DDT | 1 | -1/+0 | |
| 2024-10-31 | feat(number): add romanNumeral method (#3070) | Amaan Shaikh | 3 | -1/+206 | |
| 2024-10-29 | feat(animal): add petName method (#3196) | Suyash Gulati | 6 | -1/+76 | |
| 2024-10-29 | chore(deps): lock file maintenance (#3231) | renovate[bot] | 1 | -193/+201 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2024-10-27 | infra: remove unused dependencies (#3227) | ST-DDT | 2 | -4/+0 | |
| 2024-10-26 | chore(release): 9.1.0 (#3225) | FakerJS 🤖 | 3 | -2/+35 | |
| Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-10-26 | test(animal): unroll animal test loop (#3198) | Matt Mayer | 1 | -23/+119 | |
| 2024-10-26 | infra(renovate): reduce update frequency to monthly (#3217) | ST-DDT | 1 | -1/+1 | |
| 2024-10-26 | docs: blog post v9.0 (#3056) | DivisionByZero | 3 | -49/+122 | |
| Co-authored-by: ST-DDT <[email protected]> | |||||
| 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 | 7 | -0/+212 | |
| 2024-10-23 | docs(guide): introduce module usage (#3195) | ST-DDT | 1 | -0/+12 | |
| 2024-10-23 | infra: ignore vitest temp config (#3199) | ST-DDT | 1 | -0/+3 | |
| 2024-10-23 | chore(deps): lock file maintenance (#3213) | renovate[bot] | 1 | -182/+110 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2024-10-23 | chore(deps): update vitest to v2.1.3 (#3212) | renovate[bot] | 2 | -69/+69 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2024-10-23 | chore(deps): update devdependencies (#3209) | renovate[bot] | 2 | -39/+49 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2024-10-23 | chore(deps): update eslint (#3210) | renovate[bot] | 2 | -108/+108 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2024-10-23 | docs: optimize line breaks in default objects (#3190) | ST-DDT | 1 | -1/+5 | |
| 2024-10-22 | chore(deps): update pnpm to v9.12.2 (#3211) | renovate[bot] | 1 | -1/+1 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2024-10-22 | chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:22 ↵ | renovate[bot] | 1 | -1/+1 | |
| docker digest to dc2c365 (#3208) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
