Skip to content

v1.0.0-beta.0

Choose a tag to compare

@giladgray giladgray released this 04 Jan 00:55
· 41 commits to master since this release
b958d03

New Features

Typescript Plugin

  • added extends (#45) and implements (#49) fields to classes and interfaces.
  • added inheritedFrom (#45) field to methods and properties (inverse of extends).
  • added constructorType (#49) to classes for constructor signatures.
  • include type parameters in type strings
  • document enum members and type alias members #53

Documentation

  • improved usage docs.
  • known members mentioned in types can be clicked upon to jump straight to their docs!
  • left nav scrolls separately from content.