This log was last generated on Fri, 15 Nov 2019 04:50:50 GMT and should not be manually modified.
Fri, 15 Nov 2019 04:50:50 GMT
Version update only
Mon, 11 Nov 2019 16:07:56 GMT
Version update only
Tue, 05 Nov 2019 06:49:28 GMT
- Fix an issue where API reports sometimes were ordered differently depending on the version of NodeJS (GitHub #1552)
Tue, 05 Nov 2019 01:08:39 GMT
- Clarified an error message
Tue, 22 Oct 2019 06:24:44 GMT
- Refactor some code as part of migration from TSLint to ESLint
Sun, 29 Sep 2019 23:56:29 GMT
- Update repository URL
Wed, 25 Sep 2019 15:15:31 GMT
- Add ApiItem.getMergedSiblings() API
Mon, 23 Sep 2019 15:14:55 GMT
- Remove unnecessary dependency on @types/node
Tue, 10 Sep 2019 22:32:23 GMT
- Update documentation
Tue, 10 Sep 2019 20:38:33 GMT
- Add 'canonicalReference' to ExcerptToken
Wed, 04 Sep 2019 18:28:06 GMT
Version update only
Wed, 04 Sep 2019 15:15:37 GMT
- Update TSDoc dependency to 0.12.14
Thu, 08 Aug 2019 15:14:17 GMT
Version update only
Thu, 08 Aug 2019 00:49:05 GMT
- (Experimental) Add ApiExtractor.canonicalReference which is a beta implementation of the revised TSDoc declaration reference notation
Mon, 22 Jul 2019 19:13:10 GMT
- Rename
ApiItem.canonicalReference
to.containerKey
; renameApiItemContainerMixin.tryGetMember()
to.tryGetMemberByKey()
; renameApi___.getCanonicalReference()
to.getContainerKey()
Tue, 11 Jun 2019 00:48:06 GMT
- Add API support for type parameters and type alias types
- Improve the .api.json deserializer to validate the schema version and support backwards compatibility
Wed, 05 Jun 2019 19:12:34 GMT
- Fix an issue where TSDoc index selectors (ApiParameterListMixin.overloadIndex) started from 0, whereas TSDoc requires a nonzero number
Tue, 04 Jun 2019 05:51:53 GMT
- Fix an issue where ApiConstructor inherited from ApiStaticMixin, but TypeScript constructors cannot be static
Mon, 27 May 2019 04:13:44 GMT
- Make the strings returned by ApiItem.displayName less verbose
- Improve formatting of the strings returned by ApiItem.getScopedNameWithinPackage()
Tue, 16 Apr 2019 11:01:37 GMT
- Initial stable release of API Extractor 7
Wed, 20 Mar 2019 19:14:49 GMT
Version update only
Mon, 18 Mar 2019 04:28:43 GMT
- Add helper functions for ReleaseTag
- Export IApiItemConstructor to eliminate the ae-forgotten-export warning
Wed, 13 Mar 2019 19:13:14 GMT
- Refactor code to move the IndentedWriter API from api-extractor-model to api-documenter
Wed, 13 Mar 2019 01:14:05 GMT
- Upgrade TSDoc
Mon, 11 Mar 2019 16:13:36 GMT
- Initial setup of new package @microsoft/api-extractor-model