aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2022-09-08docs: add `@since` tags to all methods (#1337)Matt Mayer2-0/+13
2022-08-25docs: properly handle multiple `@see` tags (#1270)ST-DDT2-6/+24
2022-08-22docs: searchable api (#1253)Shinigami3-2/+68
2022-08-16chore(deps): update dependency typedoc-plugin-missing-exports to v1 (#1272)renovate[bot]2-40/+65
2022-08-16ci: verify semantic pull requests (#1264)Shinigami1-1/+1
2022-08-13docs: rewrite api pages to have a right aside toc (#1265)Shinigami3-38/+51
2022-08-10ci: allow breaking change commits (#1255)Shinigami1-1/+1
2022-08-06docs: use vitepress v1 (#993)Shinigami2-28/+38
2022-08-05ci: allow all commit keywords in PR titles and add locale keyword (#1230)ST-DDT1-1/+1
2022-07-10chore(deps): update doc-dependencies (#1123)renovate[bot]1-1/+6
2022-06-29chore(deps): update doc-dependencies (#1110)renovate[bot]3-47/+111
2022-06-18fix: lower target to support Webpack 4 (#1085)Jess1-2/+4
2022-06-05feat: science module (#1014)Eric Cheng1-0/+1
2022-06-01chore: remove superfluous newline from generate:locales script (#1027)ST-DDT1-1/+1
2022-05-22feat: color module (#801)Harsohail Brar1-0/+1
2022-05-18chore: generate consistent definition order for locales (#965)ST-DDT1-0/+1
2022-05-05fix(generate:locale): make the definition types extendible (#915)ST-DDT1-50/+57
2022-05-04refactor!: target es2020 (#848)Shinigami1-6/+4
2022-05-03refactor!: get rid of export = (#849)Shinigami1-3/+1
2022-05-03build!: remove node v12 support (#850)Shinigami1-2/+2
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-2/+0
2022-04-20docs: fix lost description texts (#836)ST-DDT1-3/+6
2022-04-19chore: prefer string templates over string concatenation (#732)Piotr Kuczynski4-29/+39
2022-04-13docs: use vitepress config for markdown pre-renderer (#835)ST-DDT1-5/+2
2022-04-08docs: nice string literals (#814)ST-DDT3-24/+44
2022-04-08feat: updated mime-db to 1.52.0 (#808)Daniel Bannert1-0/+39
2022-04-08docs: nice literal unions (#811)ST-DDT2-2/+7
2022-04-07test: add parameter defaults to our signature generation test (#793)ST-DDT2-26/+41
2022-04-06chore: IBAN library typed and moved to utils (#785)Piotr Kuczynski1-2/+0
2022-04-02chore: add updateLocaleFileHook to generateLocales (#756)ST-DDT1-0/+50
2022-03-29docs: fix lint warning (#727)ST-DDT1-1/+1
2022-03-28fix: use require/import export map in package.json (#697)Mischa Spiegelmock1-0/+1
2022-03-25refactor: use smart eqeqeq null checks (#650)Shinigami2-6/+3
2022-03-25docs: convert to typescript (#658)Shinigami1-3/+3
2022-03-23docs: read (complex) defaults from implementation signature (#656)ST-DDT2-0/+145
2022-03-23docs: extract defaults from the comments if absent otherwise (#657)ST-DDT1-1/+25
2022-03-15docs: improve visualization for complex types (#608)ST-DDT1-10/+84
2022-03-07docs: display correct signature (#596)ST-DDT2-3/+5
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: add toc and hide edit link (#571)ST-DDT1-2/+15
2022-03-01docs: generate docs for fake() and unique() (#564)ST-DDT6-268/+443
2022-03-01chore(deps): add prettier-plugin-organize-imports (#552)Shinigami1-1/+1
2022-02-24chore: move faker into own file (#548)Shinigami1-1/+1
2022-02-20docs: show deprecation warnings in api docs (#524)ST-DDT1-4/+18
2022-02-20docs: use vue components for api-docs (#446)ST-DDT1-140/+153
2022-02-19build: add redirect aliases for cjs (#520)Shinigami1-0/+16
2022-02-17feat(types): generate all locales index files with non-any types (#494)ST-DDT1-43/+66
2022-02-15docs: remove superfluous links in docs (#489)ST-DDT1-0/+3
2022-02-14fix: handle missing or broken locales main index files (#478)ST-DDT1-7/+35