Releases: englercj/tsd-jsdoc
Releases · englercj/tsd-jsdoc
v2.5.0
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
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.2.0
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
v2.1.2...v2.1.3
- Fix an issue where modules with invalid identifiers as names were not quoted.
v2.1.1
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.0.5
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