v1.0.0-beta.1
·
38 commits
to master
since this release
Typescript Plugin
- #56 π₯ client symbols can only be imported from
documentalist/dist/client. - #56 π₯
Kind.ParameterβKind.MethodParameter,Kind.SignatureβKind.MethodSignature.- both of these kinds are only used inside a
Kind.Method, so they've been renamed accordingly.
- both of these kinds are only used inside a
- #56 add new
linkifyutility function to render links to known symbols within a text string, - #57 π₯
excludePathsoption works identically toexcludeNamesnow:Array<string | RegExp>patterns, not glob.