Skip to content

Releases: fuma-nama/fumadocs

[email protected]

03 Mar 14:03
5cf2c3c
Compare
Choose a tag to compare

Patch Changes

[email protected]

03 Mar 14:03
5cf2c3c
Compare
Choose a tag to compare

Minor Changes

  • 70d715d: Added auto-generated comments to top of generated openapi docs files

Patch Changes

[email protected]

03 Mar 14:03
5cf2c3c
Compare
Choose a tag to compare

Patch Changes

  • 9f6d39a: Fix peer deps
  • 2035cb1: remove hook-level cache from useDocsSearch()

[email protected]

03 Mar 14:03
5cf2c3c
Compare
Choose a tag to compare

[email protected]

01 Mar 09:10
6ebeabd
Compare
Choose a tag to compare

Patch Changes

[email protected]

01 Mar 09:10
6ebeabd
Compare
Choose a tag to compare

Minor Changes

  • 42d68a6: Support remarkAutoTypeTable plugin, deprecate MDX generator in favour of new remark plugin

Patch Changes

  • 5d0dd11: Support overriding renderMarkdown function

[email protected]

01 Mar 09:10
6ebeabd
Compare
Choose a tag to compare

Minor Changes

  • b49d236: Support typesCache option and fumadocs-twoslash/cache-fs similar to Vitepress

Patch Changes

[email protected]

01 Mar 09:10
6ebeabd
Compare
Choose a tag to compare

Patch Changes

[email protected]

01 Mar 09:10
6ebeabd
Compare
Choose a tag to compare

Major Changes

  • 4642a86: Remove typescriptGenerator from fumadocs-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 new remarkAutoTypeTable 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 to fumadocs-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.

[email protected]

01 Mar 09:09
6ebeabd
Compare
Choose a tag to compare

Patch Changes

  • 37dc0a6: Update image-size to v2
  • 796cc5e: Upgrade to Orama v3
  • 2cc0be5: Support to add custom serialization to remarkStructure via data._string