aboutsummaryrefslogtreecommitdiff
path: root/scripts/apidoc/signature.ts
AgeCommit message (Collapse)AuthorFilesLines
2024-04-01docs: rewrite api-docs generation using ts-morph (#2628)ST-DDT1-365/+0
2024-03-06infra(unicorn): switch-case-braces (#2721)ST-DDT1-14/+28
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT1-1/+1
2023-11-13test(docs): ensure defaults are consistent (#2177)ST-DDT1-29/+31
2023-11-06infra(unicorn): prefer-negative-index (#2512)ST-DDT1-1/+1
2023-10-14docs: fix bad Promise usage (#2475)ST-DDT1-3/+3
2023-10-10infra(unicorn): explicit-length-check (#2455)ST-DDT1-2/+2
2023-10-09infra(unicorn): prefer-string-starts-ends-with (#2442)ST-DDT1-1/+1
2023-09-23infra: lint all existing jsdocs (#2408)ST-DDT1-0/+1
2023-09-19docs: show examples for modules (#2406)Matt Mayer1-8/+6
Co-authored-by: ST-DDT <[email protected]>
2023-08-06chore(deps): update dependency prettier to v3 (#2260)Shinigami1-50/+63
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2023-05-01chore: improve regex usage (#2108)Shinigami1-1/+1
2023-04-20docs: check api references (#2024)ST-DDT1-81/+6
2023-04-16docs: document @throws parameter in API docs (#2050)Matt Mayer1-0/+5
2023-04-12chore(deps): update doc-dependencies (#2037)renovate[bot]1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2023-04-03chore: activate eslint no-else-return (#2009)Shinigami1-21/+18
2023-04-03docs: Faker and utility pages (#1940)ST-DDT1-32/+2
2023-03-30test: separate jsdoc tag tests (#1969)Shinigami1-1/+3
2023-03-29docs: add overview guides to specific modules (#1929)Matt Mayer1-0/+4
2023-03-29docs: unwrap nested named union and literal types (#1965)ST-DDT1-1/+11
2023-03-24docs: mark deprecated parameter options (#1962)ST-DDT1-12/+16
2023-03-16docs: fix nested parameter defaults (#1931)ST-DDT1-0/+6
2023-03-04docs: show deprecation message (#1889)Matt Mayer1-3/+6
2023-02-13chore(deps): update doc-dependencies (#1826)renovate[bot]1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2023-02-03docs: show source link (#1780)ST-DDT1-5/+6
Co-authored-by: Shinigami92 <[email protected]>
2023-01-26docs: fix unwrap literal union (#1752)ST-DDT1-4/+25
2023-01-23refactor: reorganize apidoc scripts and reuse them for tests (#1759)ST-DDT1-3/+3
2023-01-21docs: unwrap complex array params (#1753)ST-DDT1-20/+30
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami1-0/+10
2022-12-30docs: fix param check (#1694)ST-DDT1-1/+1
2022-12-26docs(datatype): allow markdown in @see links (#1667)Matt Mayer1-3/+11
2022-11-21chore: re-enable sanitizeHtml check (#1500)ST-DDT1-23/+43
2022-09-08docs: add `@since` tags to all methods (#1337)Matt Mayer1-0/+2
2022-08-25docs: properly handle multiple `@see` tags (#1270)ST-DDT1-2/+2
2022-08-06docs: use vitepress v1 (#993)Shinigami1-28/+35
2022-07-10chore(deps): update doc-dependencies (#1123)renovate[bot]1-1/+6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2022-06-29chore(deps): update doc-dependencies (#1110)renovate[bot]1-24/+34
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2022-04-20docs: fix lost description texts (#836)ST-DDT1-3/+6
2022-04-19chore: prefer string templates over string concatenation (#732)Piotr Kuczynski1-15/+18
2022-04-13docs: use vitepress config for markdown pre-renderer (#835)ST-DDT1-5/+2
2022-04-08docs: nice string literals (#814)ST-DDT1-1/+3
2022-04-08docs: nice literal unions (#811)ST-DDT1-1/+6
2022-03-25refactor: use smart eqeqeq null checks (#650)Shinigami1-4/+1
2022-03-23docs: extract defaults from the comments if absent otherwise (#657)ST-DDT1-1/+25
Co-authored-by: Daniel Bannert <[email protected]>
2022-03-15docs: improve visualization for complex types (#608)ST-DDT1-10/+84
2022-03-07docs: show union options parameters (#602)ST-DDT1-6/+3
2022-03-03docs: document options params in api docs (#570)ST-DDT1-27/+76
2022-03-01docs: generate docs for fake() and unique() (#564)ST-DDT1-0/+166