Skip to content

v0.1.0

Choose a tag to compare

@giladgray giladgray released this 21 Dec 21:49
· 52 commits to master since this release
  • rewrite TypescriptPlugin to use typedoc for documentation extraction
    • typedoc currently requires [email protected], which is much better than the previous requirement of [email protected].
    • 🔥 data is now in the typescript key, instead of ts.
    • 🔥 data format is very similar to previous iteration, but some fields have been renamed.
      • flags object contains isDeprecated, isOptional, etc.