v1.0.0-beta.0
·
41 commits
to master
since this release
New Features
Typescript Plugin
- added
extends(#45) andimplements(#49) fields to classes and interfaces. - added
inheritedFrom(#45) field to methods and properties (inverse ofextends). - added
constructorType(#49) to classes for constructor signatures. - include type parameters in type strings
- document
enummembers andtypealias 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.