v1.0.0-beta.1
giladgray
released this
08 Jan 22:28
·
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
linkify
utility function to render links to known symbols within a text string, - #57 π₯
excludePaths
option works identically toexcludeNames
now:Array<string | RegExp>
patterns, not glob.