Skip to content

Releases: englercj/tsd-jsdoc

v2.5.0

09 Apr 00:48
Compare
Choose a tag to compare

v2.4.0...v2.5.0

  • Upgrade jsdoc(api) and fix tests (#103)
  • resolves #109 add this as a function parameter (#112)
  • resolves #108 generate dtslint compliant code (#110)
  • resolves #113 Added source location information to warnings (#114)
  • Add tests for mixin and mixes (#123)
  • Improve documentation, building, and debugging (#122)
  • Add support for properties of values in an array (#119)
  • Resolves #111 preserve comment on enum members (#116)
  • Filter out inherited non-overridden members (#126)
  • Enable console logging for tests (#124)

v2.4.0

01 Sep 16:13
Compare
Choose a tag to compare

v2.3.1...v2.4.0

  • Add support for static members and methods in interfaces (#95)
  • Add support for @constant tags in namespaces (#94)
  • Add support for optional methods and members (#93)
  • Add support for simple Array type (#92)
  • Add support for @property tags on classes (#91)

v2.3.1

07 Jul 22:45
Compare
Choose a tag to compare

v2.3.0...v2.3.1

  • Fix #87, a typo that can cause a crash

v2.3.0

24 May 17:49
Compare
Choose a tag to compare

v2.2.0...v2.3.0

  • Write enum values in declaration (#79)
  • Remove some debug code (#80)

v2.2.0

18 May 19:39
Compare
Choose a tag to compare

v2.1.3...v2.2.0

  • Always quote module names
  • Fix/files and callbacks (#69)
  • Resolve complex generic types (#70)
  • Support objects in complex types (#71)
  • Add support for --access (#72)
  • Add object and function support to complex types (#76)

v2.1.3

03 Feb 16:20
Compare
Choose a tag to compare

v2.1.2...v2.1.3

  • Fix an issue where modules with invalid identifiers as names were not quoted.

v2.1.2

11 Jan 15:43
Compare
Choose a tag to compare

v2.1.1...v2.1.2

  • Add parenthesis to disambiguate outFile option (#60)

v2.1.1

09 Jan 17:16
Compare
Choose a tag to compare

v2.1.0...v2.1.1

  • Add event stub, full support coming later
  • Fix an issue with access and static keyword ordering (#58)
  • Allow user to specify name of output file with --outFile (#59)

v2.1.0

22 Dec 17:06
Compare
Choose a tag to compare

v2.0.5...v2.1.0

  • Fix #56, add support for keeping jsdoc comments

v2.0.5

22 Dec 16:38
Compare
Choose a tag to compare

v2.0.4...v2.0.5

  • Add support for typeof T via Class<T>
  • Fix #55, wrap rest types in an array type node
  • Fix #54, jsdoc says to only document one of them