UNPKG

@microsoft/api-extractor

Version:

Validatation, documentation, and auditing for the exported API of a TypeScript package

362 lines 9.58 kB
{ "name": "@microsoft/api-extractor", "entries": [ { "version": "2.0.5", "tag": "@microsoft/api-extractor_v2.0.5", "date": "Sat, 22 Apr 2017 01:02:03 GMT", "comments": { "patch": [ { "comment": "Added check for API names that are not supported (only letters and numbers supported)" } ] } }, { "version": "2.0.4", "tag": "@microsoft/api-extractor_v2.0.4", "date": "Wed, 19 Apr 2017 20:18:06 GMT", "comments": { "patch": [ { "comment": "Remove ES6 Promise & @types/es6-promise typings" } ] } }, { "version": "2.0.3", "tag": "@microsoft/api-extractor_v2.0.3", "date": "Fri, 14 Apr 2017 17:44:08 GMT", "comments": { "patch": [ { "comment": "Added collect references ability to detect determine type information of return types and parameter types." } ] } }, { "version": "2.0.2", "tag": "@microsoft/api-extractor_v2.0.2", "date": "Fri, 07 Apr 2017 21:43:16 GMT", "comments": { "patch": [ { "comment": "Adjusted the version specifier for typescript to ~2.2.2" } ] } }, { "version": "2.0.1", "tag": "@microsoft/api-extractor_v2.0.1", "date": "Thu, 06 Apr 2017 01:32:23 GMT", "comments": { "patch": [ { "comment": "Removed hard coding of @public for ApiPackage" } ] } }, { "version": "2.0.0", "tag": "@microsoft/api-extractor_v2.0.0", "date": "Mon, 20 Mar 2017 21:52:20 GMT", "comments": { "major": [ { "comment": "Fixing whitespace, also a variable that was shadowing another variable." } ] } }, { "version": "1.1.19", "tag": "@microsoft/api-extractor_v1.1.19", "date": "Mon, 20 Mar 2017 04:20:13 GMT", "comments": { "patch": [ { "comment": "Reverting change." } ] } }, { "version": "1.1.18", "tag": "@microsoft/api-extractor_v1.1.18", "date": "Mon, 20 Mar 2017 03:50:55 GMT", "comments": { "patch": [ { "comment": "Reverting previous change, which causes a regression in SPFx yeoman sc enario." } ] } }, { "version": "1.1.17", "tag": "@microsoft/api-extractor_v1.1.17", "date": "Mon, 20 Mar 2017 00:54:03 GMT", "comments": { "patch": [ { "comment": "Fixing lint whitespace issues." } ] } }, { "version": "1.1.16", "tag": "@microsoft/api-extractor_v1.1.16", "date": "Sun, 19 Mar 2017 19:10:30 GMT", "comments": { "patch": [ { "comment": "Fixing variable that was shadowing another variable." } ] } }, { "version": "1.1.15", "tag": "@microsoft/api-extractor_v1.1.15", "date": "Wed, 15 Mar 2017 01:32:09 GMT", "comments": { "patch": [ { "comment": "Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects." } ] } }, { "version": "1.1.14", "tag": "@microsoft/api-extractor_v1.1.14", "date": "Sat, 18 Feb 2017 02:32:06 GMT", "comments": { "patch": [ { "comment": "Seperated the ApiItem initialization into 3 stages: create documentation that doesn't require resolution, then complete initialization by resolving links and inheritdocs. This allows us to ignore harmless cycles like type references\"" } ] } }, { "version": "1.1.13", "tag": "@microsoft/api-extractor_v1.1.13", "date": "Thu, 16 Feb 2017 22:10:39 GMT", "comments": { "patch": [ { "comment": "Fixed Api-Extractor error message, changed apostrophe to backtick." } ] } }, { "version": "1.1.12", "tag": "@microsoft/api-extractor_v1.1.12", "date": "Thu, 16 Feb 2017 18:56:57 GMT", "comments": { "patch": [ { "comment": "Added support for local API definition resolution\"" } ] } }, { "version": "1.1.11", "tag": "@microsoft/api-extractor_v1.1.11", "date": "Sat, 11 Feb 2017 02:32:35 GMT", "comments": { "patch": [ { "comment": "Changed dependency for ApiDocumentation to abstract the resolving of API definition references." } ] } }, { "version": "1.1.10", "tag": "@microsoft/api-extractor_v1.1.10", "date": "Fri, 10 Feb 2017 20:01:30 GMT", "comments": { "patch": [ { "comment": " Added support to not throw error, instead report error if no type is declared on properties and parameters" } ] } }, { "version": "1.1.9", "tag": "@microsoft/api-extractor_v1.1.9", "date": "Tue, 07 Feb 2017 20:37:06 GMT", "comments": { "patch": [ { "comment": "Fixing issue where undocumented comment was not being emitted." } ] } }, { "version": "1.1.8", "tag": "@microsoft/api-extractor_v1.1.8", "date": "Sat, 04 Feb 2017 02:32:05 GMT", "comments": { "patch": [ { "comment": "Moved ApiItem references within ApiDocumentation, to ApiItem caller." } ] } }, { "version": "1.1.7", "tag": "@microsoft/api-extractor_v1.1.7", "date": "Thu, 02 Feb 2017 14:05:53 GMT", "comments": { "patch": [ { "comment": "Refactored ApiDocumentation creation to resolve references method." } ] } }, { "version": "1.1.6", "tag": "@microsoft/api-extractor_v1.1.6", "date": "Wed, 01 Feb 2017 20:09:30 GMT", "comments": { "patch": [ { "comment": "Added ApiItemKind enum and refactored child classes." } ] } }, { "version": "1.1.5", "tag": "@microsoft/api-extractor_v1.1.5", "date": "Fri, 27 Jan 2017 20:04:15 GMT", "comments": { "patch": [ { "comment": "Changed name of Analyzer to Extractor, added support for external api json doc loading." } ] } }, { "version": "1.1.4", "tag": "@microsoft/api-extractor_v1.1.4", "date": "Fri, 27 Jan 2017 02:35:10 GMT", "comments": { "patch": [ { "comment": "Added ExternalApiHelper class to be used in generating api documentation json files for external types." }, { "comment": "Added description for packages implementation." }, { "comment": "Added config folder with file to enable api-extractor on itself. rebuild project on previous build." } ] } }, { "version": "1.1.3", "tag": "@microsoft/api-extractor_v1.1.3", "date": "Tue, 24 Jan 2017 01:36:35 GMT", "comments": { "patch": [ { "comment": "Json schema was updated to reflect feature additions to linkDocElement. The linkDocElement can now be of type 'code' which refers to an API definition reference." } ] } }, { "version": "1.1.2", "tag": "@microsoft/api-extractor_v1.1.2", "date": "Fri, 20 Jan 2017 01:46:41 GMT", "comments": { "dependency": [ { "comment": "Updating dependency \"@microsoft/node-library-build\" from `~2.1.0` to `~2.2.0`" } ] } }, { "version": "1.1.1", "tag": "@microsoft/api-extractor_v1.1.1", "date": "Thu, 19 Jan 2017 20:04:40 GMT", "comments": { "patch": [ { "comment": "Check for missing JsDoc sequences changed." }, { "comment": "Improved error messages" } ] } }, { "version": "1.1.0", "tag": "@microsoft/api-extractor_v1.1.0", "date": "Wed, 18 Jan 2017 20:04:29 GMT", "comments": { "minor": [ { "comment": "Updating API Extractor to work with TypeScript 2.1" } ] } }, { "version": "1.0.2", "tag": "@microsoft/api-extractor_v1.0.2", "date": "Mon, 16 Jan 2017 20:04:15 GMT", "comments": { "patch": [ { "comment": "@link capability for href and API definition references" } ] } }, { "version": "1.0.1", "tag": "@microsoft/api-extractor_v1.0.1", "date": "Fri, 13 Jan 2017 06:46:05 GMT", "comments": { "dependency": [ { "comment": "Updating dependency \"@microsoft/node-library-build\" from `~2.0.0` to `~2.1.0`" } ] } }, { "version": "1.0.0", "tag": "@microsoft/api-extractor_v1.0.0", "date": "Wed, 11 Jan 2017 14:11:26 GMT", "comments": { "major": [ { "comment": "Introducing API Extractor" } ] } } ] }