Files
discord.js/packages/api-extractor/CHANGELOG.json
Qjuh 5c0fad3b2d build: package api-extractor and -model (#9920)
* fix(ExceptText): don't display import("d..-types/v10"). in return type

* Squashed 'packages/api-extractor-model/' content from commit 39ecb196c

git-subtree-dir: packages/api-extractor-model
git-subtree-split: 39ecb196ca210bdf84ba6c9cadb1bb93571849d7

* Squashed 'packages/api-extractor/' content from commit 341ad6c51

git-subtree-dir: packages/api-extractor
git-subtree-split: 341ad6c51b01656d4f73b74ad4bdb3095f9262c4

* feat(api-extractor): add api-extractor and -model

* fix: package.json docs script

* fix(SourcLink): use <> instead of function syntax

* fix: make packages private

* fix: rest params showing in docs, added labels

* fix: missed two files

* fix: cpy-cli & pnpm-lock

* fix: increase icon size

* fix: icon size again
2023-11-07 21:53:36 +01:00

7029 lines
176 KiB
JSON

{
"name": "@microsoft/api-extractor",
"entries": [
{
"version": "7.38.1",
"tag": "@microsoft/api-extractor_v7.38.1",
"date": "Mon, 30 Oct 2023 23:36:38 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.17.0`"
}
]
}
},
{
"version": "7.38.0",
"tag": "@microsoft/api-extractor_v7.38.0",
"date": "Sun, 01 Oct 2023 02:56:29 GMT",
"comments": {
"minor": [
{
"comment": "Add a new message \"ae-undocumented\" to support logging of undocumented API items"
}
]
}
},
{
"version": "7.37.3",
"tag": "@microsoft/api-extractor_v7.37.3",
"date": "Sat, 30 Sep 2023 00:20:51 GMT",
"comments": {
"patch": [
{
"comment": "Don't strip out @alpha items when generating API reports."
}
]
}
},
{
"version": "7.37.2",
"tag": "@microsoft/api-extractor_v7.37.2",
"date": "Thu, 28 Sep 2023 20:53:16 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.61.0`"
}
]
}
},
{
"version": "7.37.1",
"tag": "@microsoft/api-extractor_v7.37.1",
"date": "Tue, 26 Sep 2023 09:30:33 GMT",
"comments": {
"patch": [
{
"comment": "Update type-only imports to include the type modifier."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.60.1`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.5.1`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.16.1`"
}
]
}
},
{
"version": "7.37.0",
"tag": "@microsoft/api-extractor_v7.37.0",
"date": "Fri, 15 Sep 2023 00:36:58 GMT",
"comments": {
"minor": [
{
"comment": "Update @types/node from 14 to 18"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.0`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.60.0`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.5.0`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.16.0`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.4`"
}
]
}
},
{
"version": "7.36.4",
"tag": "@microsoft/api-extractor_v7.36.4",
"date": "Tue, 08 Aug 2023 07:10:39 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.6`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.7`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.4.1`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.15.2`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.3`"
}
]
}
},
{
"version": "7.36.3",
"tag": "@microsoft/api-extractor_v7.36.3",
"date": "Wed, 19 Jul 2023 00:20:31 GMT",
"comments": {
"patch": [
{
"comment": "Updated semver dependency"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.5`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.6`"
}
]
}
},
{
"version": "7.36.2",
"tag": "@microsoft/api-extractor_v7.36.2",
"date": "Wed, 12 Jul 2023 15:20:39 GMT",
"comments": {
"patch": [
{
"comment": "Add api-extractor support for .d.mts and .d.cts files"
}
]
}
},
{
"version": "7.36.1",
"tag": "@microsoft/api-extractor_v7.36.1",
"date": "Thu, 06 Jul 2023 00:16:19 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.4`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.5`"
}
]
}
},
{
"version": "7.36.0",
"tag": "@microsoft/api-extractor_v7.36.0",
"date": "Mon, 19 Jun 2023 22:40:21 GMT",
"comments": {
"minor": [
{
"comment": "Use the `IRigConfig` interface in the `IExtractorConfigLoadForFolderOptions` object insteacd of the `RigConfig` class."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.4.0`"
}
]
}
},
{
"version": "7.35.4",
"tag": "@microsoft/api-extractor_v7.35.4",
"date": "Thu, 15 Jun 2023 00:21:01 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.4`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.21`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.15.1`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.2`"
}
]
}
},
{
"version": "7.35.3",
"tag": "@microsoft/api-extractor_v7.35.3",
"date": "Tue, 13 Jun 2023 01:49:01 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.15.0`"
}
]
}
},
{
"version": "7.35.2",
"tag": "@microsoft/api-extractor_v7.35.2",
"date": "Wed, 07 Jun 2023 22:45:16 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.3`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.20`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.14.0`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.1`"
}
]
}
},
{
"version": "7.35.1",
"tag": "@microsoft/api-extractor_v7.35.1",
"date": "Mon, 29 May 2023 15:21:15 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.2`"
}
]
}
},
{
"version": "7.35.0",
"tag": "@microsoft/api-extractor_v7.35.0",
"date": "Mon, 22 May 2023 06:34:32 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade the TypeScript dependency to ~5.0.4"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.0`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.1`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.19`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.13.3`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.0`"
}
]
}
},
{
"version": "7.34.9",
"tag": "@microsoft/api-extractor_v7.34.9",
"date": "Fri, 12 May 2023 00:23:05 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.9`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.0`"
}
]
}
},
{
"version": "7.34.8",
"tag": "@microsoft/api-extractor_v7.34.8",
"date": "Thu, 04 May 2023 00:20:28 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.8`"
}
]
}
},
{
"version": "7.34.7",
"tag": "@microsoft/api-extractor_v7.34.7",
"date": "Mon, 01 May 2023 15:23:20 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.7`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.58.0`"
}
]
}
},
{
"version": "7.34.6",
"tag": "@microsoft/api-extractor_v7.34.6",
"date": "Sat, 29 Apr 2023 00:23:03 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.6`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.57.0`"
}
]
}
},
{
"version": "7.34.5",
"tag": "@microsoft/api-extractor_v7.34.5",
"date": "Thu, 27 Apr 2023 17:18:42 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.5`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.56.0`"
}
]
}
},
{
"version": "7.34.4",
"tag": "@microsoft/api-extractor_v7.34.4",
"date": "Fri, 10 Feb 2023 01:18:50 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.4`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.55.2`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.18`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.13.2`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.2.0`"
}
]
}
},
{
"version": "7.34.3",
"tag": "@microsoft/api-extractor_v7.34.3",
"date": "Sun, 05 Feb 2023 03:02:02 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.55.1`"
}
]
}
},
{
"version": "7.34.2",
"tag": "@microsoft/api-extractor_v7.34.2",
"date": "Wed, 01 Feb 2023 02:16:34 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.55.0`"
}
]
}
},
{
"version": "7.34.1",
"tag": "@microsoft/api-extractor_v7.34.1",
"date": "Mon, 30 Jan 2023 16:22:30 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.54.0`"
}
]
}
},
{
"version": "7.34.0",
"tag": "@microsoft/api-extractor_v7.34.0",
"date": "Wed, 25 Jan 2023 07:26:55 GMT",
"comments": {
"minor": [
{
"comment": "Add new .api.json field `isAbstract` to track `abstract` modifier in ApiClass, ApiMethod, and ApiProperty via ApiAbstractMixin (GitHub #3661)"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.0`"
}
]
}
},
{
"version": "7.33.8",
"tag": "@microsoft/api-extractor_v7.33.8",
"date": "Wed, 18 Jan 2023 22:44:12 GMT",
"comments": {
"patch": [
{
"comment": "Use ts.getCheckFlags to fix TS 5.0"
}
]
}
},
{
"version": "7.33.7",
"tag": "@microsoft/api-extractor_v7.33.7",
"date": "Fri, 09 Dec 2022 16:18:28 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.25.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.53.3`"
}
]
}
},
{
"version": "7.33.6",
"tag": "@microsoft/api-extractor_v7.33.6",
"date": "Tue, 08 Nov 2022 01:20:55 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.13.1`"
}
]
}
},
{
"version": "7.33.5",
"tag": "@microsoft/api-extractor_v7.33.5",
"date": "Wed, 26 Oct 2022 00:16:16 GMT",
"comments": {
"patch": [
{
"comment": "Update the @microsoft/tsdoc dependency version to 0.14.2."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.25.2`"
}
]
}
},
{
"version": "7.33.4",
"tag": "@microsoft/api-extractor_v7.33.4",
"date": "Mon, 17 Oct 2022 22:14:21 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.13.0`"
}
]
}
},
{
"version": "7.33.3",
"tag": "@microsoft/api-extractor_v7.33.3",
"date": "Mon, 17 Oct 2022 15:16:00 GMT",
"comments": {
"patch": [
{
"comment": "Fix a regression where the \"fileUrlPath\" property would contain a malformed path when API Extractor is run on Windows."
}
]
}
},
{
"version": "7.33.2",
"tag": "@microsoft/api-extractor_v7.33.2",
"date": "Fri, 14 Oct 2022 15:26:31 GMT",
"comments": {
"patch": [
{
"comment": "Fix references from computed properties #3629"
}
]
}
},
{
"version": "7.33.1",
"tag": "@microsoft/api-extractor_v7.33.1",
"date": "Thu, 13 Oct 2022 00:20:15 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.25.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.53.2`"
}
]
}
},
{
"version": "7.33.0",
"tag": "@microsoft/api-extractor_v7.33.0",
"date": "Tue, 11 Oct 2022 23:49:12 GMT",
"comments": {
"minor": [
{
"comment": "Extract the original source file path for relevant API items and add a new projectFolderUrl setting to the api-extractor.json config that allows one to specify what URL their project folder can be found at."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.25.0`"
}
]
}
},
{
"version": "7.32.1",
"tag": "@microsoft/api-extractor_v7.32.1",
"date": "Mon, 10 Oct 2022 15:23:44 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.24.4`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.53.1`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.17`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.5`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.1.1`"
}
]
}
},
{
"version": "7.32.0",
"tag": "@microsoft/api-extractor_v7.32.0",
"date": "Thu, 29 Sep 2022 07:13:06 GMT",
"comments": {
"minor": [
{
"comment": "Update parser to TypeScript 4.8."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.24.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.53.0`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.16`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.4`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.1.0`"
}
]
}
},
{
"version": "7.31.2",
"tag": "@microsoft/api-extractor_v7.31.2",
"date": "Wed, 21 Sep 2022 20:21:10 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.24.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.52.0`"
}
]
}
},
{
"version": "7.31.1",
"tag": "@microsoft/api-extractor_v7.31.1",
"date": "Thu, 15 Sep 2022 00:18:51 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.24.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.51.2`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.15`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.3`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.0.1`"
}
]
}
},
{
"version": "7.31.0",
"tag": "@microsoft/api-extractor_v7.31.0",
"date": "Tue, 13 Sep 2022 00:16:55 GMT",
"comments": {
"minor": [
{
"comment": "Fix an issue where aliased classes sometimes had incorrect canonical references in *.api.json (GitHub #3593)"
}
]
}
},
{
"version": "7.30.1",
"tag": "@microsoft/api-extractor_v7.30.1",
"date": "Mon, 12 Sep 2022 22:27:48 GMT",
"comments": {
"patch": [
{
"comment": "Fix a recent regression where items exported from both the entry point and from an exported namespace appeared only once in the API doc model (GitHub #3619)"
}
]
}
},
{
"version": "7.30.0",
"tag": "@microsoft/api-extractor_v7.30.0",
"date": "Fri, 02 Sep 2022 17:48:42 GMT",
"comments": {
"minor": [
{
"comment": "Add new \"apiReport.includeForgottenExports\" and \"docModel.includeForgottenExports\" properties to control whether forgotten exports are included in the API report and doc model files."
},
{
"comment": "Fix incorrect declaration references for symbols not exported from the package's entry point."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.24.0`"
}
]
}
},
{
"version": "7.29.5",
"tag": "@microsoft/api-extractor_v7.29.5",
"date": "Wed, 24 Aug 2022 03:01:22 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.23.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.51.1`"
}
]
}
},
{
"version": "7.29.4",
"tag": "@microsoft/api-extractor_v7.29.4",
"date": "Wed, 24 Aug 2022 00:14:38 GMT",
"comments": {
"patch": [
{
"comment": "Remove use of LegacyAdapters.sortStable"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.23.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.51.0`"
}
]
}
},
{
"version": "7.29.3",
"tag": "@microsoft/api-extractor_v7.29.3",
"date": "Fri, 19 Aug 2022 00:17:19 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.23.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.50.2`"
}
]
}
},
{
"version": "7.29.2",
"tag": "@microsoft/api-extractor_v7.29.2",
"date": "Wed, 10 Aug 2022 09:52:12 GMT",
"comments": {
"patch": [
{
"comment": "Fix incorrect declaration references for local symbols within namespaces"
}
]
}
},
{
"version": "7.29.1",
"tag": "@microsoft/api-extractor_v7.29.1",
"date": "Wed, 10 Aug 2022 08:12:16 GMT",
"comments": {
"patch": [
{
"comment": "Fix a regression where .api.json excerpts were sometimes missing tokens (GitHub #3561), and generally improve the quality of excerpt generation"
}
]
}
},
{
"version": "7.29.0",
"tag": "@microsoft/api-extractor_v7.29.0",
"date": "Wed, 03 Aug 2022 18:40:35 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade TypeScript dependency to 4.7"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.23.0`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.50.1`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.14`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.2`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.0.0`"
}
]
}
},
{
"version": "7.28.7",
"tag": "@microsoft/api-extractor_v7.28.7",
"date": "Mon, 01 Aug 2022 02:45:32 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.22.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.50.0`"
}
]
}
},
{
"version": "7.28.6",
"tag": "@microsoft/api-extractor_v7.28.6",
"date": "Thu, 21 Jul 2022 23:30:27 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.22.1`"
}
]
}
},
{
"version": "7.28.5",
"tag": "@microsoft/api-extractor_v7.28.5",
"date": "Thu, 21 Jul 2022 00:16:14 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.22.0`"
}
]
}
},
{
"version": "7.28.4",
"tag": "@microsoft/api-extractor_v7.28.4",
"date": "Fri, 08 Jul 2022 15:17:46 GMT",
"comments": {
"patch": [
{
"comment": "Update api-extractor-template.json to \"testMode\" and \"enumMemberOrder\" comment sections."
}
]
}
},
{
"version": "7.28.3",
"tag": "@microsoft/api-extractor_v7.28.3",
"date": "Mon, 04 Jul 2022 15:15:13 GMT",
"comments": {
"patch": [
{
"comment": "Make enumMemberOrder configuration field optional"
}
]
}
},
{
"version": "7.28.2",
"tag": "@microsoft/api-extractor_v7.28.2",
"date": "Thu, 30 Jun 2022 04:48:53 GMT",
"comments": {
"patch": [
{
"comment": "Improve logic that determines whether an API item is readonly"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.21.0`"
}
]
}
},
{
"version": "7.28.1",
"tag": "@microsoft/api-extractor_v7.28.1",
"date": "Tue, 28 Jun 2022 22:47:13 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.20.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.49.0`"
}
]
}
},
{
"version": "7.28.0",
"tag": "@microsoft/api-extractor_v7.28.0",
"date": "Tue, 28 Jun 2022 00:23:32 GMT",
"comments": {
"minor": [
{
"comment": "Add support for the \"ignoreMissingEntryPoint\" ExtractorConfig option to allow for loading an ExtractorConfig before the target project is built."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.20.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.48.0`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.13`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.1`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.6.2`"
}
]
}
},
{
"version": "7.27.1",
"tag": "@microsoft/api-extractor_v7.27.1",
"date": "Mon, 27 Jun 2022 18:43:09 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.20.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.47.0`"
}
]
}
},
{
"version": "7.27.0",
"tag": "@microsoft/api-extractor_v7.27.0",
"date": "Sat, 25 Jun 2022 21:00:40 GMT",
"comments": {
"minor": [
{
"comment": "API Extractor now populates an initializerTokenRange field for ApiProperty and ApiVariable items."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.20.0`"
}
]
}
},
{
"version": "7.26.1",
"tag": "@microsoft/api-extractor_v7.26.1",
"date": "Sat, 25 Jun 2022 01:54:29 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.19.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.46.0`"
}
]
}
},
{
"version": "7.26.0",
"tag": "@microsoft/api-extractor_v7.26.0",
"date": "Fri, 24 Jun 2022 07:16:47 GMT",
"comments": {
"minor": [
{
"comment": "Include new configuration option for preserving enum member order"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.19.0`"
}
]
}
},
{
"version": "7.25.3",
"tag": "@microsoft/api-extractor_v7.25.3",
"date": "Thu, 23 Jun 2022 22:14:24 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.0`"
}
]
}
},
{
"version": "7.25.2",
"tag": "@microsoft/api-extractor_v7.25.2",
"date": "Fri, 17 Jun 2022 09:17:54 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.18.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.45.7`"
}
]
}
},
{
"version": "7.25.1",
"tag": "@microsoft/api-extractor_v7.25.1",
"date": "Fri, 17 Jun 2022 00:16:18 GMT",
"comments": {
"none": [
{
"comment": "Fix a mistake in the config/api-extractor.json template's default."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.18.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.45.6`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.12`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.11.1`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.6.1`"
}
]
}
},
{
"version": "7.25.0",
"tag": "@microsoft/api-extractor_v7.25.0",
"date": "Tue, 07 Jun 2022 09:37:04 GMT",
"comments": {
"minor": [
{
"comment": "Add an \"isReadonly\" field to the doc model to indicate whether a property or variable is readonly"
},
{
"comment": "Add an \"isProtected\" field to the doc model to indicate protected class members"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.18.0`"
}
]
}
},
{
"version": "7.24.2",
"tag": "@microsoft/api-extractor_v7.24.2",
"date": "Wed, 25 May 2022 22:25:07 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where API Extractor would fail to run on a project where `\"moduleResolution\"` is set to `\"Node16\"` in `tsconfig.json`"
}
]
}
},
{
"version": "7.24.1",
"tag": "@microsoft/api-extractor_v7.24.1",
"date": "Thu, 19 May 2022 15:13:20 GMT",
"comments": {
"patch": [
{
"comment": "Fix a recent regression that produced an error \"Cannot read properties of undefined\" (GitHub #3423)"
}
]
}
},
{
"version": "7.24.0",
"tag": "@microsoft/api-extractor_v7.24.0",
"date": "Sat, 14 May 2022 03:01:27 GMT",
"comments": {
"minor": [
{
"comment": "Throw an error early if API Extractor will attempt to process non-.d.ts files"
},
{
"comment": "Generate API doc model nodes for setters without getters"
}
],
"patch": [
{
"comment": "Address edge case in excerptBuilder token range logic"
}
]
}
},
{
"version": "7.23.2",
"tag": "@microsoft/api-extractor_v7.23.2",
"date": "Tue, 10 May 2022 01:20:43 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.17.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.45.5`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.11.0`"
}
]
}
},
{
"version": "7.23.1",
"tag": "@microsoft/api-extractor_v7.23.1",
"date": "Wed, 04 May 2022 23:29:13 GMT",
"comments": {
"patch": [
{
"comment": "Update the global variable analyzer to add support for changes to the TypeScript internals coming in v4.7"
}
]
}
},
{
"version": "7.23.0",
"tag": "@microsoft/api-extractor_v7.23.0",
"date": "Sat, 23 Apr 2022 02:13:06 GMT",
"comments": {
"minor": [
{
"comment": "Update to TypeScript 4.6"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.17.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.45.4`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.11`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.10`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.6.0`"
}
]
}
},
{
"version": "7.22.2",
"tag": "@microsoft/api-extractor_v7.22.2",
"date": "Fri, 15 Apr 2022 00:12:36 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.17.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.45.3`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.10`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.9`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.5.4`"
}
]
}
},
{
"version": "7.22.1",
"tag": "@microsoft/api-extractor_v7.22.1",
"date": "Wed, 13 Apr 2022 15:12:40 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.17.0`"
}
]
}
},
{
"version": "7.22.0",
"tag": "@microsoft/api-extractor_v7.22.0",
"date": "Tue, 12 Apr 2022 23:29:34 GMT",
"comments": {
"minor": [
{
"comment": "Add an alphaTrimmedFilePath option that adds support for generating a DTS rollup that inclues @alpha, @beta, and @public members."
}
]
}
},
{
"version": "7.21.3",
"tag": "@microsoft/api-extractor_v7.21.3",
"date": "Tue, 12 Apr 2022 02:58:32 GMT",
"comments": {
"patch": [
{
"comment": "Update TSDoc dependencies."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.16.2`"
}
]
}
},
{
"version": "7.21.2",
"tag": "@microsoft/api-extractor_v7.21.2",
"date": "Sat, 09 Apr 2022 19:07:47 GMT",
"comments": {
"patch": [
{
"comment": "Fix ambient modules bug caused by #3321."
}
]
}
},
{
"version": "7.21.1",
"tag": "@microsoft/api-extractor_v7.21.1",
"date": "Sat, 09 Apr 2022 02:24:26 GMT",
"comments": {
"patch": [
{
"comment": "Rename the \"master\" branch to \"main\"."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.16.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.45.2`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.9`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.8`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.5.3`"
}
]
}
},
{
"version": "7.21.0",
"tag": "@microsoft/api-extractor_v7.21.0",
"date": "Fri, 08 Apr 2022 20:05:59 GMT",
"comments": {
"minor": [
{
"comment": "Add support for projects that use tsconfig.json \"baseUrl\" and \"paths\" settings to remap imports of local files (GitHub #3291)"
}
]
}
},
{
"version": "7.20.1",
"tag": "@microsoft/api-extractor_v7.20.1",
"date": "Wed, 06 Apr 2022 22:35:23 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where .api.json excerpt text included extra whitespace (GitHub #3316)"
}
]
}
},
{
"version": "7.20.0",
"tag": "@microsoft/api-extractor_v7.20.0",
"date": "Thu, 31 Mar 2022 02:06:05 GMT",
"comments": {
"minor": [
{
"comment": "Updated api-extractor to extract whether a parameter is optional."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.16.0`"
}
]
}
},
{
"version": "7.19.5",
"tag": "@microsoft/api-extractor_v7.19.5",
"date": "Tue, 15 Mar 2022 19:15:53 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.15.4`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.45.1`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.8`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.7`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.5.2`"
}
]
}
},
{
"version": "7.19.4",
"tag": "@microsoft/api-extractor_v7.19.4",
"date": "Wed, 05 Jan 2022 16:07:47 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.15.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.45.0`"
}
]
}
},
{
"version": "7.19.3",
"tag": "@microsoft/api-extractor_v7.19.3",
"date": "Mon, 27 Dec 2021 16:10:40 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.15.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.3`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.7`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.6`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.5.1`"
}
]
}
},
{
"version": "7.19.2",
"tag": "@microsoft/api-extractor_v7.19.2",
"date": "Thu, 09 Dec 2021 20:34:41 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.15.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.2`"
}
]
}
},
{
"version": "7.19.1",
"tag": "@microsoft/api-extractor_v7.19.1",
"date": "Thu, 09 Dec 2021 00:21:54 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.15.0`"
}
]
}
},
{
"version": "7.19.0",
"tag": "@microsoft/api-extractor_v7.19.0",
"date": "Wed, 08 Dec 2021 16:14:05 GMT",
"comments": {
"minor": [
{
"comment": "Update to TypeScript 4.5"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.14.0`"
}
]
}
},
{
"version": "7.18.21",
"tag": "@microsoft/api-extractor_v7.18.21",
"date": "Mon, 06 Dec 2021 16:08:33 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.18`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.1`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.6`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.5`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.5.0`"
}
]
}
},
{
"version": "7.18.20",
"tag": "@microsoft/api-extractor_v7.18.20",
"date": "Fri, 03 Dec 2021 03:05:22 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.17`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.0`"
}
]
}
},
{
"version": "7.18.19",
"tag": "@microsoft/api-extractor_v7.18.19",
"date": "Sat, 06 Nov 2021 00:09:13 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.16`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.43.2`"
}
]
}
},
{
"version": "7.18.18",
"tag": "@microsoft/api-extractor_v7.18.18",
"date": "Fri, 05 Nov 2021 15:09:18 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.15`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.43.1`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.5`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.4`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.5`"
}
]
}
},
{
"version": "7.18.17",
"tag": "@microsoft/api-extractor_v7.18.17",
"date": "Wed, 27 Oct 2021 00:08:15 GMT",
"comments": {
"patch": [
{
"comment": "Update the package.json repository field to include the directory property."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.14`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.43.0`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.4`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.3`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.4`"
}
]
}
},
{
"version": "7.18.16",
"tag": "@microsoft/api-extractor_v7.18.16",
"date": "Wed, 13 Oct 2021 15:09:54 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.13`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.42.3`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.3`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.2`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.3`"
}
]
}
},
{
"version": "7.18.15",
"tag": "@microsoft/api-extractor_v7.18.15",
"date": "Fri, 08 Oct 2021 08:08:34 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.12`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.42.2`"
}
]
}
},
{
"version": "7.18.14",
"tag": "@microsoft/api-extractor_v7.18.14",
"date": "Thu, 07 Oct 2021 07:13:35 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.11`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.42.1`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.2`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.1`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.2`"
}
]
}
},
{
"version": "7.18.13",
"tag": "@microsoft/api-extractor_v7.18.13",
"date": "Tue, 05 Oct 2021 15:08:38 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.10`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.42.0`"
}
]
}
},
{
"version": "7.18.12",
"tag": "@microsoft/api-extractor_v7.18.12",
"date": "Mon, 04 Oct 2021 15:10:18 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.0`"
}
]
}
},
{
"version": "7.18.11",
"tag": "@microsoft/api-extractor_v7.18.11",
"date": "Fri, 24 Sep 2021 00:09:29 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.9`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.41.0`"
}
]
}
},
{
"version": "7.18.10",
"tag": "@microsoft/api-extractor_v7.18.10",
"date": "Thu, 23 Sep 2021 00:10:40 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade the `@types/node` dependency to version to version 12."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.8`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.40.3`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.1`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.9.1`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.1`"
}
]
}
},
{
"version": "7.18.9",
"tag": "@microsoft/api-extractor_v7.18.9",
"date": "Tue, 14 Sep 2021 01:17:04 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.7`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.40.2`"
}
]
}
},
{
"version": "7.18.8",
"tag": "@microsoft/api-extractor_v7.18.8",
"date": "Mon, 13 Sep 2021 15:07:05 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.6`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.40.1`"
}
]
}
},
{
"version": "7.18.7",
"tag": "@microsoft/api-extractor_v7.18.7",
"date": "Fri, 27 Aug 2021 00:07:25 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.0`"
}
]
}
},
{
"version": "7.18.6",
"tag": "@microsoft/api-extractor_v7.18.6",
"date": "Fri, 20 Aug 2021 15:08:10 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.9.0`"
}
]
}
},
{
"version": "7.18.5",
"tag": "@microsoft/api-extractor_v7.18.5",
"date": "Wed, 11 Aug 2021 00:07:21 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.5`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.40.0`"
}
]
}
},
{
"version": "7.18.4",
"tag": "@microsoft/api-extractor_v7.18.4",
"date": "Wed, 14 Jul 2021 15:06:29 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where the .d.ts rollup sometimes used \"default\" as an identifier name causing a syntax error (GitHub #2804)"
}
]
}
},
{
"version": "7.18.3",
"tag": "@microsoft/api-extractor_v7.18.3",
"date": "Tue, 13 Jul 2021 23:00:33 GMT",
"comments": {
"patch": [
{
"comment": "Revert a workaround for TypeScript issue #44422 which was fixed in 4.3.3"
}
]
}
},
{
"version": "7.18.2",
"tag": "@microsoft/api-extractor_v7.18.2",
"date": "Mon, 12 Jul 2021 23:08:26 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.4`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.13`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.8.1`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`"
}
]
}
},
{
"version": "7.18.1",
"tag": "@microsoft/api-extractor_v7.18.1",
"date": "Thu, 08 Jul 2021 23:41:16 GMT",
"comments": {
"patch": [
{
"comment": "Fix a recent regression that reported \"Internal Error: indentDocComment cannot be nested\" (GitHub #2797)"
}
]
}
},
{
"version": "7.18.0",
"tag": "@microsoft/api-extractor_v7.18.0",
"date": "Thu, 08 Jul 2021 06:00:48 GMT",
"comments": {
"minor": [
{
"comment": "Add support for import() type expressions (GitHub #1050) -- Thank you @javier-garcia-meteologica and @adventure-yunfei for solving this difficult problem!"
},
{
"comment": "Improve formatting of declarations in .d.ts rollup and .api.md files, fixing some indentation issues"
}
]
}
},
{
"version": "7.17.1",
"tag": "@microsoft/api-extractor_v7.17.1",
"date": "Thu, 01 Jul 2021 15:08:27 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.8.0`"
}
]
}
},
{
"version": "7.17.0",
"tag": "@microsoft/api-extractor_v7.17.0",
"date": "Wed, 30 Jun 2021 15:06:54 GMT",
"comments": {
"minor": [
{
"comment": "Added support for \"import * as module from './local/module';\" (GitHub #1029) -- Big thanks to @adventure-yunfei, @mckn, @rbuckton, and @octogonz who all helped with this difficult PR!"
}
],
"patch": [
{
"comment": "Include /// directives in API report"
}
]
}
},
{
"version": "7.16.1",
"tag": "@microsoft/api-extractor_v7.16.1",
"date": "Fri, 04 Jun 2021 19:59:53 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`"
}
]
}
},
{
"version": "7.16.0",
"tag": "@microsoft/api-extractor_v7.16.0",
"date": "Fri, 04 Jun 2021 15:08:20 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade the bundled compiler engine to TypeScript 4.3"
}
]
}
},
{
"version": "7.15.2",
"tag": "@microsoft/api-extractor_v7.15.2",
"date": "Wed, 19 May 2021 00:11:39 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`"
}
]
}
},
{
"version": "7.15.1",
"tag": "@microsoft/api-extractor_v7.15.1",
"date": "Mon, 03 May 2021 15:10:29 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`"
}
]
}
},
{
"version": "7.15.0",
"tag": "@microsoft/api-extractor_v7.15.0",
"date": "Thu, 29 Apr 2021 23:26:50 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade the bundled compiler engine to TypeScript 4.2"
}
]
}
},
{
"version": "7.14.0",
"tag": "@microsoft/api-extractor_v7.14.0",
"date": "Tue, 20 Apr 2021 04:59:51 GMT",
"comments": {
"minor": [
{
"comment": "Projects can now define custom tags using a tsdoc.json file"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.0`"
}
]
}
},
{
"version": "7.13.5",
"tag": "@microsoft/api-extractor_v7.13.5",
"date": "Mon, 12 Apr 2021 15:10:28 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.12.5`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.12`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.7.10`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`"
}
]
}
},
{
"version": "7.13.4",
"tag": "@microsoft/api-extractor_v7.13.4",
"date": "Thu, 08 Apr 2021 06:05:31 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.12.4`"
}
]
}
},
{
"version": "7.13.3",
"tag": "@microsoft/api-extractor_v7.13.3",
"date": "Tue, 06 Apr 2021 15:14:22 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.12.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.11`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.7.9`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`"
}
]
}
},
{
"version": "7.13.2",
"tag": "@microsoft/api-extractor_v7.13.2",
"date": "Thu, 04 Mar 2021 01:11:31 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.10`"
}
]
}
},
{
"version": "7.13.1",
"tag": "@microsoft/api-extractor_v7.13.1",
"date": "Fri, 05 Feb 2021 16:10:42 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.12.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`"
}
]
}
},
{
"version": "7.13.0",
"tag": "@microsoft/api-extractor_v7.13.0",
"date": "Wed, 13 Jan 2021 01:11:06 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade the bundled compiler engine to TypeScript 4.1"
}
]
}
},
{
"version": "7.12.1",
"tag": "@microsoft/api-extractor_v7.12.1",
"date": "Thu, 10 Dec 2020 23:25:49 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade to TSDoc 0.12.24"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.12.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.9`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.7.8`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`"
}
]
}
},
{
"version": "7.12.0",
"tag": "@microsoft/api-extractor_v7.12.0",
"date": "Wed, 18 Nov 2020 08:19:54 GMT",
"comments": {
"minor": [
{
"comment": "The \"isOptional\" .api.json field is now applied to both methods and properties"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.12.0`"
}
]
}
},
{
"version": "7.11.5",
"tag": "@microsoft/api-extractor_v7.11.5",
"date": "Wed, 18 Nov 2020 06:21:57 GMT",
"comments": {
"patch": [
{
"comment": "Update .api.json file format to store a new field \"isOptional\" for documenting optional properties"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.11.0`"
}
]
}
},
{
"version": "7.11.4",
"tag": "@microsoft/api-extractor_v7.11.4",
"date": "Wed, 11 Nov 2020 01:08:58 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.10.10`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.8`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.7.7`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`"
}
]
}
},
{
"version": "7.11.3",
"tag": "@microsoft/api-extractor_v7.11.3",
"date": "Tue, 10 Nov 2020 23:13:12 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.10.9`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`"
}
]
}
},
{
"version": "7.11.2",
"tag": "@microsoft/api-extractor_v7.11.2",
"date": "Fri, 30 Oct 2020 06:38:38 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.10.8`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.7`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.7.6`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`"
}
]
}
},
{
"version": "7.11.1",
"tag": "@microsoft/api-extractor_v7.11.1",
"date": "Fri, 30 Oct 2020 00:10:14 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.10.7`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.6`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.7.5`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`"
}
]
}
},
{
"version": "7.11.0",
"tag": "@microsoft/api-extractor_v7.11.0",
"date": "Thu, 29 Oct 2020 06:14:19 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade the bundled compiler engine to TypeScript 4.0"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.10.6`"
}
]
}
},
{
"version": "7.10.6",
"tag": "@microsoft/api-extractor_v7.10.6",
"date": "Wed, 28 Oct 2020 01:18:03 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.10.5`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.5`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.7.4`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`"
}
]
}
},
{
"version": "7.10.5",
"tag": "@microsoft/api-extractor_v7.10.5",
"date": "Tue, 27 Oct 2020 15:10:13 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.10.4`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`"
}
]
}
},
{
"version": "7.10.4",
"tag": "@microsoft/api-extractor_v7.10.4",
"date": "Tue, 06 Oct 2020 00:24:06 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.10.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.4`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.7.3`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`"
}
]
}
},
{
"version": "7.10.3",
"tag": "@microsoft/api-extractor_v7.10.3",
"date": "Mon, 05 Oct 2020 22:36:57 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.10.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.3`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.7.2`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`"
}
]
}
},
{
"version": "7.10.2",
"tag": "@microsoft/api-extractor_v7.10.2",
"date": "Mon, 05 Oct 2020 15:10:42 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.2`"
}
]
}
},
{
"version": "7.10.1",
"tag": "@microsoft/api-extractor_v7.10.1",
"date": "Wed, 30 Sep 2020 18:39:17 GMT",
"comments": {
"patch": [
{
"comment": "Update to build with @rushstack/heft-node-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.10.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.1`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.7.1`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`"
}
]
}
},
{
"version": "7.10.0",
"tag": "@microsoft/api-extractor_v7.10.0",
"date": "Wed, 30 Sep 2020 06:53:53 GMT",
"comments": {
"patch": [
{
"comment": "Fix an InternalError reported when a declaration referred to itself using \"tyepof\""
},
{
"comment": "Update README.md"
}
],
"minor": [
{
"comment": "API Extractor now supports the config/rig.json system, as defined by @rushstack/rig-package"
},
{
"comment": "Add IExtractorConfigPrepareOptions.projectFolderLookupToken"
},
{
"comment": "Upgrade compiler; the API now requires TypeScript 3.9 or newer"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.10.0`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.0`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.7.0`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`"
}
]
}
},
{
"version": "7.9.22",
"tag": "@microsoft/api-extractor_v7.9.22",
"date": "Tue, 22 Sep 2020 05:45:56 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.9.7`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.6.10`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`"
}
]
}
},
{
"version": "7.9.21",
"tag": "@microsoft/api-extractor_v7.9.21",
"date": "Tue, 22 Sep 2020 01:45:31 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.9.6`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.6.9`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`"
}
]
}
},
{
"version": "7.9.20",
"tag": "@microsoft/api-extractor_v7.9.20",
"date": "Tue, 22 Sep 2020 00:08:53 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.9.5`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.6.8`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`"
}
]
}
},
{
"version": "7.9.19",
"tag": "@microsoft/api-extractor_v7.9.19",
"date": "Sat, 19 Sep 2020 04:37:26 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.9.4`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.6.7`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`"
}
]
}
},
{
"version": "7.9.18",
"tag": "@microsoft/api-extractor_v7.9.18",
"date": "Sat, 19 Sep 2020 03:33:06 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.9.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.6.6`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`"
}
]
}
},
{
"version": "7.9.17",
"tag": "@microsoft/api-extractor_v7.9.17",
"date": "Fri, 18 Sep 2020 22:57:24 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.9.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.6.5`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`"
}
]
}
},
{
"version": "7.9.16",
"tag": "@microsoft/api-extractor_v7.9.16",
"date": "Fri, 18 Sep 2020 21:49:54 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.9.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`"
}
]
}
},
{
"version": "7.9.15",
"tag": "@microsoft/api-extractor_v7.9.15",
"date": "Sun, 13 Sep 2020 01:53:20 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.9.0`"
}
]
}
},
{
"version": "7.9.14",
"tag": "@microsoft/api-extractor_v7.9.14",
"date": "Fri, 11 Sep 2020 02:13:35 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.8.22`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`"
}
]
}
},
{
"version": "7.9.13",
"tag": "@microsoft/api-extractor_v7.9.13",
"date": "Mon, 07 Sep 2020 07:37:37 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.8.21`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`"
}
]
}
},
{
"version": "7.9.12",
"tag": "@microsoft/api-extractor_v7.9.12",
"date": "Sat, 05 Sep 2020 18:56:34 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.8.20`"
}
]
}
},
{
"version": "7.9.11",
"tag": "@microsoft/api-extractor_v7.9.11",
"date": "Thu, 27 Aug 2020 11:27:06 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.8.19`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.6.4`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`"
}
]
}
},
{
"version": "7.9.10",
"tag": "@microsoft/api-extractor_v7.9.10",
"date": "Mon, 24 Aug 2020 07:35:20 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.8.18`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.6.3`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`"
}
]
}
},
{
"version": "7.9.9",
"tag": "@microsoft/api-extractor_v7.9.9",
"date": "Sat, 22 Aug 2020 05:55:42 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.8.17`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.6.2`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`"
}
]
}
},
{
"version": "7.9.8",
"tag": "@microsoft/api-extractor_v7.9.8",
"date": "Fri, 21 Aug 2020 01:21:18 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.6.1`"
}
]
}
},
{
"version": "7.9.7",
"tag": "@microsoft/api-extractor_v7.9.7",
"date": "Thu, 20 Aug 2020 15:13:53 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.6.0`"
}
]
}
},
{
"version": "7.9.6",
"tag": "@microsoft/api-extractor_v7.9.6",
"date": "Tue, 18 Aug 2020 23:59:42 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.8.16`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.5.0`"
}
]
}
},
{
"version": "7.9.5",
"tag": "@microsoft/api-extractor_v7.9.5",
"date": "Mon, 17 Aug 2020 04:53:23 GMT",
"comments": {
"none": [
{
"comment": "Add keywords to package.json for discoverability"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.8.15`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.4.8`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`"
}
]
}
},
{
"version": "7.9.4",
"tag": "@microsoft/api-extractor_v7.9.4",
"date": "Wed, 12 Aug 2020 00:10:05 GMT",
"comments": {
"patch": [
{
"comment": "Updated project to build with Heft"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.8.14`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.4.7`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`"
}
]
}
},
{
"version": "7.9.3",
"tag": "@microsoft/api-extractor_v7.9.3",
"date": "Wed, 05 Aug 2020 18:27:32 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.8.13`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`"
}
]
}
},
{
"version": "7.9.2",
"tag": "@microsoft/api-extractor_v7.9.2",
"date": "Thu, 09 Jul 2020 04:58:36 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue with handling of \"export { default } from 'package';\" (GitHub #2014)"
}
]
}
},
{
"version": "7.9.1",
"tag": "@microsoft/api-extractor_v7.9.1",
"date": "Fri, 03 Jul 2020 15:09:04 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.8.11` to `7.8.12`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`"
}
]
}
},
{
"version": "7.9.0",
"tag": "@microsoft/api-extractor_v7.9.0",
"date": "Fri, 03 Jul 2020 05:46:41 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where chained compiler errors were not formatted correctly"
},
{
"comment": "Log the TypeScript bundled compiler version, and warn if it is outdated"
}
],
"minor": [
{
"comment": "Add support for ECMAScript private fields (new in TypeScript 3.8)"
},
{
"comment": "Add support for \"import type\" imports (new in TypeScript 3.8)"
},
{
"comment": "Upgrade the bundled compiler engine to TypeScript 3.9"
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" from `4.4.5` to `4.4.6`"
}
]
}
},
{
"version": "7.8.15",
"tag": "@microsoft/api-extractor_v7.8.15",
"date": "Thu, 25 Jun 2020 06:43:35 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.8.10` to `7.8.11`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" from `4.4.4` to `4.4.5`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`"
}
]
}
},
{
"version": "7.8.14",
"tag": "@microsoft/api-extractor_v7.8.14",
"date": "Wed, 24 Jun 2020 09:50:48 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.8.9` to `7.8.10`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" from `4.4.3` to `4.4.4`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`"
}
]
}
},
{
"version": "7.8.13",
"tag": "@microsoft/api-extractor_v7.8.13",
"date": "Wed, 24 Jun 2020 09:04:28 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.8.8` to `7.8.9`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" from `4.4.2` to `4.4.3`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`"
}
]
}
},
{
"version": "7.8.12",
"tag": "@microsoft/api-extractor_v7.8.12",
"date": "Mon, 15 Jun 2020 22:17:17 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where documentation hyperlinks were sometimes missing when using the \"bundledPackages\" feature (GitHub #1933)"
}
]
}
},
{
"version": "7.8.11",
"tag": "@microsoft/api-extractor_v7.8.11",
"date": "Wed, 10 Jun 2020 20:48:30 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.8.7` to `7.8.8`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`"
}
]
}
},
{
"version": "7.8.10",
"tag": "@microsoft/api-extractor_v7.8.10",
"date": "Mon, 01 Jun 2020 08:34:17 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" from `4.4.1` to `4.4.2`"
}
]
}
},
{
"version": "7.8.9",
"tag": "@microsoft/api-extractor_v7.8.9",
"date": "Sat, 30 May 2020 02:59:54 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.8.6` to `7.8.7`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`"
}
]
}
},
{
"version": "7.8.8",
"tag": "@microsoft/api-extractor_v7.8.8",
"date": "Thu, 28 May 2020 05:59:02 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.8.5` to `7.8.6`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`"
}
]
}
},
{
"version": "7.8.7",
"tag": "@microsoft/api-extractor_v7.8.7",
"date": "Wed, 27 May 2020 05:15:10 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.8.4` to `7.8.5`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" from `4.4.0` to `4.4.1`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`"
}
]
}
},
{
"version": "7.8.6",
"tag": "@microsoft/api-extractor_v7.8.6",
"date": "Tue, 26 May 2020 23:00:25 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.8.3` to `7.8.4`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`"
}
]
}
},
{
"version": "7.8.5",
"tag": "@microsoft/api-extractor_v7.8.5",
"date": "Fri, 22 May 2020 15:08:42 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.8.2` to `7.8.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`"
}
]
}
},
{
"version": "7.8.4",
"tag": "@microsoft/api-extractor_v7.8.4",
"date": "Thu, 21 May 2020 23:09:44 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.8.1` to `7.8.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`"
}
]
}
},
{
"version": "7.8.3",
"tag": "@microsoft/api-extractor_v7.8.3",
"date": "Thu, 21 May 2020 15:41:59 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.8.0` to `7.8.1`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`"
}
]
}
},
{
"version": "7.8.2",
"tag": "@microsoft/api-extractor_v7.8.2",
"date": "Tue, 19 May 2020 15:08:19 GMT",
"comments": {
"patch": [
{
"comment": "Report an error to indicate that \"import()\" types are not supported"
}
]
}
},
{
"version": "7.8.1",
"tag": "@microsoft/api-extractor_v7.8.1",
"date": "Fri, 15 May 2020 08:10:59 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" from `4.3.14` to `4.4.0`"
}
]
}
},
{
"version": "7.8.0",
"tag": "@microsoft/api-extractor_v7.8.0",
"date": "Wed, 06 May 2020 08:23:45 GMT",
"comments": {
"minor": [
{
"comment": "Version update only"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.11` to `7.8.0`"
}
]
}
},
{
"version": "7.7.13",
"tag": "@microsoft/api-extractor_v7.7.13",
"date": "Wed, 08 Apr 2020 04:07:33 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.10` to `7.7.11`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" from `4.3.13` to `4.3.14`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`"
}
]
}
},
{
"version": "7.7.12",
"tag": "@microsoft/api-extractor_v7.7.12",
"date": "Sun, 29 Mar 2020 00:04:12 GMT",
"comments": {
"patch": [
{
"comment": "Improve analysis of types exposed via global variables (fixes GitHub issues #1765, #1095, and #1316)"
}
]
}
},
{
"version": "7.7.11",
"tag": "@microsoft/api-extractor_v7.7.11",
"date": "Sat, 28 Mar 2020 00:37:16 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade to TSdoc 0.12.19 to fix an issue where `<h1>` wasn't allowed as an HTML tag in a doc comment"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.9` to `7.7.10`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" from `4.3.12` to `4.3.13`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`"
}
]
}
},
{
"version": "7.7.10",
"tag": "@microsoft/api-extractor_v7.7.10",
"date": "Wed, 18 Mar 2020 15:07:47 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade cyclic dependencies"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.8` to `7.7.9`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" from `4.3.11` to `4.3.12`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`"
}
]
}
},
{
"version": "7.7.9",
"tag": "@microsoft/api-extractor_v7.7.9",
"date": "Tue, 17 Mar 2020 23:55:58 GMT",
"comments": {
"patch": [
{
"comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.7` to `7.7.8`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" from `4.3.10` to `4.3.11`"
}
]
}
},
{
"version": "7.7.8",
"tag": "@microsoft/api-extractor_v7.7.8",
"date": "Tue, 28 Jan 2020 02:23:44 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.6` to `7.7.7`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`"
}
]
}
},
{
"version": "7.7.7",
"tag": "@microsoft/api-extractor_v7.7.7",
"date": "Thu, 23 Jan 2020 01:07:56 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.5` to `7.7.6`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`"
}
]
}
},
{
"version": "7.7.6",
"tag": "@microsoft/api-extractor_v7.7.6",
"date": "Tue, 21 Jan 2020 21:56:13 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.4` to `7.7.5`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.9` to `4.3.10`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`"
}
]
}
},
{
"version": "7.7.5",
"tag": "@microsoft/api-extractor_v7.7.5",
"date": "Sun, 19 Jan 2020 02:26:52 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade Node typings to Node 10"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.3` to `7.7.4`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.8` to `4.3.9`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`"
}
]
}
},
{
"version": "7.7.4",
"tag": "@microsoft/api-extractor_v7.7.4",
"date": "Fri, 17 Jan 2020 01:08:23 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.2` to `7.7.3`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.7` to `4.3.8`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`"
}
]
}
},
{
"version": "7.7.3",
"tag": "@microsoft/api-extractor_v7.7.3",
"date": "Tue, 14 Jan 2020 01:34:15 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where \"ae-incompatible-release-tags\" was sometimes reported incorectly for property setters (GitHub #1681)"
}
]
}
},
{
"version": "7.7.2",
"tag": "@microsoft/api-extractor_v7.7.2",
"date": "Thu, 09 Jan 2020 06:44:12 GMT",
"comments": {
"patch": [
{
"comment": "Fix an error \"Cannot read property 'externalModuleIndicator' of undefined\" (GitHub #1652)"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.1` to `7.7.2`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.6` to `4.3.7`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`"
}
]
}
},
{
"version": "7.7.1",
"tag": "@microsoft/api-extractor_v7.7.1",
"date": "Wed, 08 Jan 2020 00:11:31 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.0` to `7.7.1`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.5` to `4.3.6`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`"
}
]
}
},
{
"version": "7.7.0",
"tag": "@microsoft/api-extractor_v7.7.0",
"date": "Tue, 03 Dec 2019 03:17:43 GMT",
"comments": {
"minor": [
{
"comment": "Improve declaration reference syntax to allow linking to overloaded functions/methods"
},
{
"comment": "Fix an issue with TypeScript 3.7, which now emits separate signatures for property getters/setters"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.6.0` to `7.7.0`"
}
]
}
},
{
"version": "7.6.2",
"tag": "@microsoft/api-extractor_v7.6.2",
"date": "Sun, 24 Nov 2019 00:54:04 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.6` to `7.6.0`"
}
]
}
},
{
"version": "7.6.1",
"tag": "@microsoft/api-extractor_v7.6.1",
"date": "Wed, 20 Nov 2019 06:14:28 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where the newlineKind setting wasn't being applied correctly"
}
]
}
},
{
"version": "7.6.0",
"tag": "@microsoft/api-extractor_v7.6.0",
"date": "Fri, 15 Nov 2019 04:50:50 GMT",
"comments": {
"minor": [
{
"comment": "Make newline type for generated files configurable"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.5` to `7.5.6`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`"
}
]
}
},
{
"version": "7.5.6",
"tag": "@microsoft/api-extractor_v7.5.6",
"date": "Mon, 11 Nov 2019 16:07:56 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.4` to `7.5.5`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.4` to `4.3.5`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`"
}
]
}
},
{
"version": "7.5.5",
"tag": "@microsoft/api-extractor_v7.5.5",
"date": "Wed, 06 Nov 2019 22:44:18 GMT",
"comments": {
"patch": [
{
"comment": "Add support for TypeScript 3.7"
}
]
}
},
{
"version": "7.5.4",
"tag": "@microsoft/api-extractor_v7.5.4",
"date": "Tue, 05 Nov 2019 06:49:28 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where API reports sometimes were ordered differently depending on the version of NodeJS (GitHub #1552)"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.3` to `7.5.4`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`"
}
]
}
},
{
"version": "7.5.3",
"tag": "@microsoft/api-extractor_v7.5.3",
"date": "Tue, 05 Nov 2019 01:08:39 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.2` to `7.5.3`"
}
]
}
},
{
"version": "7.5.2",
"tag": "@microsoft/api-extractor_v7.5.2",
"date": "Tue, 22 Oct 2019 06:24:44 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.1` to `7.5.2`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.3` to `4.3.4`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`"
}
]
}
},
{
"version": "7.5.1",
"tag": "@microsoft/api-extractor_v7.5.1",
"date": "Fri, 18 Oct 2019 15:15:01 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.2` to `4.3.3`"
}
]
}
},
{
"version": "7.5.0",
"tag": "@microsoft/api-extractor_v7.5.0",
"date": "Sun, 06 Oct 2019 00:27:39 GMT",
"comments": {
"minor": [
{
"comment": "Allow separate release tags for overloaded functions and methods"
},
{
"comment": "Add new api-extractor.json config setting \"bundledPackages\""
}
]
}
},
{
"version": "7.4.7",
"tag": "@microsoft/api-extractor_v7.4.7",
"date": "Fri, 04 Oct 2019 00:15:22 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where IExtractorConfigPrepareOptions.packageJson was ignored (GitHub #1559)"
}
]
}
},
{
"version": "7.4.6",
"tag": "@microsoft/api-extractor_v7.4.6",
"date": "Sun, 29 Sep 2019 23:56:29 GMT",
"comments": {
"patch": [
{
"comment": "Update repository URL"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.0` to `7.5.1`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.1` to `4.3.2`"
}
]
}
},
{
"version": "7.4.5",
"tag": "@microsoft/api-extractor_v7.4.5",
"date": "Wed, 25 Sep 2019 15:15:31 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.4.2` to `7.5.0`"
}
]
}
},
{
"version": "7.4.4",
"tag": "@microsoft/api-extractor_v7.4.4",
"date": "Tue, 24 Sep 2019 02:58:49 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.0` to `4.3.1`"
}
]
}
},
{
"version": "7.4.3",
"tag": "@microsoft/api-extractor_v7.4.3",
"date": "Mon, 23 Sep 2019 15:14:55 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.4.1` to `7.4.2`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.2.8` to `4.3.0`"
}
]
}
},
{
"version": "7.4.2",
"tag": "@microsoft/api-extractor_v7.4.2",
"date": "Wed, 11 Sep 2019 19:56:23 GMT",
"comments": {
"patch": [
{
"comment": "Add support for an exported name that conflicts with a global name (GitHub #1350)"
}
]
}
},
{
"version": "7.4.1",
"tag": "@microsoft/api-extractor_v7.4.1",
"date": "Tue, 10 Sep 2019 22:32:23 GMT",
"comments": {
"patch": [
{
"comment": "Update documentation"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.4.0` to `7.4.1`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.2.7` to `4.2.8`"
}
]
}
},
{
"version": "7.4.0",
"tag": "@microsoft/api-extractor_v7.4.0",
"date": "Tue, 10 Sep 2019 20:38:33 GMT",
"comments": {
"minor": [
{
"comment": "Add support for generating declaration references"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.3.4` to `7.4.0`"
}
]
}
},
{
"version": "7.3.11",
"tag": "@microsoft/api-extractor_v7.3.11",
"date": "Wed, 04 Sep 2019 18:28:06 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.3.3` to `7.3.4`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`"
}
]
}
},
{
"version": "7.3.10",
"tag": "@microsoft/api-extractor_v7.3.10",
"date": "Wed, 04 Sep 2019 15:15:37 GMT",
"comments": {
"patch": [
{
"comment": "Update TSDoc dependency to 0.12.14"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.3.2` to `7.3.3`"
}
]
}
},
{
"version": "7.3.9",
"tag": "@microsoft/api-extractor_v7.3.9",
"date": "Fri, 30 Aug 2019 00:14:32 GMT",
"comments": {
"patch": [
{
"comment": "Fix a problem where Unicode API names were not handled correctly"
}
]
}
},
{
"version": "7.3.8",
"tag": "@microsoft/api-extractor_v7.3.8",
"date": "Mon, 12 Aug 2019 15:15:14 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.2.6` to `4.2.7`"
}
]
}
},
{
"version": "7.3.7",
"tag": "@microsoft/api-extractor_v7.3.7",
"date": "Thu, 08 Aug 2019 15:14:17 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.3.1` to `7.3.2`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`"
}
]
}
},
{
"version": "7.3.6",
"tag": "@microsoft/api-extractor_v7.3.6",
"date": "Thu, 08 Aug 2019 00:49:05 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where a function with only one declaration was assigned an overloadIndex of 0 instead of 1"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.3.0` to `7.3.1`"
}
]
}
},
{
"version": "7.3.5",
"tag": "@microsoft/api-extractor_v7.3.5",
"date": "Mon, 05 Aug 2019 22:04:32 GMT",
"comments": {
"patch": [
{
"comment": "Security updates."
}
]
}
},
{
"version": "7.3.4",
"tag": "@microsoft/api-extractor_v7.3.4",
"date": "Tue, 23 Jul 2019 01:13:01 GMT",
"comments": {
"patch": [
{
"comment": "ApiItem.name is now quoted when it contains invalid identifier characters, to avoid conflicts with an ECMAScript symbol expression"
}
]
}
},
{
"version": "7.3.3",
"tag": "@microsoft/api-extractor_v7.3.3",
"date": "Mon, 22 Jul 2019 19:13:10 GMT",
"comments": {
"patch": [
{
"comment": "Update to use new api-extractor-model"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.2.0` to `7.3.0`"
}
]
}
},
{
"version": "7.3.2",
"tag": "@microsoft/api-extractor_v7.3.2",
"date": "Fri, 12 Jul 2019 19:12:46 GMT",
"comments": {
"patch": [
{
"comment": "Clarify docs for \"--typescript-compiler-folder\""
}
]
}
},
{
"version": "7.3.1",
"tag": "@microsoft/api-extractor_v7.3.1",
"date": "Thu, 11 Jul 2019 19:13:08 GMT",
"comments": {
"patch": [
{
"comment": "Add support for TypeScript 3.5"
}
]
}
},
{
"version": "7.3.0",
"tag": "@microsoft/api-extractor_v7.3.0",
"date": "Tue, 09 Jul 2019 19:13:24 GMT",
"comments": {
"minor": [
{
"comment": "Add a \"--diagnostics\" command-line option to help when troubleshooting problems"
}
]
}
},
{
"version": "7.2.3",
"tag": "@microsoft/api-extractor_v7.2.3",
"date": "Mon, 08 Jul 2019 19:12:18 GMT",
"comments": {
"patch": [
{
"comment": "Fix a problem when analyzing .d.ts files that appear in the same folder as the corresponding .ts file (GitHub #1310)"
}
]
}
},
{
"version": "7.2.2",
"tag": "@microsoft/api-extractor_v7.2.2",
"date": "Sat, 29 Jun 2019 02:30:10 GMT",
"comments": {
"patch": [
{
"comment": "Fix GitHub issue #1304 where \"IExtractorInvokeOptions.typescriptCompilerFolder\" did not work with TypeScript 3.4"
}
]
}
},
{
"version": "7.2.1",
"tag": "@microsoft/api-extractor_v7.2.1",
"date": "Wed, 12 Jun 2019 19:12:33 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.2.5` to `4.2.6`"
}
]
}
},
{
"version": "7.2.0",
"tag": "@microsoft/api-extractor_v7.2.0",
"date": "Tue, 11 Jun 2019 00:48:06 GMT",
"comments": {
"minor": [
{
"comment": "Generate ApiTypeParameter entries and type alias types"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.1.3` to `7.2.0`"
}
]
}
},
{
"version": "7.1.8",
"tag": "@microsoft/api-extractor_v7.1.8",
"date": "Wed, 05 Jun 2019 19:12:34 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where TSDoc index selectors (ApiParameterListMixin.overloadIndex) started from 0, whereas TSDoc requires a nonzero number"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.1.2` to `7.1.3`"
}
]
}
},
{
"version": "7.1.7",
"tag": "@microsoft/api-extractor_v7.1.7",
"date": "Tue, 04 Jun 2019 05:51:53 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade api-extractor-model to remove ApiConstructor.isStatic, since TypeScript constructors cannot be static"
},
{
"comment": "Improve handling of symbolic property and method names."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.1.1` to `7.1.2`"
}
]
}
},
{
"version": "7.1.6",
"tag": "@microsoft/api-extractor_v7.1.6",
"date": "Mon, 27 May 2019 04:13:44 GMT",
"comments": {
"patch": [
{
"comment": "Fix incorrect path resolution for the \"extends\" field when loading tsconfig.json"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.1.0` to `7.1.1`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.2.4` to `4.2.5`"
}
]
}
},
{
"version": "7.1.5",
"tag": "@microsoft/api-extractor_v7.1.5",
"date": "Mon, 13 May 2019 02:08:35 GMT",
"comments": {
"patch": [
{
"comment": "Broaden support for default imports"
}
]
}
},
{
"version": "7.1.4",
"tag": "@microsoft/api-extractor_v7.1.4",
"date": "Mon, 06 May 2019 20:46:21 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.2.3` to `4.2.4`"
}
]
}
},
{
"version": "7.1.3",
"tag": "@microsoft/api-extractor_v7.1.3",
"date": "Mon, 06 May 2019 19:34:54 GMT",
"comments": {
"patch": [
{
"comment": "Add a new setting \"omitTrimmingComments\" to prevent extra comments from being emitted in the .d.ts rollup"
}
]
}
},
{
"version": "7.1.2",
"tag": "@microsoft/api-extractor_v7.1.2",
"date": "Mon, 06 May 2019 19:11:16 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where ExtractorResult.warningCount was not incremented for messages handled by IExtractorInvokeOptions.messageCallback (GitHub #1258)"
}
]
}
},
{
"version": "7.1.1",
"tag": "@microsoft/api-extractor_v7.1.1",
"date": "Tue, 30 Apr 2019 23:08:02 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where API signatures were sometimes truncated in the .api.json file (GitHub #1249)"
}
]
}
},
{
"version": "7.1.0",
"tag": "@microsoft/api-extractor_v7.1.0",
"date": "Tue, 16 Apr 2019 11:01:37 GMT",
"comments": {
"minor": [
{
"comment": "Initial stable release of API Extractor 7"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.0.28` to `7.1.0`"
}
]
}
},
{
"version": "7.0.42",
"tag": "@microsoft/api-extractor_v7.0.42",
"date": "Fri, 12 Apr 2019 06:13:16 GMT",
"comments": {
"patch": [
{
"comment": "Fix a regression that prevented certain types of warnings from being reported"
}
]
}
},
{
"version": "7.0.41",
"tag": "@microsoft/api-extractor_v7.0.41",
"date": "Thu, 11 Apr 2019 07:14:01 GMT",
"comments": {
"patch": [
{
"comment": "THIS IS A RELEASE CANDIDATE FOR API-EXTRACTOR 7"
},
{
"comment": "(Breaking change) Rename \"mainEntryPointFile\" to \"mainEntryPointFilePath\" so all settings use a consistent naming convention"
},
{
"comment": "(Breaking change) Paths that appear in api-extractor.json are now resolved relative to the config file unless prefixed with the `<projectFolder>` token"
},
{
"comment": "Add a new api-extractor.json setting \"tsconfigFilePath\" for customizing the tsconfig.json path"
},
{
"comment": "Replace ExtractorConfig.packageJsonFullPath with ExtractorConfig.packageFolder"
},
{
"comment": "Upgrade API Extractor to use TypeScript 3.4 for analysis"
}
]
}
},
{
"version": "7.0.40",
"tag": "@microsoft/api-extractor_v7.0.40",
"date": "Tue, 09 Apr 2019 05:31:01 GMT",
"comments": {
"patch": [
{
"comment": "Improve the \"--local\" option to automatically create the API report file if it is missing"
}
]
}
},
{
"version": "7.0.39",
"tag": "@microsoft/api-extractor_v7.0.39",
"date": "Mon, 08 Apr 2019 19:12:52 GMT",
"comments": {
"patch": [
{
"comment": "Rename \"addToApiReviewFile\" setting to \"addToApiReportFile\""
}
]
}
},
{
"version": "7.0.38",
"tag": "@microsoft/api-extractor_v7.0.38",
"date": "Sat, 06 Apr 2019 02:05:51 GMT",
"comments": {
"patch": [
{
"comment": "(Breaking change) Removed the ILogger API and renamed ExtractorMessageLogLevel to ExtractorLogLevel"
},
{
"comment": "(Breaking change) Extractor console output is now modeled as ExtractorMessage objects and can be customized/filtered/handled by IExtractorInvokeOptions.messageCallback"
}
]
}
},
{
"version": "7.0.37",
"tag": "@microsoft/api-extractor_v7.0.37",
"date": "Fri, 05 Apr 2019 04:16:16 GMT",
"comments": {
"patch": [
{
"comment": "Introduce \"api-extractor init\" command-line that helps enable API Extractor for a new project"
},
{
"comment": "(Breaking change) Major redesign of the API used to invoke API Extractor"
},
{
"comment": "(Breaking change) Major redesign of the api-extractor.json config file format"
},
{
"comment": "Add a CompilerState API that allows an optimization where multiple invocations of Extractor can reuse the same TypeScript compiler analysis"
}
]
}
},
{
"version": "7.0.36",
"tag": "@microsoft/api-extractor_v7.0.36",
"date": "Wed, 03 Apr 2019 02:58:33 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where .d.ts.map file were sometimes mapped to the wrong location"
}
]
}
},
{
"version": "7.0.35",
"tag": "@microsoft/api-extractor_v7.0.35",
"date": "Sat, 30 Mar 2019 22:27:16 GMT",
"comments": {
"patch": [
{
"comment": "Reintroduce the generated documentation notice for internal constructors"
},
{
"comment": "Add limited support for resolving @inheritDoc references to external packages by postprocessing them in api-documenter"
}
]
}
},
{
"version": "7.0.34",
"tag": "@microsoft/api-extractor_v7.0.34",
"date": "Thu, 28 Mar 2019 19:14:27 GMT",
"comments": {
"patch": [
{
"comment": "Validate `@link` tags and report a warning if the link cannot be resolved"
}
]
}
},
{
"version": "7.0.33",
"tag": "@microsoft/api-extractor_v7.0.33",
"date": "Tue, 26 Mar 2019 20:54:18 GMT",
"comments": {
"patch": [
{
"comment": "Reintroduce support for `@inheritDoc` tags"
}
]
}
},
{
"version": "7.0.32",
"tag": "@microsoft/api-extractor_v7.0.32",
"date": "Sat, 23 Mar 2019 03:48:31 GMT",
"comments": {
"patch": [
{
"comment": "If the TSDoc summary is missing for a class constructor, then automatically generate it"
},
{
"comment": "Reintroduce support for the `@preapproved` TSDoc tag"
}
]
}
},
{
"version": "7.0.31",
"tag": "@microsoft/api-extractor_v7.0.31",
"date": "Thu, 21 Mar 2019 04:59:11 GMT",
"comments": {
"patch": [
{
"comment": "Reintroduce \"ae-internal-missing-underscore\" warning for API items marked as `@internal` but whose name does not start with an underscore"
}
]
}
},
{
"version": "7.0.30",
"tag": "@microsoft/api-extractor_v7.0.30",
"date": "Thu, 21 Mar 2019 01:15:32 GMT",
"comments": {
"patch": [
{
"comment": "Improve the API review file generation to include imports and support multiple exports"
}
]
}
},
{
"version": "7.0.29",
"tag": "@microsoft/api-extractor_v7.0.29",
"date": "Wed, 20 Mar 2019 19:14:49 GMT",
"comments": {
"patch": [
{
"comment": "API Extractor can now analyze packages whose package.json file is missing the \"version\" field"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.0.27` to `7.0.28`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.1` to `3.13.0`"
}
]
}
},
{
"version": "7.0.28",
"tag": "@microsoft/api-extractor_v7.0.28",
"date": "Mon, 18 Mar 2019 04:28:43 GMT",
"comments": {
"patch": [
{
"comment": "Rename the \"ae-inconsistent-release-tags\" warning to \"ae-different-release-tags\""
},
{
"comment": "Introduce a new warning \"ae-incompatible-release-tags\" that checks for API signatures that reference types with incompatible release tags"
},
{
"comment": "Fix an issue where this error was sometimes reported incorrectly: \"The messages.extractorMessageReporting table contains an unrecognized identifier ___\""
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.0.26` to `7.0.27`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`"
}
]
}
},
{
"version": "7.0.27",
"tag": "@microsoft/api-extractor_v7.0.27",
"date": "Fri, 15 Mar 2019 19:13:25 GMT",
"comments": {
"patch": [
{
"comment": "(Breaking change) The file extension for API review files has changed from \".api.ts\" to \"api.md\". For details see https://github.com/microsoft/web-build-tools/issues/1123"
}
]
}
},
{
"version": "7.0.26",
"tag": "@microsoft/api-extractor_v7.0.26",
"date": "Wed, 13 Mar 2019 19:13:14 GMT",
"comments": {
"patch": [
{
"comment": "Refactor code to move the IndentedWriter API from api-extractor-model to api-documenter"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.0.25` to `7.0.26`"
}
]
}
},
{
"version": "7.0.25",
"tag": "@microsoft/api-extractor_v7.0.25",
"date": "Wed, 13 Mar 2019 01:14:05 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade TSDoc"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.0.24` to `7.0.25`"
}
]
}
},
{
"version": "7.0.24",
"tag": "@microsoft/api-extractor_v7.0.24",
"date": "Mon, 11 Mar 2019 16:13:36 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where spurious TSDoc warnings were issued because the TSDoc parser was configured improperly"
},
{
"comment": "Move the .api.json related APIs into a new NPM package @microsoft/api-extractor-model"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.0.23` to `7.0.24`"
}
]
}
},
{
"version": "7.0.23",
"tag": "@microsoft/api-extractor_v7.0.23",
"date": "Tue, 05 Mar 2019 17:13:11 GMT",
"comments": {
"patch": [
{
"comment": "Issue a warning when an exported type refers to another local type that is not exported (ae-forgotten-export)"
},
{
"comment": "The export analyzer now correctly handles symbols imported using \"import x = require('y');\" notation"
}
]
}
},
{
"version": "7.0.22",
"tag": "@microsoft/api-extractor_v7.0.22",
"date": "Mon, 04 Mar 2019 17:13:19 GMT",
"comments": {
"patch": [
{
"comment": "Every error/warning message reported by API Extractor now has an associated message identifier"
},
{
"comment": "Add a new section to api-extractor.json for configuring how errors get reported, with ability to suppress individual errors"
},
{
"comment": "Reintroduce the ability to report issues by writing warnings into the API review file"
},
{
"comment": "Fix an issue where members of type literals were incorrectly being flagged as \"(undocumented)\""
},
{
"comment": "Error messages now cite the original .ts source file, if a source map is present. (To enable this, specify `\"declarationMap\": true` in tsconfig.json.)"
}
]
}
},
{
"version": "7.0.21",
"tag": "@microsoft/api-extractor_v7.0.21",
"date": "Wed, 27 Feb 2019 22:13:58 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.1` to `3.12.0`"
}
]
}
},
{
"version": "7.0.20",
"tag": "@microsoft/api-extractor_v7.0.20",
"date": "Wed, 27 Feb 2019 17:13:17 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.0` to `3.11.1`"
}
]
}
},
{
"version": "7.0.19",
"tag": "@microsoft/api-extractor_v7.0.19",
"date": "Mon, 18 Feb 2019 17:13:23 GMT",
"comments": {
"minor": [
{
"comment": "New way to resolve & generate TSDoc metadata file"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.10.0` to `3.11.0`"
}
]
}
},
{
"version": "7.0.18",
"tag": "@microsoft/api-extractor_v7.0.18",
"date": "Tue, 12 Feb 2019 17:13:12 GMT",
"comments": {
"patch": [
{
"comment": "Add a workaround for the issue where .d.ts rollups sometimes define names that conflict with a global symbol (the full solution is tracked by GitHub #1095)"
}
]
}
},
{
"version": "7.0.17",
"tag": "@microsoft/api-extractor_v7.0.17",
"date": "Mon, 11 Feb 2019 10:32:37 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where API Extractor neglected to analyze \"typeof\" expressions"
},
{
"comment": "Fix an issue where declarations inside a namespace were sometimes being incorrectly emitted as top-level exports of the .d.ts rollup"
}
]
}
},
{
"version": "7.0.16",
"tag": "@microsoft/api-extractor_v7.0.16",
"date": "Mon, 11 Feb 2019 08:55:57 GMT",
"comments": {
"patch": [
{
"comment": "Redesign the analyzer so that when an external symbol is reexported by the working package, the local object (AstImport) and external object (AstSymbol) are kept separate"
},
{
"comment": "Fix a number of bugs where external symbols were misinterpreted as being part of the local project"
},
{
"comment": "Eliminate a number of errors involving unusual language constructs, by avoiding analysis of external symbols unless it's really necessary"
},
{
"comment": "Simplify the AstSymbol.nominalAnalysis concept and associated code"
},
{
"comment": "Improve .d.ts rollup trimming to handle reexported symbols correctly"
}
]
}
},
{
"version": "7.0.15",
"tag": "@microsoft/api-extractor_v7.0.15",
"date": "Mon, 11 Feb 2019 03:31:55 GMT",
"comments": {
"patch": [
{
"comment": "The `--debug` parameter now automatically breaks in the debugger when InternalError is thrown"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.9.0` to `3.10.0`"
}
]
}
},
{
"version": "7.0.14",
"tag": "@microsoft/api-extractor_v7.0.14",
"date": "Thu, 31 Jan 2019 17:03:49 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade to TSDoc 0.12.5, which allows `$` in `@param` names"
},
{
"comment": "Add \"testMode\" option in api-extractor.json to eliminate spurious diffs in test files when the version number gets bumped"
},
{
"comment": "Normalize newlines for excerpt strings in the .api.json file"
}
]
}
},
{
"version": "7.0.13",
"tag": "@microsoft/api-extractor_v7.0.13",
"date": "Sat, 19 Jan 2019 03:47:47 GMT",
"comments": {
"patch": [
{
"comment": "Move the skipLibCheck into the config file."
}
]
}
},
{
"version": "7.0.12",
"tag": "@microsoft/api-extractor_v7.0.12",
"date": "Sat, 19 Jan 2019 01:17:51 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where files using \"export=\" were incorrectly interpreted as having ambient declarations"
}
]
}
},
{
"version": "7.0.11",
"tag": "@microsoft/api-extractor_v7.0.11",
"date": "Fri, 18 Jan 2019 00:52:21 GMT",
"comments": {
"patch": [
{
"comment": "Add support for circular references between files that use `export * from \"____\";`"
}
]
}
},
{
"version": "7.0.10",
"tag": "@microsoft/api-extractor_v7.0.10",
"date": "Thu, 17 Jan 2019 00:37:54 GMT",
"comments": {
"patch": [
{
"comment": "Add support for exports of the form `export * from \"____\";`"
},
{
"comment": "Improve the analyzer to allow a declaration to be exported more than once"
},
{
"comment": "Fix inconsistent newlines in .api.ts files"
}
]
}
},
{
"version": "7.0.9",
"tag": "@microsoft/api-extractor_v7.0.9",
"date": "Thu, 10 Jan 2019 01:57:52 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue with rolling up default exports (https://github.com/microsoft/web-build-tools/issues/1007)"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.3` to `3.9.0`"
}
]
}
},
{
"version": "7.0.8",
"tag": "@microsoft/api-extractor_v7.0.8",
"date": "Thu, 20 Dec 2018 17:04:08 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where it was possible to import forgotten declarations from a .d.ts rollup, even though they did not have an explicit \"export\" modifier"
}
]
}
},
{
"version": "7.0.7",
"tag": "@microsoft/api-extractor_v7.0.7",
"date": "Wed, 19 Dec 2018 05:57:33 GMT",
"comments": {
"patch": [
{
"comment": "Extend ApiModel to support new item kinds: ApiCallSignature, ApiConstructor, ApiConstructSignature, ApiFunction, ApiIndexSignature, ApiTypeAlias, and ApiVariable"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.2` to `3.8.3`"
}
]
}
},
{
"version": "7.0.6",
"tag": "@microsoft/api-extractor_v7.0.6",
"date": "Fri, 14 Dec 2018 19:43:46 GMT",
"comments": {
"patch": [
{
"comment": "Update web site URLs"
}
]
}
},
{
"version": "7.0.5",
"tag": "@microsoft/api-extractor_v7.0.5",
"date": "Thu, 13 Dec 2018 02:58:10 GMT",
"comments": {
"patch": [
{
"comment": "Remove unused jju dependency"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.1` to `3.8.2`"
}
]
}
},
{
"version": "7.0.4",
"tag": "@microsoft/api-extractor_v7.0.4",
"date": "Wed, 12 Dec 2018 17:04:19 GMT",
"comments": {
"patch": [
{
"comment": "Reintroduce support for \"extends\" and \"implements\" heritage clauses"
},
{
"comment": "Redesign the Excerpt API to support multiple subranges (e.g. for a list of \"implements\" clauses)"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.0` to `3.8.1`"
}
]
}
},
{
"version": "7.0.3",
"tag": "@microsoft/api-extractor_v7.0.3",
"date": "Fri, 07 Dec 2018 17:04:56 GMT",
"comments": {
"patch": [
{
"comment": "Added more API documentation"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.1` to `3.8.0`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.2.2` to `4.2.3`"
}
]
}
},
{
"version": "7.0.2",
"tag": "@microsoft/api-extractor_v7.0.2",
"date": "Wed, 05 Dec 2018 19:57:03 GMT",
"comments": {
"patch": [
{
"comment": "fix reexported types from an external package for dts rollup"
}
]
}
},
{
"version": "7.0.1",
"tag": "@microsoft/api-extractor_v7.0.1",
"date": "Wed, 05 Dec 2018 17:04:18 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where .d.ts trimming did not properly handle variable declarations (GitHub #976)"
}
]
}
},
{
"version": "7.0.0",
"tag": "@microsoft/api-extractor_v7.0.0",
"date": "Thu, 29 Nov 2018 07:02:09 GMT",
"comments": {
"major": [
{
"comment": "THIS IS A BETA RELEASE - We are bumping the version to \"7.0.0\" to simplify dogfooding. This release is not yet ready for general usage."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.0` to `3.7.1`"
}
]
}
},
{
"version": "6.3.0",
"tag": "@microsoft/api-extractor_v6.3.0",
"date": "Wed, 28 Nov 2018 19:29:53 GMT",
"comments": {
"minor": [
{
"comment": "Support \"extends\" field in api-extractor.json config files for easier management of monorepos with many projects"
}
]
}
},
{
"version": "6.2.0",
"tag": "@microsoft/api-extractor_v6.2.0",
"date": "Wed, 28 Nov 2018 02:17:11 GMT",
"comments": {
"minor": [
{
"comment": "Introduce a new build output \"dist/tsdoc-metdata.json\", which completely replaces the old \"tsdocFlavor\" field in package.json"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.6.0` to `3.7.0`"
}
]
}
},
{
"version": "6.1.6",
"tag": "@microsoft/api-extractor_v6.1.6",
"date": "Fri, 16 Nov 2018 21:37:10 GMT",
"comments": {
"patch": [
{
"comment": "Add support for emitting `/// <reference lib=\"___\" />` directives in .d.ts rollups (GitHub issue #946)"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.2` to `3.6.0`"
}
]
}
},
{
"version": "6.1.5",
"tag": "@microsoft/api-extractor_v6.1.5",
"date": "Fri, 16 Nov 2018 00:59:00 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where .d.ts trimming did not work for exported variable declarations (GitHub #936)"
}
]
}
},
{
"version": "6.1.4",
"tag": "@microsoft/api-extractor_v6.1.4",
"date": "Fri, 09 Nov 2018 23:07:39 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade to TSDoc 0.21.2, which improves trimming of link text in `@link` tags"
}
]
}
},
{
"version": "6.1.3",
"tag": "@microsoft/api-extractor_v6.1.3",
"date": "Wed, 07 Nov 2018 21:04:35 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.1` to `3.5.2`"
}
]
}
},
{
"version": "6.1.2",
"tag": "@microsoft/api-extractor_v6.1.2",
"date": "Mon, 05 Nov 2018 17:04:24 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade to @microsoft/tsdoc 0.12.0"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.0` to `3.5.1`"
}
]
}
},
{
"version": "6.1.1",
"tag": "@microsoft/api-extractor_v6.1.1",
"date": "Thu, 01 Nov 2018 19:32:52 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where EcmaScript symbols (\"computed property names\") were missing from .d.ts rollups"
}
]
}
},
{
"version": "6.1.0",
"tag": "@microsoft/api-extractor_v6.1.0",
"date": "Wed, 31 Oct 2018 17:00:54 GMT",
"comments": {
"minor": [
{
"comment": "Added an api to invoke api extractor processor by supplying api extractor json config file."
}
]
}
},
{
"version": "6.0.9",
"tag": "@microsoft/api-extractor_v6.0.9",
"date": "Thu, 25 Oct 2018 23:20:40 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.4.0` to `3.5.0`"
}
]
}
},
{
"version": "6.0.8",
"tag": "@microsoft/api-extractor_v6.0.8",
"date": "Thu, 25 Oct 2018 08:56:02 GMT",
"comments": {
"patch": [
{
"comment": "Fix issue where `DocErrorText.text` returned `[object Object]` instead of the text "
}
]
}
},
{
"version": "6.0.7",
"tag": "@microsoft/api-extractor_v6.0.7",
"date": "Wed, 24 Oct 2018 16:03:10 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.3.1` to `3.4.0`"
}
]
}
},
{
"version": "6.0.6",
"tag": "@microsoft/api-extractor_v6.0.6",
"date": "Thu, 18 Oct 2018 01:32:20 GMT",
"comments": {
"patch": [
{
"comment": "Fix isAbsolute check for mainDtsRollupPath"
}
]
}
},
{
"version": "6.0.5",
"tag": "@microsoft/api-extractor_v6.0.5",
"date": "Wed, 17 Oct 2018 21:04:49 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.3.0` to `3.3.1`"
}
]
}
},
{
"version": "6.0.4",
"tag": "@microsoft/api-extractor_v6.0.4",
"date": "Wed, 17 Oct 2018 14:43:24 GMT",
"comments": {
"patch": [
{
"comment": "Fix a regression where namespaces were sometimes incorrectly handled in \"conservative\" mode"
},
{
"comment": "Update the command line to look for api-extractor.json in both the \"./config\" folder and the project folder"
},
{
"comment": "Allow type references in namespaces when namespaceSupport=conservative"
}
]
}
},
{
"version": "6.0.3",
"tag": "@microsoft/api-extractor_v6.0.3",
"date": "Thu, 11 Oct 2018 23:26:07 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where `import x from \".\"` was sometimes not processed correctly"
}
]
}
},
{
"version": "6.0.2",
"tag": "@microsoft/api-extractor_v6.0.2",
"date": "Tue, 09 Oct 2018 06:58:01 GMT",
"comments": {
"patch": [
{
"comment": "Fix a regression where API Extractor was sometimes reporting incorrect line numbers"
}
]
}
},
{
"version": "6.0.1",
"tag": "@microsoft/api-extractor_v6.0.1",
"date": "Mon, 08 Oct 2018 16:04:27 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.2.0` to `3.3.0`"
}
]
}
},
{
"version": "6.0.0",
"tag": "@microsoft/api-extractor_v6.0.0",
"date": "Sun, 07 Oct 2018 06:15:56 GMT",
"comments": {
"major": [
{
"comment": "(Breaking change) API Extractor 6 introduces support for TSDoc doc comment syntax! Please see https://api-extractor.com/ for documentation. To learn more about the TSDoc standard, check out https://github.com/microsoft/tsdoc"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.1.0` to `3.2.0`"
}
]
}
},
{
"version": "5.13.1",
"tag": "@microsoft/api-extractor_v5.13.1",
"date": "Fri, 28 Sep 2018 16:05:35 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.0.1` to `3.1.0`"
}
]
}
},
{
"version": "5.13.0",
"tag": "@microsoft/api-extractor_v5.13.0",
"date": "Wed, 26 Sep 2018 21:39:40 GMT",
"comments": {
"minor": [
{
"comment": "Add new command line option --skip-lib-check"
}
]
}
},
{
"version": "5.12.2",
"tag": "@microsoft/api-extractor_v5.12.2",
"date": "Mon, 24 Sep 2018 23:06:40 GMT",
"comments": {
"patch": [
{
"comment": "Allow doc comments to use TSDoc's \"@defaultvalue\" tag (but the value is not yet passed to the documentation pipeline)"
}
]
}
},
{
"version": "5.12.1",
"tag": "@microsoft/api-extractor_v5.12.1",
"date": "Fri, 21 Sep 2018 16:04:42 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where TypeScript errors are often logged as \"[Object object]\" instead of the actual error message."
}
]
}
},
{
"version": "5.12.0",
"tag": "@microsoft/api-extractor_v5.12.0",
"date": "Thu, 20 Sep 2018 23:57:21 GMT",
"comments": {
"minor": [
{
"comment": "Add new feature: Support using a different version of the TypeScript compiler."
}
]
}
},
{
"version": "5.11.2",
"tag": "@microsoft/api-extractor_v5.11.2",
"date": "Tue, 18 Sep 2018 21:04:55 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where parameters mentioned in comments were attempting to be analyzed by api-extractor."
}
]
}
},
{
"version": "5.11.1",
"tag": "@microsoft/api-extractor_v5.11.1",
"date": "Thu, 06 Sep 2018 01:25:25 GMT",
"comments": {
"patch": [
{
"comment": "Update \"repository\" field in package.json"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.0.0` to `3.0.1`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.2.1` to `4.2.2`"
}
]
}
},
{
"version": "5.11.0",
"tag": "@microsoft/api-extractor_v5.11.0",
"date": "Mon, 03 Sep 2018 16:04:45 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade api-extractor to internally use TypeScript 3.0."
}
]
}
},
{
"version": "5.10.8",
"tag": "@microsoft/api-extractor_v5.10.8",
"date": "Wed, 29 Aug 2018 06:36:50 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `2.2.1` to `3.0.0`"
}
]
}
},
{
"version": "5.10.7",
"tag": "@microsoft/api-extractor_v5.10.7",
"date": "Thu, 23 Aug 2018 18:18:53 GMT",
"comments": {
"patch": [
{
"comment": "Republish all packages in web-build-tools to resolve GitHub issue #782"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `2.2.0` to `2.2.1`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.2.0` to `4.2.1`"
}
]
}
},
{
"version": "5.10.6",
"tag": "@microsoft/api-extractor_v5.10.6",
"date": "Wed, 22 Aug 2018 20:58:58 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `2.1.1` to `2.2.0`"
}
]
}
},
{
"version": "5.10.5",
"tag": "@microsoft/api-extractor_v5.10.5",
"date": "Wed, 22 Aug 2018 16:03:25 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `2.1.0` to `2.1.1`"
}
]
}
},
{
"version": "5.10.4",
"tag": "@microsoft/api-extractor_v5.10.4",
"date": "Tue, 21 Aug 2018 16:04:38 GMT",
"comments": {
"patch": [
{
"comment": "fix namespace name for export statement`"
}
]
}
},
{
"version": "5.10.3",
"tag": "@microsoft/api-extractor_v5.10.3",
"date": "Thu, 09 Aug 2018 21:03:22 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `2.0.0` to `2.1.0`"
}
]
}
},
{
"version": "5.10.2",
"tag": "@microsoft/api-extractor_v5.10.2",
"date": "Thu, 09 Aug 2018 16:04:24 GMT",
"comments": {
"patch": [
{
"comment": "Update lodash."
}
]
}
},
{
"version": "5.10.1",
"tag": "@microsoft/api-extractor_v5.10.1",
"date": "Thu, 26 Jul 2018 16:04:17 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `1.5.0` to `2.0.0`"
}
]
}
},
{
"version": "5.10.0",
"tag": "@microsoft/api-extractor_v5.10.0",
"date": "Tue, 17 Jul 2018 16:02:52 GMT",
"comments": {
"minor": [
{
"comment": "Add support for new \"@eventproperty\" AEDoc tag, which indicates that a class/interface property should be documented as an event"
}
]
}
},
{
"version": "5.9.1",
"tag": "@microsoft/api-extractor_v5.9.1",
"date": "Tue, 03 Jul 2018 21:03:31 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `1.4.1` to `1.5.0`"
}
]
}
},
{
"version": "5.9.0",
"tag": "@microsoft/api-extractor_v5.9.0",
"date": "Sat, 23 Jun 2018 02:21:20 GMT",
"comments": {
"minor": [
{
"comment": "Add new IMarkupHtmlTag API"
},
{
"comment": "AEDoc now allows HTML tags inside doc comments, which can be disabled using a backslash escape"
}
]
}
},
{
"version": "5.8.1",
"tag": "@microsoft/api-extractor_v5.8.1",
"date": "Thu, 21 Jun 2018 08:27:29 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `1.4.0` to `1.4.1`"
}
]
}
},
{
"version": "5.8.0",
"tag": "@microsoft/api-extractor_v5.8.0",
"date": "Tue, 19 Jun 2018 19:35:11 GMT",
"comments": {
"minor": [
{
"comment": "For namespaceSupport=permissive, allow arbitrary nesting of namespaces"
}
],
"patch": [
{
"comment": "Fix an issue where multi-line type literals sometimes had inconsistent newlines in the *.api.json file"
}
]
}
},
{
"version": "5.7.3",
"tag": "@microsoft/api-extractor_v5.7.3",
"date": "Fri, 08 Jun 2018 08:43:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `1.3.2` to `1.4.0`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.1.0` to `4.2.0`"
}
]
}
},
{
"version": "5.7.2",
"tag": "@microsoft/api-extractor_v5.7.2",
"date": "Thu, 31 May 2018 01:39:33 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `1.3.1` to `1.3.2`"
}
]
}
},
{
"version": "5.7.1",
"tag": "@microsoft/api-extractor_v5.7.1",
"date": "Tue, 15 May 2018 02:26:45 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `1.3.0` to `1.3.1`"
}
]
}
},
{
"version": "5.7.0",
"tag": "@microsoft/api-extractor_v5.7.0",
"date": "Tue, 15 May 2018 00:18:10 GMT",
"comments": {
"minor": [
{
"comment": "Add support for new AEDoc tags @sealed, @virtual, and @override"
}
]
}
},
{
"version": "5.6.8",
"tag": "@microsoft/api-extractor_v5.6.8",
"date": "Fri, 04 May 2018 00:42:38 GMT",
"comments": {
"patch": [
{
"comment": "Fix the formatting of a log message."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `1.2.0` to `1.3.0`"
}
]
}
},
{
"version": "5.6.7",
"tag": "@microsoft/api-extractor_v5.6.7",
"date": "Tue, 01 May 2018 22:03:20 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where the *.d.ts rollup trimming did not trim import statements"
}
]
}
},
{
"version": "5.6.6",
"tag": "@microsoft/api-extractor_v5.6.6",
"date": "Fri, 27 Apr 2018 03:04:32 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.0.0` to `4.1.0`"
}
]
}
},
{
"version": "5.6.5",
"tag": "@microsoft/api-extractor_v5.6.5",
"date": "Thu, 19 Apr 2018 21:25:56 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `3.1.1` to `4.0.0`"
}
]
}
},
{
"version": "5.6.4",
"tag": "@microsoft/api-extractor_v5.6.4",
"date": "Thu, 19 Apr 2018 17:02:06 GMT",
"comments": {
"patch": [
{
"comment": "Fix errors in schema documentation"
}
]
}
},
{
"version": "5.6.3",
"tag": "@microsoft/api-extractor_v5.6.3",
"date": "Tue, 03 Apr 2018 16:05:29 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `1.1.0` to `1.2.0`"
}
]
}
},
{
"version": "5.6.2",
"tag": "@microsoft/api-extractor_v5.6.2",
"date": "Mon, 02 Apr 2018 16:05:24 GMT",
"comments": {
"patch": [
{
"comment": "Refactor to use new @microsoft/node-core-library"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `1.0.0` to `1.1.0`"
}
]
}
},
{
"version": "5.6.1",
"tag": "@microsoft/api-extractor_v5.6.1",
"date": "Tue, 27 Mar 2018 01:34:25 GMT",
"comments": {
"patch": [
{
"comment": "Update build config so API Extractor builds using the latest version of itself"
}
]
}
},
{
"version": "5.6.0",
"tag": "@microsoft/api-extractor_v5.6.0",
"date": "Sun, 25 Mar 2018 01:26:19 GMT",
"comments": {
"patch": [
{
"comment": "In preparation for initial release, the \"Package Typings\" feature was renamed to \"DTS Rollup\""
},
{
"comment": "Fix an issue where the @packagedocumentation comment was sometimes getting mixed into the middle of the rollup *.d.ts file"
}
],
"minor": [
{
"comment": "Improve the api-extractor.json config file so that *.d.ts rollups go in separate folders, and trimming can now be disabled"
}
]
}
},
{
"version": "5.5.2",
"tag": "@microsoft/api-extractor_v5.5.2",
"date": "Fri, 23 Mar 2018 00:34:53 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade colors to version ~1.2.1"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `3.1.0` to `3.1.1`"
}
]
}
},
{
"version": "5.5.1",
"tag": "@microsoft/api-extractor_v5.5.1",
"date": "Tue, 20 Mar 2018 02:44:45 GMT",
"comments": {
"patch": [
{
"comment": "Improve packageTypings generator to trim nested members according to their release tag"
},
{
"comment": "Fix a bug where packageTypings failed to handle merged declarations properly"
}
]
}
},
{
"version": "5.5.0",
"tag": "@microsoft/api-extractor_v5.5.0",
"date": "Sat, 17 Mar 2018 02:54:22 GMT",
"comments": {
"minor": [
{
"comment": "Overhaul the packageTypings generator analysis to get ready for the upcoming nested member trimming"
},
{
"comment": "Breaking change: Any projects using the package typings feature must now have a \"tsdoc\" section in their package.json"
}
],
"patch": [
{
"comment": "Add \"--debug\" flag for debugging"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.8.0` to `1.0.0`"
}
]
}
},
{
"version": "5.4.0",
"tag": "@microsoft/api-extractor_v5.4.0",
"date": "Thu, 15 Mar 2018 20:00:50 GMT",
"comments": {
"minor": [
{
"comment": "Add a new setting validationRules.missingReleaseTags to optionally remove the requirement that every API item should have a release tag"
},
{
"comment": "Add new API \"Markup.formatApiItemReference()\""
}
],
"patch": [
{
"comment": "Fix an issue where the automatically generated documentation for class constructors sometimes had a broken hyperlink"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `3.0.7` to `3.1.0`"
}
]
}
},
{
"version": "5.3.9",
"tag": "@microsoft/api-extractor_v5.3.9",
"date": "Thu, 15 Mar 2018 16:05:43 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.7.3` to `0.8.0`"
}
]
}
},
{
"version": "5.3.8",
"tag": "@microsoft/api-extractor_v5.3.8",
"date": "Mon, 12 Mar 2018 20:36:19 GMT",
"comments": {
"patch": [
{
"comment": "Locked down some \"@types/\" dependency versions to avoid upgrade conflicts"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `3.0.6` to `3.0.7`"
}
]
}
},
{
"version": "5.3.7",
"tag": "@microsoft/api-extractor_v5.3.7",
"date": "Tue, 06 Mar 2018 17:04:51 GMT",
"comments": {
"patch": [
{
"comment": "Add preliminary support for preview and public outputs for packageTypings generator"
}
]
}
},
{
"version": "5.3.6",
"tag": "@microsoft/api-extractor_v5.3.6",
"date": "Fri, 02 Mar 2018 01:13:59 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.7.2` to `0.7.3`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `3.0.5` to `3.0.6`"
}
]
}
},
{
"version": "5.3.5",
"tag": "@microsoft/api-extractor_v5.3.5",
"date": "Tue, 27 Feb 2018 22:05:57 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.7.1` to `0.7.2`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `3.0.4` to `3.0.5`"
}
]
}
},
{
"version": "5.3.4",
"tag": "@microsoft/api-extractor_v5.3.4",
"date": "Wed, 21 Feb 2018 22:04:19 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.7.0` to `0.7.1`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `3.0.3` to `3.0.4`"
}
]
}
},
{
"version": "5.3.3",
"tag": "@microsoft/api-extractor_v5.3.3",
"date": "Wed, 21 Feb 2018 03:13:28 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.6.1` to `0.7.0`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `3.0.2` to `3.0.3`"
}
]
}
},
{
"version": "5.3.2",
"tag": "@microsoft/api-extractor_v5.3.2",
"date": "Sat, 17 Feb 2018 02:53:49 GMT",
"comments": {
"patch": [
{
"comment": "Fix several bugs with the way that imports were being deduplicated by the packageTypings feature"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.6.0` to `0.6.1`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `3.0.1` to `3.0.2`"
}
]
}
},
{
"version": "5.3.1",
"tag": "@microsoft/api-extractor_v5.3.1",
"date": "Fri, 16 Feb 2018 22:05:23 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.5.1` to `0.6.0`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `3.0.0` to `3.0.1`"
}
]
}
},
{
"version": "5.3.0",
"tag": "@microsoft/api-extractor_v5.3.0",
"date": "Fri, 16 Feb 2018 17:05:11 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where the packageTypings feature sometimes emitted \"default\" instead of the class name"
},
{
"comment": "Improve the packageTypings feature to support triple-slash references to typings"
}
],
"minor": [
{
"comment": "Fix an issue where the packageTypings feature didn't handle some import/export patterns"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.5.0` to `0.5.1`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.3.10` to `3.0.0`"
}
]
}
},
{
"version": "5.2.7",
"tag": "@microsoft/api-extractor_v5.2.7",
"date": "Wed, 07 Feb 2018 17:05:11 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.10` to `0.5.0`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.3.9` to `2.3.10`"
}
]
}
},
{
"version": "5.2.6",
"tag": "@microsoft/api-extractor_v5.2.6",
"date": "Fri, 26 Jan 2018 22:05:30 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.9` to `0.4.10`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.3.8` to `2.3.9`"
}
]
}
},
{
"version": "5.2.5",
"tag": "@microsoft/api-extractor_v5.2.5",
"date": "Fri, 26 Jan 2018 17:53:38 GMT",
"comments": {
"patch": [
{
"comment": "Force a patch bump in case the previous version was an empty package"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.8` to `0.4.9`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.3.7` to `2.3.8`"
}
]
}
},
{
"version": "5.2.4",
"tag": "@microsoft/api-extractor_v5.2.4",
"date": "Fri, 26 Jan 2018 00:36:51 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.7` to `0.4.8`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.3.6` to `2.3.7`"
}
]
}
},
{
"version": "5.2.3",
"tag": "@microsoft/api-extractor_v5.2.3",
"date": "Tue, 23 Jan 2018 17:05:28 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.6` to `0.4.7`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.3.5` to `2.3.6`"
}
]
}
},
{
"version": "5.2.2",
"tag": "@microsoft/api-extractor_v5.2.2",
"date": "Thu, 18 Jan 2018 03:23:46 GMT",
"comments": {
"patch": [
{
"comment": "Enable package typings generated by api-extractor"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.5` to `0.4.6`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.3.4` to `2.3.5`"
}
]
}
},
{
"version": "5.2.1",
"tag": "@microsoft/api-extractor_v5.2.1",
"date": "Thu, 18 Jan 2018 00:48:06 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.4` to `0.4.5`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.3.3` to `2.3.4`"
}
]
}
},
{
"version": "5.2.0",
"tag": "@microsoft/api-extractor_v5.2.0",
"date": "Thu, 18 Jan 2018 00:27:23 GMT",
"comments": {
"minor": [
{
"comment": "Improve the packageTypings feature to support abstract classes and \"import * as X\" imports"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.3` to `0.4.4`"
}
]
}
},
{
"version": "5.1.3",
"tag": "@microsoft/api-extractor_v5.1.3",
"date": "Wed, 17 Jan 2018 10:49:31 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.2` to `0.4.3`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.3.2` to `2.3.3`"
}
]
}
},
{
"version": "5.1.2",
"tag": "@microsoft/api-extractor_v5.1.2",
"date": "Fri, 12 Jan 2018 03:35:22 GMT",
"comments": {
"patch": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "4589070d63c8c1d5d77bfa5e52b4f9fd2734e19f",
"comment": "Add some incremental improvements for the experimental PackageTypingsGenerator feature"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.1` to `0.4.2`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.3.1` to `2.3.2`"
}
]
}
},
{
"version": "5.1.1",
"tag": "@microsoft/api-extractor_v5.1.1",
"date": "Thu, 11 Jan 2018 22:31:51 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.0` to `0.4.1`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.3.0` to `2.3.1`"
}
]
}
},
{
"version": "5.1.0",
"tag": "@microsoft/api-extractor_v5.1.0",
"date": "Wed, 10 Jan 2018 20:40:01 GMT",
"comments": {
"minor": [
{
"author": "Nicholas Pape <nickpape-msft@users.noreply.github.com>",
"commit": "1271a0dc21fedb882e7953f491771724f80323a1",
"comment": "Upgrade to Node 8"
}
],
"patch": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "e6afac460ac96fa5e7a54d6ccab84aca4546cc5e",
"comment": "Continued progress for the experimental PackageTypingsGenerator"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.26` to `0.4.0`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.14` to `2.3.0`"
}
]
}
},
{
"version": "5.0.1",
"tag": "@microsoft/api-extractor_v5.0.1",
"date": "Tue, 09 Jan 2018 17:05:51 GMT",
"comments": {
"patch": [
{
"author": "Nicholas Pape <nickpape-msft@users.noreply.github.com>",
"commit": "d00b6549d13610fbb6f84be3478b532be9da0747",
"comment": "Get web-build-tools building with pnpm"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.25` to `0.3.26`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.13` to `2.2.14`"
}
]
}
},
{
"version": "5.0.0",
"tag": "@microsoft/api-extractor_v5.0.0",
"date": "Sun, 07 Jan 2018 05:12:08 GMT",
"comments": {
"major": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "aa0c67382d4dee0cde40ee84a581dbdcdabe77ef",
"comment": "API Extractor now processes *.d.ts files instead of *.ts files"
}
],
"minor": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "aa0c67382d4dee0cde40ee84a581dbdcdabe77ef",
"comment": "Introduced new tag @packagedocumentation which replaces the earlier approach that used a \"packageDescription\" variable"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.24` to `0.3.25`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.12` to `2.2.13`"
}
]
}
},
{
"version": "4.3.7",
"tag": "@microsoft/api-extractor_v4.3.7",
"date": "Fri, 05 Jan 2018 20:26:45 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.23` to `0.3.24`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.11` to `2.2.12`"
}
]
}
},
{
"version": "4.3.6",
"tag": "@microsoft/api-extractor_v4.3.6",
"date": "Fri, 05 Jan 2018 00:48:41 GMT",
"comments": {
"patch": [
{
"author": "Nicholas Pape <nickpape-msft@users.noreply.github.com>",
"commit": "b942f54445bf01dbdb98aaa5f0007f5b95315b58",
"comment": "Update Jest to ~21.2.1"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.22` to `0.3.23`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.10` to `2.2.11`"
}
]
}
},
{
"version": "4.3.5",
"tag": "@microsoft/api-extractor_v4.3.5",
"date": "Fri, 22 Dec 2017 17:04:46 GMT",
"comments": {
"patch": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "e27707503756cbfb2e9332833b987009c32b8198",
"comment": "Fixed an issue where warnings would cause the api-extractor tool to return a nonzero exit code for a \"--local\" build; warnings should not fail the build in this scenario"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.21` to `0.3.22`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.9` to `2.2.10`"
}
]
}
},
{
"version": "4.3.4",
"tag": "@microsoft/api-extractor_v4.3.4",
"date": "Tue, 12 Dec 2017 03:33:26 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.20` to `0.3.21`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.8` to `2.2.9`"
}
]
}
},
{
"version": "4.3.3",
"tag": "@microsoft/api-extractor_v4.3.3",
"date": "Thu, 30 Nov 2017 23:59:09 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.19` to `0.3.20`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.7` to `2.2.8`"
}
]
}
},
{
"version": "4.3.2",
"tag": "@microsoft/api-extractor_v4.3.2",
"date": "Thu, 30 Nov 2017 23:12:21 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.18` to `0.3.19`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.6` to `2.2.7`"
}
]
}
},
{
"version": "4.3.1",
"tag": "@microsoft/api-extractor_v4.3.1",
"date": "Wed, 29 Nov 2017 17:05:37 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.17` to `0.3.18`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.5` to `2.2.6`"
}
]
}
},
{
"version": "4.3.0",
"tag": "@microsoft/api-extractor_v4.3.0",
"date": "Tue, 28 Nov 2017 23:43:55 GMT",
"comments": {
"minor": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "aa6a9d0000c787f37623ae434cccbb5f0fdb7f29",
"comment": "Add Extractor.processProject() whose return value indicates success"
}
],
"patch": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "aa6a9d0000c787f37623ae434cccbb5f0fdb7f29",
"comment": "Deprecate Extractor.analyzeProject() API"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.16` to `0.3.17`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.4` to `2.2.5`"
}
]
}
},
{
"version": "4.2.6",
"tag": "@microsoft/api-extractor_v4.2.6",
"date": "Mon, 13 Nov 2017 17:04:50 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.15` to `0.3.16`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.3` to `2.2.4`"
}
]
}
},
{
"version": "4.2.5",
"tag": "@microsoft/api-extractor_v4.2.5",
"date": "Mon, 06 Nov 2017 17:04:18 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.14` to `0.3.15`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.2` to `2.2.3`"
}
]
}
},
{
"version": "4.2.4",
"tag": "@microsoft/api-extractor_v4.2.4",
"date": "Thu, 02 Nov 2017 16:05:24 GMT",
"comments": {
"patch": [
{
"author": "QZ <qz2017@users.noreply.github.com>",
"commit": "2c58095f2f13492887cc1278c9a0cff49af9735b",
"comment": "lock the reference version between web build tools projects"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.13` to `0.3.14`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.1` to `2.2.2`"
}
]
}
},
{
"version": "4.2.3",
"tag": "@microsoft/api-extractor_v4.2.3",
"date": "Wed, 01 Nov 2017 21:06:08 GMT",
"comments": {
"patch": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "e449bd6cdc3c179461be68e59590c25021cd1286",
"comment": "Upgrade cyclic dependencies"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.12` to `~0.3.13`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `~2.2.0` to `~2.2.1`"
}
]
}
},
{
"version": "4.2.2",
"tag": "@microsoft/api-extractor_v4.2.2",
"date": "Tue, 31 Oct 2017 21:04:04 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.11` to `~0.3.12`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `~2.1.4` to `~2.2.0`"
}
]
}
},
{
"version": "4.2.1",
"tag": "@microsoft/api-extractor_v4.2.1",
"date": "Tue, 31 Oct 2017 16:04:55 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.10` to `~0.3.11`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `~2.1.3` to `~2.1.4`"
}
]
}
},
{
"version": "4.2.0",
"tag": "@microsoft/api-extractor_v4.2.0",
"date": "Wed, 25 Oct 2017 20:03:59 GMT",
"comments": {
"minor": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "6cc203e0282130eb7c9a40906c1a8861c763d56c",
"comment": "Improved the way API JSON represents documentation markup; this is a file format change"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.9` to `~0.3.10`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `~2.1.2` to `~2.1.3`"
}
]
}
},
{
"version": "4.1.2",
"tag": "@microsoft/api-extractor_v4.1.2",
"date": "Tue, 24 Oct 2017 18:17:12 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.8` to `~0.3.9`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `~2.1.1` to `~2.1.2`"
}
]
}
},
{
"version": "4.1.1",
"tag": "@microsoft/api-extractor_v4.1.1",
"date": "Mon, 23 Oct 2017 21:53:12 GMT",
"comments": {
"patch": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "5de032b254b632b8af0d0dd98913acef589f88d5",
"comment": "Updated cyclic dependencies"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.7` to `~0.3.8`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `~2.1.0` to `~2.1.1`"
}
]
}
},
{
"version": "4.1.0",
"tag": "@microsoft/api-extractor_v4.1.0",
"date": "Fri, 20 Oct 2017 19:57:12 GMT",
"comments": {
"patch": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "3c4f7aeb43999a968da41a8a2a2acbc3410f4ae9",
"comment": "Fixed an issue where properties were sometimes marked as readonly; a remark is automatically generated for classes with internal constructors"
}
],
"minor": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "e37c63a2810a22957806bfe6a607b6c925244b7a",
"comment": "Add policies.namespaceSupport option to API Extractor config"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.6` to `~0.3.7`"
}
]
}
},
{
"version": "4.0.1",
"tag": "@microsoft/api-extractor_v4.0.1",
"date": "Fri, 20 Oct 2017 01:52:54 GMT",
"comments": {
"patch": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "7f9f66ba071e2bcf77f224f784c14efbe627ba40",
"comment": "Rename ApiExtractor class to Extractor"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.5` to `~0.3.6`"
}
]
}
},
{
"version": "4.0.0",
"tag": "@microsoft/api-extractor_v4.0.0",
"date": "Fri, 20 Oct 2017 01:04:44 GMT",
"comments": {
"major": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "3ff332dc81aafca27952120afc1be0788239b741",
"comment": "Redesigned interface for invoking API Extractor"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.4` to `~0.3.5`"
}
]
}
},
{
"version": "3.4.2",
"tag": "@microsoft/api-extractor_v3.4.2",
"date": "Thu, 05 Oct 2017 01:05:02 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.2` to `~0.3.3`"
}
]
}
},
{
"version": "3.4.1",
"tag": "@microsoft/api-extractor_v3.4.1",
"date": "Fri, 29 Sep 2017 01:03:42 GMT",
"comments": {
"patch": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "5d78825558e12fa828d114a655975c315aa1a566",
"comment": "Removed IMarkupPage.docId"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.1` to `~0.3.2`"
}
]
}
},
{
"version": "3.4.0",
"tag": "@microsoft/api-extractor_v3.4.0",
"date": "Thu, 28 Sep 2017 01:04:28 GMT",
"comments": {
"patch": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "8e0010db430e7d6b84d12f38c5c1669c94ccf30e",
"comment": "The *.api.json \"linkDocElement\" type now always explicitly specifies the package name, rather than expecting the reader to infer it"
},
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "8e0010db430e7d6b84d12f38c5c1669c94ccf30e",
"comment": "The *.api.json file format now exposes \"signature\" information for properties, functions, and module variables"
}
],
"minor": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "0309dea3eb9f78162f85d59ae4fbf5f1b6f4ea31",
"comment": "Skipping two lines in an AEDoc comment now creates a paragraph separator for the generated documentation"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.0` to `~0.3.1`"
}
]
}
},
{
"version": "3.3.0",
"tag": "@microsoft/api-extractor_v3.3.0",
"date": "Fri, 22 Sep 2017 01:04:02 GMT",
"comments": {
"minor": [
{
"author": "Nick Pape <nickpape@users.noreply.github.com>",
"commit": "481a10f460a454fb5a3e336e3cf25a1c3f710645",
"comment": "Upgrade to es6"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.11` to `~0.3.0`"
}
]
}
},
{
"version": "3.2.6",
"tag": "@microsoft/api-extractor_v3.2.6",
"date": "Wed, 20 Sep 2017 22:10:17 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.10` to `~0.2.11`"
}
]
}
},
{
"version": "3.2.5",
"tag": "@microsoft/api-extractor_v3.2.5",
"date": "Mon, 11 Sep 2017 13:04:55 GMT",
"comments": {
"patch": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "d4271683f40917843650ddb537dcd21f1b3372be",
"comment": "The isBeta and deprecatedMessage fields are now inherited in the *.api.json files"
},
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "7de7daf14ea8299922e578125669ecfabbde8857",
"comment": "Fix an issue where the *.api.json file was sometimes missing function parameters"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.9` to `~0.2.10`"
}
]
}
},
{
"version": "3.2.4",
"tag": "@microsoft/api-extractor_v3.2.4",
"date": "Fri, 08 Sep 2017 01:28:04 GMT",
"comments": {
"patch": [
{
"author": "Nick Pape <nickpape@users.noreply.github.com>",
"commit": "bb96549aa8508ff627a0cae5ee41ae0251f2777d",
"comment": "Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable'"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.7` to `~0.2.8`"
}
]
}
},
{
"version": "3.2.3",
"tag": "@microsoft/api-extractor_v3.2.3",
"date": "Thu, 07 Sep 2017 13:04:35 GMT",
"comments": {
"patch": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "a8b0022b8912d6fb07d1e0dd6618f8842ad6e86c",
"comment": "Fix incorrect schema/typings for enum members"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.6` to `~0.2.7`"
}
]
}
},
{
"version": "3.2.2",
"tag": "@microsoft/api-extractor_v3.2.2",
"date": "Thu, 07 Sep 2017 00:11:11 GMT",
"comments": {
"patch": [
{
"author": "Nick Pape <nickpape@users.noreply.github.com>",
"commit": "4b7451b442c2078a96430f7a05caed37101aed52",
"comment": " Add $schema field to all schemas"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.5` to `~0.2.6`"
}
]
}
},
{
"version": "3.2.1",
"tag": "@microsoft/api-extractor_v3.2.1",
"date": "Wed, 06 Sep 2017 13:03:42 GMT",
"comments": {
"patch": [
{
"comment": "Converted IMarkupDocumentationLink to IMarkupApiLink, which exposes the underlying IApiItemReference rather than assuming a particular \"document ID\" model"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.4` to `~0.2.5`"
}
]
}
},
{
"version": "3.2.0",
"tag": "@microsoft/api-extractor_v3.2.0",
"date": "Tue, 05 Sep 2017 19:03:56 GMT",
"comments": {
"minor": [
{
"comment": "Add the constructor signature and package name to the exported API signature"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.3` to `~0.2.4`"
}
]
}
},
{
"version": "3.1.0",
"tag": "@microsoft/api-extractor_v3.1.0",
"date": "Sat, 02 Sep 2017 01:04:26 GMT",
"comments": {
"minor": [
{
"comment": "Expanded the api-extractor API to expose interfaces for the *.api.json file fileformat"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.2` to `~0.2.3`"
}
]
}
},
{
"version": "3.0.0",
"tag": "@microsoft/api-extractor_v3.0.0",
"date": "Thu, 31 Aug 2017 18:41:18 GMT",
"comments": {
"major": [
{
"comment": "Fix compatibility issues with old releases, by incrementing the major version number"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.1` to `~0.2.2`"
}
]
}
},
{
"version": "2.3.7",
"tag": "@microsoft/api-extractor_v2.3.7",
"date": "Thu, 31 Aug 2017 17:46:25 GMT",
"comments": {
"patch": [
{
"comment": "Fix issue where node-core-library was not an explicit dependency"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.0` to `~0.2.1`"
}
]
}
},
{
"version": "2.3.6",
"tag": "@microsoft/api-extractor_v2.3.6",
"date": "Wed, 30 Aug 2017 01:04:34 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.1.3` to `~0.2.0`"
}
]
}
},
{
"version": "2.3.5",
"tag": "@microsoft/api-extractor_v2.3.5",
"date": "Thu, 24 Aug 2017 22:44:12 GMT",
"comments": {
"patch": [
{
"comment": "Update the schema validator."
}
]
}
},
{
"version": "2.3.4",
"tag": "@microsoft/api-extractor_v2.3.4",
"date": "Thu, 24 Aug 2017 01:04:33 GMT",
"comments": {}
},
{
"version": "2.3.3",
"tag": "@microsoft/api-extractor_v2.3.3",
"date": "Tue, 22 Aug 2017 13:04:22 GMT",
"comments": {
"patch": [
{
"comment": "Added \"api-documenter\" code sample"
}
]
}
},
{
"version": "2.3.2",
"tag": "@microsoft/api-extractor_v2.3.2",
"date": "Tue, 15 Aug 2017 01:29:31 GMT",
"comments": {
"patch": [
{
"comment": "Introduce Span parser for upcoming *.d.ts generator"
}
]
}
},
{
"version": "2.3.1",
"tag": "@microsoft/api-extractor_v2.3.1",
"date": "Thu, 27 Jul 2017 01:04:48 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade to the TS2.4 version of the build tools."
}
]
}
},
{
"version": "2.3.0",
"tag": "@microsoft/api-extractor_v2.3.0",
"date": "Tue, 25 Jul 2017 20:03:31 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade to TypeScript 2.4"
}
]
}
},
{
"version": "2.2.0",
"tag": "@microsoft/api-extractor_v2.2.0",
"date": "Wed, 21 Jun 2017 04:19:35 GMT",
"comments": {
"minor": [
{
"comment": "Add two new features: An error is reported if a top-level definition is missing its release tag. The constructor summary will now be autogenerated if omitted."
}
]
}
},
{
"version": "2.0.10",
"tag": "@microsoft/api-extractor_v2.0.10",
"date": "Tue, 20 Jun 2017 01:04:54 GMT",
"comments": {
"patch": [
{
"comment": "Improve the wording of many error messages"
},
{
"comment": "Fix a bug with parsing of @link tags"
},
{
"comment": "Issue warnings for @internal definitions that are not prefixed with an underscore"
}
]
}
},
{
"version": "2.0.9",
"tag": "@microsoft/api-extractor_v2.0.9",
"date": "Sat, 17 Jun 2017 01:02:59 GMT",
"comments": {
"patch": [
{
"comment": "The unsupported @summary tag is now reported as an error"
},
{
"comment": "Use a cache to speed up package.json lookups"
}
]
}
},
{
"version": "2.0.8",
"tag": "@microsoft/api-extractor_v2.0.8",
"date": "Wed, 14 Jun 2017 13:03:40 GMT",
"comments": {
"patch": [
{
"comment": "Definitions marked as @beta are now included in the *.api.json files for documentation"
}
]
}
},
{
"version": "2.0.7",
"tag": "@microsoft/api-extractor_v2.0.7",
"date": "Thu, 08 Jun 2017 05:15:52 GMT",
"comments": {
"patch": [
{
"comment": "Updated README.md"
}
]
}
},
{
"version": "2.0.6",
"tag": "@microsoft/api-extractor_v2.0.6",
"date": "Mon, 15 May 2017 21:59:43 GMT",
"comments": {
"patch": [
{
"comment": "Added support for Namespace with ApiNamespace"
}
]
}
},
{
"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"
}
]
}
}
]
}