Improves display of types created with Zod's z.infer
and z.input
types.
npm install --save-dev typedoc-plugin-zod
// typedoc.json
{
"plugin": ["typedoc-plugin-zod"],
}
See an example of this plugin in action.
- Fix warnings about referenced but not present reflections in packages mode, #6.
- Copy comments from schema object declaration to type alias, #7.
- Support TypeDoc 0.26.
- Added support for the
z.input
type, #3.
- Fixed conversion of symbols where the same name is used for a type and variable, #2.
- Add support for TypeDoc 0.25.x
- Update peer dependency to allow TypeDoc 0.24
- Add GitHub links to NPM package