| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-08-17 | chore: fix typo in test (#3591) | Noritaka Kobayashi | 2 | -2/+2 | |
| 2025-07-04 | refactor!: remove deprecations (#3553) | Shinigami | 2 | -10/+0 | |
| 2025-07-04 | infra: use import.meta.dirname (#3542) | Shinigami | 1 | -3/+2 | |
| 2025-06-17 | docs: add remarks about external sources (#3452) | Shinigami | 3 | -0/+111 | |
| 2025-03-06 | feat(finance): add ISO 4217 numerical codes to Currency (#3404) | Owen | 1 | -0/+1 | |
| 2025-02-12 | test: retry verify tag 3 times (#3395) | Shinigami | 1 | -40/+54 | |
| 2025-02-09 | feat(image): add AI-generated avatars (#3126) | Matt Mayer | 2 | -1/+2 | |
| 2025-02-03 | chore(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-28 | docs(api): add refresh button to examples (#3301) | ST-DDT | 2 | -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-14 | feat(location): add list of spoken languages (#3333) | Umair Jibran | 1 | -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-02 | infra(unicorn): prefer-export-from (#3272) | ST-DDT | 1 | -2/+8 | |
| 2024-11-21 | chore: import validator functions individually (#3274) | ST-DDT | 1 | -3/+3 | |
| 2024-11-14 | docs: expose documentation for all utilities (#3242) | ST-DDT | 2 | -0/+447 | |
| 2024-10-12 | refactor(internet): rename userName method to username (#3130) | Suyash Gulati | 1 | -0/+5 | |
| 2024-09-26 | infra: update file structure for util/internal (#3141) | DivisionByZero | 2 | -2/+2 | |
| 2024-04-20 | test(docs): fix test timeout (#2782) | ST-DDT | 1 | -2/+2 | |
| 2024-04-01 | docs: rewrite api-docs generation using ts-morph (#2628) | ST-DDT | 16 | -1281/+2209 | |
| 2024-03-06 | infra(unicorn): switch-case-braces (#2721) | ST-DDT | 1 | -4/+8 | |
| 2024-03-05 | infra(typescript-eslint): consistent-type-exports (#2714) | ST-DDT | 1 | -1/+1 | |
| 2024-02-25 | infra(unicorn): prefer-top-level-await (#2680) | ST-DDT | 1 | -10/+7 | |
| 2024-02-18 | infra(unicorn): prefer-string-replace-all (#2653) | Shinigami | 1 | -1/+1 | |
| 2024-02-09 | chore(deps)!: update dependency typescript to v5 (#1953) | renovate[bot] | 3 | -12/+12 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-02-09 | chore(deps): update vitest to v1 (major) (#2573) | renovate[bot] | 2 | -47/+47 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-01-02 | chore(deps): update dependency vitepress to v1.0.0-rc.34 (#2592) | renovate[bot] | 2 | -71/+47 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]> | |||||
| 2023-12-29 | chore(deps): update doc-dependencies (#2301) | renovate[bot] | 7 | -160/+181 | |
| 2023-12-25 | feat(helpers): add support for complex intermediate types (#2550) | ST-DDT | 1 | -1/+4 | |
| 2023-12-03 | docs: check and improve handling of duplicate tags (#2444) | ST-DDT | 3 | -29/+59 | |
| 2023-11-20 | docs: consistent @see jsdoc tags (#2473) | ST-DDT | 1 | -0/+18 | |
| 2023-11-14 | infra(unicorn): prefer-module (#2510) | ST-DDT | 1 | -2/+3 | |
| 2023-11-14 | infra: enable strictNullChecks in tsconfig (#2435) | ST-DDT | 1 | -1/+1 | |
| 2023-11-13 | test(docs): ensure defaults are consistent (#2177) | ST-DDT | 1 | -0/+76 | |
| 2023-11-07 | infra(unicorn): no-array-reduce (#2479) | ST-DDT | 1 | -11/+7 | |
| 2023-11-04 | infra(typescript-eslint): strict-type-checked (#2467) | ST-DDT | 2 | -4/+6 | |
| 2023-10-28 | infra(unicorn): filename-case (#2492) | ST-DDT | 1 | -1/+1 | |
| 2023-10-14 | docs: fix bad Promise usage (#2475) | ST-DDT | 3 | -18/+53 | |
| 2023-10-11 | infra(unicorn): no-array-for-each (#2461) | ST-DDT | 2 | -7/+7 | |
| 2023-10-08 | infra(unicorn): no-console-spaces (#2447) | ST-DDT | 1 | -2/+2 | |
| 2023-10-07 | infra(eslint): enable no-useless-escape eslint rule (#2434) | ST-DDT | 1 | -1/+1 | |
| 2023-09-23 | infra: lint all existing jsdocs (#2408) | ST-DDT | 3 | -12/+16 | |
| 2023-09-22 | test: add more module jsdoc tests (#2412) | ST-DDT | 2 | -2/+32 | |
| 2023-09-19 | docs: show examples for modules (#2406) | Matt Mayer | 3 | -3/+23 | |
| Co-authored-by: ST-DDT <[email protected]> | |||||
| 2023-09-10 | chore(deps): regenerate lock file (#2382) | Shinigami | 1 | -44/+44 | |
| 2023-08-06 | chore(deps): update dependency prettier to v3 (#2260) | Shinigami | 2 | -16/+16 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]> | |||||
| 2023-07-30 | fix(test): fix imports for jsdocs example verification (#2281) | ST-DDT | 1 | -1/+3 | |
| 2023-07-15 | infra: reduce tsconfig complexity (#2102) | Shinigami | 2 | -8/+0 | |
| 2023-05-04 | chore: rename generics (#2046) | Shinigami | 2 | -1/+2 | |
| 2023-05-03 | test: prepare test sources for strict mode (#2107) | Shinigami | 1 | -4/+4 | |
| 2023-04-28 | docs: fix full url to absolute conversion (#2101) | ST-DDT | 5 | -1/+83 | |
| 2023-04-20 | docs: check api references (#2024) | ST-DDT | 4 | -110/+179 | |
| 2023-04-16 | docs: document @throws parameter in API docs (#2050) | Matt Mayer | 2 | -19/+66 | |
