aboutsummaryrefslogtreecommitdiff
path: root/test/scripts/apidocs
AgeCommit message (Collapse)AuthorFilesLines
2025-08-17chore: fix typo in test (#3591)Noritaka Kobayashi2-2/+2
2025-07-04refactor!: remove deprecations (#3553)Shinigami2-10/+0
2025-07-04infra: use import.meta.dirname (#3542)Shinigami1-3/+2
2025-06-17docs: add remarks about external sources (#3452)Shinigami3-0/+111
2025-03-06feat(finance): add ISO 4217 numerical codes to Currency (#3404)Owen1-0/+1
2025-02-12test: retry verify tag 3 times (#3395)Shinigami1-40/+54
2025-02-09feat(image): add AI-generated avatars (#3126)Matt Mayer2-1/+2
2025-02-03chore(deps): update vitest to v3 (major) (#3389)renovate[bot]1-0/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2024-12-28docs(api): add refresh button to examples (#3301)ST-DDT2-0/+211
* 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]>
2024-12-14feat(location): add list of spoken languages (#3333)Umair Jibran1-0/+1
* 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-02infra(unicorn): prefer-export-from (#3272)ST-DDT1-2/+8
2024-11-21chore: import validator functions individually (#3274)ST-DDT1-3/+3
2024-11-14docs: expose documentation for all utilities (#3242)ST-DDT2-0/+447
2024-10-12refactor(internet): rename userName method to username (#3130)Suyash Gulati1-0/+5
2024-09-26infra: update file structure for util/internal (#3141)DivisionByZero2-2/+2
2024-04-20test(docs): fix test timeout (#2782)ST-DDT1-2/+2
2024-04-01docs: rewrite api-docs generation using ts-morph (#2628)ST-DDT9-0/+2625