Skip to content

v0.1.0

Compare
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 typescript@2.4, which is much better than the previous requirement of typescript@2.1.
    • 🔥 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.