1.1.2 • Published 4 months ago

typedoc-plugin-zod v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

typedoc-plugin-zod

Improves display of types created with Zod's z.infer and z.input types.

Usage

npm install --save-dev typedoc-plugin-zod
// typedoc.json
{
    "plugin": ["typedoc-plugin-zod"]
}

See an example of this plugin in action.

Change Log

v1.1.2

  • Added support for the z.input type, #3.

v1.1.1

  • Fixed conversion of symbols where the same name is used for a type and variable, #2.

v1.1.0

  • Add support for TypeDoc 0.25.x

v1.0.2

  • Update peer dependency to allow TypeDoc 0.24

v1.0.1

  • Add GitHub links to NPM package
1.1.2

4 months ago

1.1.1

5 months ago

1.1.0

9 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago