Skip to content

Releases: englercj/tsd-jsdoc

v2.0.4

12 Dec 05:38
Compare
Choose a tag to compare

v2.0.3...v2.0.4

  • Fix output of readonly members
  • Fix root export names that contain exports. from JSDoc
  • Add support for constructors

v2.0.3

10 Dec 16:47
Compare
Choose a tag to compare

v2.0.2...v2.0.3

  • Remove an unused dependency

v2.0.2

10 Dec 16:37
Compare
Choose a tag to compare

v2.0.1...v2.0.2

  • Fix function declarations in namespaces
  • Fix modules and enums declared in classes
  • Workaround a JSDoc bug where it writes exports. to the name of functions defined as export function name() {}
  • Add some safety checks around invalid @property tags
  • Add class access keywords (public, private, protected)
  • Resolve the type string 'function' to a permissive function type of (...params: any[]) => any.

v2.0.1

10 Dec 15:06
Compare
Choose a tag to compare

v2.0.0...v2.0.1

  • Fix a validation code bug

v2.0.0

10 Dec 05:17
Compare
Choose a tag to compare

Complete rewrite of the core generation code. Now uses the typescript compiler to generate the output.

Breaking Changes

  • Distribution files are now in dist/ so template paths need to point to tsd-jsdoc/dist
  • JSDoc comments are not currently included in the output (public TS compiler API needed)

v2.0.0-beta.6

29 Jul 17:28
Compare
Choose a tag to compare

v2.0.0-beta.5

28 May 15:08
Compare
Choose a tag to compare

v2.0.0-beta.4

28 May 15:08
Compare
Choose a tag to compare

v2.0.0-beta.3

28 May 15:07
Compare
Choose a tag to compare

v2.0.0-beta.2

28 May 15:07
Compare
Choose a tag to compare