aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2025-08-17chore: fix typo in test (#3591)Noritaka Kobayashi2-2/+2
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-20feat(locales): add animal vocabulary(bear, bird, cat, rabbit, pet_name) in ↵r4bb1t1-1/+1
Korean (#3535) Co-authored-by: DivisionByZero <[email protected]>
2025-07-06refactor(word)!: change default error strategy to 'fail' (#3560)DivisionByZero2-121/+65
2025-07-04refactor!: remove deprecations (#3553)Shinigami11-434/+6
2025-07-04feat!: esm only (#3540)Shinigami1-2/+2
2025-07-04infra: use import.meta.dirname (#3542)Shinigami1-3/+2
2025-06-29test: add check for const number (#3538)Shinigami1-2/+6
2025-06-29test: extract cjs require tests to .spec.cts (#3436)Shinigami3-16/+52
2025-06-19infra: update eslint config (#3530)Shinigami3-14/+1
2025-06-17docs: add remarks about external sources (#3452)Shinigami3-0/+111
2025-06-16feat(location): simple coordinate methods (#3528)David Pollack1-51/+55
2025-05-13fix(locale): correct Japanese country names (#3510)matsueushi1-1/+1
2025-05-13fix(locale): ko modified street_name to street_name_part (#3485)seoahan1-1/+1
2025-05-11feat(locale): Add additional Japanese last names to the locale data (#3484)Noritaka Kobayashi1-1/+1
2025-05-05refactor(locale): normalize internet data (#3502)DivisionByZero3-54/+54
2025-05-05feat(locale): update zh_CN word (#3478)Khalil Yao1-1/+1
2025-04-30feat(locale): add Japanese science locale data including elements and units ↵Noritaka Kobayashi1-1/+1
(#3491)
2025-04-29feat(locale): update Japanese company categories (#3489)Noritaka Kobayashi1-1/+1
2025-04-29feat(locale): add vehicle locale data for Japanese (#3490)Noritaka Kobayashi1-1/+1
2025-04-29feat(locale): add Japanese date and month definitions (#3492)matsueushi1-1/+1
2025-04-25feat(locale): add zh_CN book (#3477)Khalil Yao1-1/+1
2025-04-24feat(locale): update zh_CN animal (#3480)Khalil Yao1-1/+1
2025-04-19feat(locale): update zh_CN location (#3481)Khalil Yao1-1/+1
2025-04-18feat(locale): add zh_CN food (#3479)Khalil Yao1-1/+1
2025-04-17test: use [email protected] with isULID, isISO31661Numeric, isISO15924 (#3482)Matt Mayer3-18/+10
2025-04-11fix(number): don't ignore multipleOf in float when min=max (#3417)ST-DDT1-0/+38
2025-04-11feat(locale): add cy locale, start with date (#3462)Awen231-0/+1
2025-04-11feat(locale): add finance support for ja locale (#3449)matsueushi1-1/+1
2025-04-10chore(deps): update eslint (#3458)renovate[bot]2-4/+2
Co-authored-by: Shinigami92 <[email protected]>
2025-04-10feat(locale): add Tamil language support (#3468)Pradeeep G2-0/+2
2025-04-01feat(locale): add localize sex support for zh_CN & zh_TW (#3450)蛋疼的蛋蛋1-1/+1
2025-03-17fix(airline): Air France and KLM Royal Dutch Airlines (#3440)Steven Chim1-6/+6
2025-03-16feat(locale): Add bn_BD locale (#3439)Abrar Shahriar Adib2-0/+2
2025-03-06test: add snapshot test for all locales' character sets (#3276)ST-DDT2-0/+136
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)Owen3-0/+21
2025-02-28docs: improve missing data error (#3406)ST-DDT2-0/+3
2025-02-12test: retry verify tag 3 times (#3395)Shinigami1-40/+54
2025-02-09test: remove obsolete image.urlPlaceholder integration test (#3392)ST-DDT1-8/+0
2025-02-09test: enable test to generate Number.MAX_SAFE_INTEGER (#3393)ST-DDT2-3/+2
2025-02-09feat(image): add AI-generated avatars (#3126)Matt Mayer5-4/+65
2025-02-03chore(deps): update vitest to v3 (major) (#3389)renovate[bot]3-2/+4
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-DDT3-21/+23
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-28docs(api): add refresh button to examples (#3301)ST-DDT4-0/+299
* docs(api): add refresh button to examples * chore: improve button behavior slightly * chore: improve output format * chore: ignore examples without recordable results * temp * chore: use svg button * chore: use json5 format for test * chore: simplify result formatting * test: add formatting tests * test: add e2e refresh test * test: use static test values * chore: fix regex * chore: simplify refresh placeholder * Update cypress/e2e/example-refresh.cy.ts * fix: handle property after function call * Apply suggestions from code review Co-authored-by: Shinigami <[email protected]> * Apply suggestions from code review Co-authored-by: Shinigami <[email protected]> * Apply suggestions from code review Co-authored-by: Shinigami <[email protected]> * chore: format * chore: add comment --------- Co-authored-by: Shinigami <[email protected]>