aboutsummaryrefslogtreecommitdiff
path: root/scripts/apidoc
AgeCommit message (Collapse)AuthorFilesLines
2024-04-01docs: rewrite api-docs generation using ts-morph (#2628)ST-DDT12-1752/+0
2024-03-06infra(unicorn): switch-case-braces (#2721)ST-DDT1-14/+28
2024-02-19infra(unicorn): prefer-at (#2654)Shinigami2-3/+5
2024-02-18infra(unicorn): prefer-string-replace-all (#2653)Shinigami3-10/+10
2024-01-02chore(deps): update dependency vitepress to v1.0.0-rc.34 (#2592)renovate[bot]1-2/+7
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2023-12-29chore(deps): update doc-dependencies (#2301)renovate[bot]2-13/+13
2023-12-11infra(tsconfig): noImplicitAny (#2562)ST-DDT1-1/+2
2023-12-03docs: check and improve handling of duplicate tags (#2444)ST-DDT1-6/+38
2023-11-23refactor: improve groupBy (#2532)ST-DDT1-7/+6
2023-11-14infra(unicorn): prefer-module (#2510)ST-DDT1-2/+3
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT2-2/+6
2023-11-13test(docs): ensure defaults are consistent (#2177)ST-DDT3-30/+75
2023-11-12docs: restructure apidocs page tree (#2530)larvide6-10/+30
Co-authored-by: larvide <[email protected]>
2023-11-07infra(unicorn): no-array-reduce (#2479)ST-DDT1-13/+10
2023-11-07infra(unicorn): no-negated-condition (#2507)ST-DDT1-2/+2
2023-11-06infra(unicorn): prefer-negative-index (#2512)ST-DDT1-1/+1
2023-10-28infra(unicorn): filename-case (#2492)ST-DDT7-12/+12
2023-10-23infra(unicorn): prefer-native-coercion-functions (#2445)ST-DDT1-2/+2
2023-10-23chore: substrings of length one (#2496)ST-DDT1-1/+1
2023-10-14docs: fix bad Promise usage (#2475)ST-DDT2-6/+6
2023-10-11infra(unicorn): no-array-for-each (#2461)ST-DDT1-4/+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-10-08infra(unicorn): prefer-object-from-entries (#2443)ST-DDT3-11/+4
2023-10-08infra(unicorn): prefer-array-flat-map (#2446)ST-DDT1-1/+1
2023-10-07infra(unicorn): prefer-node-protocol (#2420)Shinigami1-1/+1
2023-10-04feat: support custom randomizer (#2284)ST-DDT2-19/+30
2023-09-23infra: lint all existing jsdocs (#2408)ST-DDT6-2/+25
2023-09-19docs: show examples for modules (#2406)Matt Mayer7-12/+56
Co-authored-by: ST-DDT <[email protected]>
2023-09-18feat: split SimpleFaker class from Faker (#2369)Shinigami2-14/+30
2023-08-06chore(deps): update dependency prettier to v3 (#2260)Shinigami7-88/+118
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2023-08-03fix(test): typedoc signature test issues (#2280)ST-DDT1-0/+1
2023-05-04chore: rename generics (#2046)Shinigami1-4/+4
2023-05-01chore: improve regex usage (#2108)Shinigami1-1/+1
2023-04-28docs: fix full url to absolute conversion (#2101)ST-DDT4-9/+29
2023-04-20docs: strikethrough deprecated methods on api index (#2067)Matt Mayer1-0/+1
2023-04-20docs: check api references (#2024)ST-DDT5-86/+91
2023-04-16docs: document @throws parameter in API docs (#2050)Matt Mayer2-0/+17
2023-04-12chore(deps): update doc-dependencies (#2037)renovate[bot]3-14/+49
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)Shinigami2-26/+19
2023-04-03docs: Faker and utility pages (#1940)ST-DDT7-124/+212
2023-04-01docs: mark deprecated modules (#2000)ST-DDT2-2/+20
2023-03-30test: separate jsdoc tag tests (#1969)Shinigami1-1/+3
2023-03-29docs: add overview guides to specific modules (#1929)Matt Mayer2-2/+6
2023-03-29docs: unwrap nested named union and literal types (#1965)ST-DDT1-1/+11
2023-03-24docs: mark deprecated parameter options (#1962)ST-DDT2-31/+33
2023-03-16docs: fix nested parameter defaults (#1931)ST-DDT1-0/+6
2023-03-07refactor!: remove dynamic locale switching support (#1735)ST-DDT1-1/+3
2023-03-04docs: show deprecation message (#1889)Matt Mayer2-6/+12
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]>