Skip to content

v1.0.0-beta.1

Compare
Choose a tag to compare
@giladgray 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.
  • #56 add new linkify utility function to render links to known symbols within a text string,
  • #57 πŸ”₯ excludePaths option works identically to excludeNames now: Array<string | RegExp> patterns, not glob.