Releases: fuma-nama/fumadocs
Releases · fuma-nama/fumadocs
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Major Changes
-
4642a86: Remove
typescriptGenerator
fromfumadocs-docgen
why: Move dedicated parts to
fumadocs-typescript
, so all docs generation features for TypeScript can be put together in a single module.migrate: Use
fumadocs-typescript
We made a newremarkAutoTypeTable
remark plugin generating the type table but with a different syntax:<auto-type-table path="./my-file.ts" name="MyInterface" />
Instead of:
```json doc-gen:typescript { "file": "./my-file.ts", "name": "MyInterface" } ```
-
4642a86: Move
remarkTypeScriptToJavaScript
plugin tofumadocs-docgen/remark-ts2js
.why: Fix existing problems with
oxc-transform
.migrate:
Import it like:
import { remarkTypeScriptToJavaScript } from 'fumadocs-docgen/remark-ts2js';
instead of importing from
fumadocs-docgen
.