This log was last generated on Tue, 08 Aug 2023 07:10:39 GMT and should not be manually modified.
Tue, 08 Aug 2023 07:10:39 GMT
Version update only
Wed, 19 Jul 2023 00:20:31 GMT
- Updated semver dependency
Wed, 12 Jul 2023 15:20:39 GMT
- Add api-extractor support for .d.mts and .d.cts files
Thu, 06 Jul 2023 00:16:19 GMT
Version update only
Mon, 19 Jun 2023 22:40:21 GMT
- Use the
IRigConfig
interface in theIExtractorConfigLoadForFolderOptions
object insteacd of theRigConfig
class.
Thu, 15 Jun 2023 00:21:01 GMT
Version update only
Tue, 13 Jun 2023 01:49:01 GMT
Version update only
Wed, 07 Jun 2023 22:45:16 GMT
Version update only
Mon, 29 May 2023 15:21:15 GMT
Version update only
Mon, 22 May 2023 06:34:32 GMT
- Upgrade the TypeScript dependency to ~5.0.4
Fri, 12 May 2023 00:23:05 GMT
Version update only
Thu, 04 May 2023 00:20:28 GMT
Version update only
Mon, 01 May 2023 15:23:20 GMT
Version update only
Sat, 29 Apr 2023 00:23:03 GMT
Version update only
Thu, 27 Apr 2023 17:18:42 GMT
Version update only
Fri, 10 Feb 2023 01:18:50 GMT
Version update only
Sun, 05 Feb 2023 03:02:02 GMT
Version update only
Wed, 01 Feb 2023 02:16:34 GMT
Version update only
Mon, 30 Jan 2023 16:22:30 GMT
Version update only
Wed, 25 Jan 2023 07:26:55 GMT
- Add new .api.json field
isAbstract
to trackabstract
modifier in ApiClass, ApiMethod, and ApiProperty via ApiAbstractMixin (GitHub #3661)
Wed, 18 Jan 2023 22:44:12 GMT
- Use ts.getCheckFlags to fix TS 5.0
Fri, 09 Dec 2022 16:18:28 GMT
Version update only
Tue, 08 Nov 2022 01:20:55 GMT
Version update only
Wed, 26 Oct 2022 00:16:16 GMT
- Update the @microsoft/tsdoc dependency version to 0.14.2.
Mon, 17 Oct 2022 22:14:21 GMT
Version update only
Mon, 17 Oct 2022 15:16:00 GMT
- Fix a regression where the "fileUrlPath" property would contain a malformed path when API Extractor is run on Windows.
Fri, 14 Oct 2022 15:26:31 GMT
- Fix references from computed properties #3629
Thu, 13 Oct 2022 00:20:15 GMT
Version update only
Tue, 11 Oct 2022 23:49:12 GMT
- 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.
Mon, 10 Oct 2022 15:23:44 GMT
Version update only
Thu, 29 Sep 2022 07:13:06 GMT
- Update parser to TypeScript 4.8.
Wed, 21 Sep 2022 20:21:10 GMT
Version update only
Thu, 15 Sep 2022 00:18:51 GMT
Version update only
Tue, 13 Sep 2022 00:16:55 GMT
- Fix an issue where aliased classes sometimes had incorrect canonical references in *.api.json (GitHub #3593)
Mon, 12 Sep 2022 22:27:48 GMT
- 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)
Fri, 02 Sep 2022 17:48:42 GMT
- Add new "apiReport.includeForgottenExports" and "docModel.includeForgottenExports" properties to control whether forgotten exports are included in the API report and doc model files.
- Fix incorrect declaration references for symbols not exported from the package's entry point.
Wed, 24 Aug 2022 03:01:22 GMT
Version update only
Wed, 24 Aug 2022 00:14:38 GMT
- Remove use of LegacyAdapters.sortStable
Fri, 19 Aug 2022 00:17:19 GMT
Version update only
Wed, 10 Aug 2022 09:52:12 GMT
- Fix incorrect declaration references for local symbols within namespaces
Wed, 10 Aug 2022 08:12:16 GMT
- Fix a regression where .api.json excerpts were sometimes missing tokens (GitHub #3561), and generally improve the quality of excerpt generation
Wed, 03 Aug 2022 18:40:35 GMT
- Upgrade TypeScript dependency to 4.7
Mon, 01 Aug 2022 02:45:32 GMT
Version update only
Thu, 21 Jul 2022 23:30:27 GMT
Version update only
Thu, 21 Jul 2022 00:16:14 GMT
Version update only
Fri, 08 Jul 2022 15:17:46 GMT
- Update api-extractor-template.json to "testMode" and "enumMemberOrder" comment sections.
Mon, 04 Jul 2022 15:15:13 GMT
- Make enumMemberOrder configuration field optional
Thu, 30 Jun 2022 04:48:53 GMT
- Improve logic that determines whether an API item is readonly
Tue, 28 Jun 2022 22:47:13 GMT
Version update only
Tue, 28 Jun 2022 00:23:32 GMT
- Add support for the "ignoreMissingEntryPoint" ExtractorConfig option to allow for loading an ExtractorConfig before the target project is built.
Mon, 27 Jun 2022 18:43:09 GMT
Version update only
Sat, 25 Jun 2022 21:00:40 GMT
- API Extractor now populates an initializerTokenRange field for ApiProperty and ApiVariable items.
Sat, 25 Jun 2022 01:54:29 GMT
Version update only
Fri, 24 Jun 2022 07:16:47 GMT
- Include new configuration option for preserving enum member order
Thu, 23 Jun 2022 22:14:24 GMT
Version update only
Fri, 17 Jun 2022 09:17:54 GMT
Version update only
Fri, 17 Jun 2022 00:16:18 GMT
Version update only
Tue, 07 Jun 2022 09:37:04 GMT
- Add an "isReadonly" field to the doc model to indicate whether a property or variable is readonly
- Add an "isProtected" field to the doc model to indicate protected class members
Wed, 25 May 2022 22:25:07 GMT
- Fix an issue where API Extractor would fail to run on a project where
"moduleResolution"
is set to"Node16"
intsconfig.json
Thu, 19 May 2022 15:13:20 GMT
- Fix a recent regression that produced an error "Cannot read properties of undefined" (GitHub #3423)
Sat, 14 May 2022 03:01:27 GMT
- Throw an error early if API Extractor will attempt to process non-.d.ts files
- Generate API doc model nodes for setters without getters
- Address edge case in excerptBuilder token range logic
Tue, 10 May 2022 01:20:43 GMT
Version update only
Wed, 04 May 2022 23:29:13 GMT
- Update the global variable analyzer to add support for changes to the TypeScript internals coming in v4.7
Sat, 23 Apr 2022 02:13:06 GMT
- Update to TypeScript 4.6
Fri, 15 Apr 2022 00:12:36 GMT
Version update only
Wed, 13 Apr 2022 15:12:40 GMT
Version update only
Tue, 12 Apr 2022 23:29:34 GMT
- Add an alphaTrimmedFilePath option that adds support for generating a DTS rollup that inclues @alpha, @beta, and @public members.
Tue, 12 Apr 2022 02:58:32 GMT
- Update TSDoc dependencies.
Sat, 09 Apr 2022 19:07:47 GMT
- Fix ambient modules bug caused by #3321.
Sat, 09 Apr 2022 02:24:26 GMT
- Rename the "master" branch to "main".
Fri, 08 Apr 2022 20:05:59 GMT
- Add support for projects that use tsconfig.json "baseUrl" and "paths" settings to remap imports of local files (GitHub #3291)
Wed, 06 Apr 2022 22:35:23 GMT
- Fix an issue where .api.json excerpt text included extra whitespace (GitHub #3316)
Thu, 31 Mar 2022 02:06:05 GMT
- Updated api-extractor to extract whether a parameter is optional.
Tue, 15 Mar 2022 19:15:53 GMT
Version update only
Wed, 05 Jan 2022 16:07:47 GMT
Version update only
Mon, 27 Dec 2021 16:10:40 GMT
Version update only
Thu, 09 Dec 2021 20:34:41 GMT
Version update only
Thu, 09 Dec 2021 00:21:54 GMT
Version update only
Wed, 08 Dec 2021 16:14:05 GMT
- Update to TypeScript 4.5
Mon, 06 Dec 2021 16:08:33 GMT
Version update only
Fri, 03 Dec 2021 03:05:22 GMT
Version update only
Sat, 06 Nov 2021 00:09:13 GMT
Version update only
Fri, 05 Nov 2021 15:09:18 GMT
Version update only
Wed, 27 Oct 2021 00:08:15 GMT
- Update the package.json repository field to include the directory property.
Wed, 13 Oct 2021 15:09:54 GMT
Version update only
Fri, 08 Oct 2021 08:08:34 GMT
Version update only
Thu, 07 Oct 2021 07:13:35 GMT
Version update only
Tue, 05 Oct 2021 15:08:38 GMT
Version update only
Mon, 04 Oct 2021 15:10:18 GMT
Version update only
Fri, 24 Sep 2021 00:09:29 GMT
Version update only
Thu, 23 Sep 2021 00:10:40 GMT
- Upgrade the
@types/node
dependency to version to version 12.
Tue, 14 Sep 2021 01:17:04 GMT
Version update only
Mon, 13 Sep 2021 15:07:05 GMT
Version update only
Fri, 27 Aug 2021 00:07:25 GMT
Version update only
Fri, 20 Aug 2021 15:08:10 GMT
Version update only
Wed, 11 Aug 2021 00:07:21 GMT
Version update only
Wed, 14 Jul 2021 15:06:29 GMT
- Fix an issue where the .d.ts rollup sometimes used "default" as an identifier name causing a syntax error (GitHub #2804)
Tue, 13 Jul 2021 23:00:33 GMT
- Revert a workaround for TypeScript issue #44422 which was fixed in 4.3.3
Mon, 12 Jul 2021 23:08:26 GMT
Version update only
Thu, 08 Jul 2021 23:41:16 GMT
- Fix a recent regression that reported "Internal Error: indentDocComment cannot be nested" (GitHub #2797)
Thu, 08 Jul 2021 06:00:48 GMT
- Add support for import() type expressions (GitHub #1050) -- Thank you @javier-garcia-meteologica and @adventure-yunfei for solving this difficult problem!
- Improve formatting of declarations in .d.ts rollup and .api.md files, fixing some indentation issues
Thu, 01 Jul 2021 15:08:27 GMT
Version update only
Wed, 30 Jun 2021 15:06:54 GMT
- 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!
- Include /// directives in API report
Fri, 04 Jun 2021 19:59:53 GMT
Version update only
Fri, 04 Jun 2021 15:08:20 GMT
- Upgrade the bundled compiler engine to TypeScript 4.3
Wed, 19 May 2021 00:11:39 GMT
Version update only
Mon, 03 May 2021 15:10:29 GMT
Version update only
Thu, 29 Apr 2021 23:26:50 GMT
- Upgrade the bundled compiler engine to TypeScript 4.2
Tue, 20 Apr 2021 04:59:51 GMT
- Projects can now define custom tags using a tsdoc.json file
Mon, 12 Apr 2021 15:10:28 GMT
Version update only
Thu, 08 Apr 2021 06:05:31 GMT
Version update only
Tue, 06 Apr 2021 15:14:22 GMT
Version update only
Thu, 04 Mar 2021 01:11:31 GMT
Version update only
Fri, 05 Feb 2021 16:10:42 GMT
Version update only
Wed, 13 Jan 2021 01:11:06 GMT
- Upgrade the bundled compiler engine to TypeScript 4.1
Thu, 10 Dec 2020 23:25:49 GMT
- Upgrade to TSDoc 0.12.24
Wed, 18 Nov 2020 08:19:54 GMT
- The "isOptional" .api.json field is now applied to both methods and properties
Wed, 18 Nov 2020 06:21:57 GMT
- Update .api.json file format to store a new field "isOptional" for documenting optional properties
Wed, 11 Nov 2020 01:08:58 GMT
Version update only
Tue, 10 Nov 2020 23:13:12 GMT
Version update only
Fri, 30 Oct 2020 06:38:38 GMT
Version update only
Fri, 30 Oct 2020 00:10:14 GMT
Version update only
Thu, 29 Oct 2020 06:14:19 GMT
- Upgrade the bundled compiler engine to TypeScript 4.0
Wed, 28 Oct 2020 01:18:03 GMT
Version update only
Tue, 27 Oct 2020 15:10:13 GMT
Version update only
Tue, 06 Oct 2020 00:24:06 GMT
Version update only
Mon, 05 Oct 2020 22:36:57 GMT
Version update only
Mon, 05 Oct 2020 15:10:42 GMT
Version update only
Wed, 30 Sep 2020 18:39:17 GMT
- Update to build with @rushstack/heft-node-rig
Wed, 30 Sep 2020 06:53:53 GMT
- API Extractor now supports the config/rig.json system, as defined by @rushstack/rig-package
- Add IExtractorConfigPrepareOptions.projectFolderLookupToken
- Upgrade compiler; the API now requires TypeScript 3.9 or newer
- Fix an InternalError reported when a declaration referred to itself using "tyepof"
- Update README.md
Tue, 22 Sep 2020 05:45:56 GMT
Version update only
Tue, 22 Sep 2020 01:45:31 GMT
Version update only
Tue, 22 Sep 2020 00:08:53 GMT
Version update only
Sat, 19 Sep 2020 04:37:26 GMT
Version update only
Sat, 19 Sep 2020 03:33:06 GMT
Version update only
Fri, 18 Sep 2020 22:57:24 GMT
Version update only
Fri, 18 Sep 2020 21:49:54 GMT
Version update only
Sun, 13 Sep 2020 01:53:20 GMT
Version update only
Fri, 11 Sep 2020 02:13:35 GMT
Version update only
Mon, 07 Sep 2020 07:37:37 GMT
Version update only
Sat, 05 Sep 2020 18:56:34 GMT
Version update only
Thu, 27 Aug 2020 11:27:06 GMT
Version update only
Mon, 24 Aug 2020 07:35:20 GMT
Version update only
Sat, 22 Aug 2020 05:55:42 GMT
Version update only
Fri, 21 Aug 2020 01:21:18 GMT
Version update only
Thu, 20 Aug 2020 15:13:53 GMT
Version update only
Tue, 18 Aug 2020 23:59:42 GMT
Version update only
Mon, 17 Aug 2020 04:53:23 GMT
Version update only
Wed, 12 Aug 2020 00:10:05 GMT
- Updated project to build with Heft
Wed, 05 Aug 2020 18:27:32 GMT
Version update only
Thu, 09 Jul 2020 04:58:36 GMT
- Fix an issue with handling of "export { default } from 'package';" (GitHub #2014)
Fri, 03 Jul 2020 15:09:04 GMT
Version update only
Fri, 03 Jul 2020 05:46:41 GMT
- Add support for ECMAScript private fields (new in TypeScript 3.8)
- Add support for "import type" imports (new in TypeScript 3.8)
- Upgrade the bundled compiler engine to TypeScript 3.9
- Fix an issue where chained compiler errors were not formatted correctly
- Log the TypeScript bundled compiler version, and warn if it is outdated
Thu, 25 Jun 2020 06:43:35 GMT
Version update only
Wed, 24 Jun 2020 09:50:48 GMT
Version update only
Wed, 24 Jun 2020 09:04:28 GMT
Version update only
Mon, 15 Jun 2020 22:17:17 GMT
- Fix an issue where documentation hyperlinks were sometimes missing when using the "bundledPackages" feature (GitHub #1933)
Wed, 10 Jun 2020 20:48:30 GMT
Version update only
Mon, 01 Jun 2020 08:34:17 GMT
Version update only
Sat, 30 May 2020 02:59:54 GMT
Version update only
Thu, 28 May 2020 05:59:02 GMT
Version update only
Wed, 27 May 2020 05:15:10 GMT
Version update only
Tue, 26 May 2020 23:00:25 GMT
Version update only
Fri, 22 May 2020 15:08:42 GMT
Version update only
Thu, 21 May 2020 23:09:44 GMT
Version update only
Thu, 21 May 2020 15:41:59 GMT
Version update only
Tue, 19 May 2020 15:08:19 GMT
- Report an error to indicate that "import()" types are not supported
Fri, 15 May 2020 08:10:59 GMT
Version update only
Wed, 06 May 2020 08:23:45 GMT
- Version update only
Wed, 08 Apr 2020 04:07:33 GMT
Version update only
Sun, 29 Mar 2020 00:04:12 GMT
- Improve analysis of types exposed via global variables (fixes GitHub issues #1765, #1095, and #1316)
Sat, 28 Mar 2020 00:37:16 GMT
- Upgrade to TSdoc 0.12.19 to fix an issue where
<h1>
wasn't allowed as an HTML tag in a doc comment
Wed, 18 Mar 2020 15:07:47 GMT
- Upgrade cyclic dependencies
Tue, 17 Mar 2020 23:55:58 GMT
- Replace dependencies whose NPM scope was renamed from
@microsoft
to@rushstack
Tue, 28 Jan 2020 02:23:44 GMT
Version update only
Thu, 23 Jan 2020 01:07:56 GMT
Version update only
Tue, 21 Jan 2020 21:56:13 GMT
Version update only
Sun, 19 Jan 2020 02:26:52 GMT
- Upgrade Node typings to Node 10
Fri, 17 Jan 2020 01:08:23 GMT
Version update only
Tue, 14 Jan 2020 01:34:15 GMT
- Fix an issue where "ae-incompatible-release-tags" was sometimes reported incorectly for property setters (GitHub #1681)
Thu, 09 Jan 2020 06:44:12 GMT
- Fix an error "Cannot read property 'externalModuleIndicator' of undefined" (GitHub #1652)
Wed, 08 Jan 2020 00:11:31 GMT
Version update only
Tue, 03 Dec 2019 03:17:43 GMT
- Improve declaration reference syntax to allow linking to overloaded functions/methods
- Fix an issue with TypeScript 3.7, which now emits separate signatures for property getters/setters
Sun, 24 Nov 2019 00:54:04 GMT
Version update only
Wed, 20 Nov 2019 06:14:28 GMT
- Fix an issue where the newlineKind setting wasn't being applied correctly
Fri, 15 Nov 2019 04:50:50 GMT
- Make newline type for generated files configurable
Mon, 11 Nov 2019 16:07:56 GMT
Version update only
Wed, 06 Nov 2019 22:44:18 GMT
- Add support for TypeScript 3.7
Tue, 05 Nov 2019 06:49:28 GMT
- Fix an issue where API reports sometimes were ordered differently depending on the version of NodeJS (GitHub #1552)
Tue, 05 Nov 2019 01:08:39 GMT
Version update only
Tue, 22 Oct 2019 06:24:44 GMT
Version update only
Fri, 18 Oct 2019 15:15:01 GMT
Version update only
Sun, 06 Oct 2019 00:27:39 GMT
- Allow separate release tags for overloaded functions and methods
- Add new api-extractor.json config setting "bundledPackages"
Fri, 04 Oct 2019 00:15:22 GMT
- Fix an issue where IExtractorConfigPrepareOptions.packageJson was ignored (GitHub #1559)
Sun, 29 Sep 2019 23:56:29 GMT
- Update repository URL
Wed, 25 Sep 2019 15:15:31 GMT
Version update only
Tue, 24 Sep 2019 02:58:49 GMT
Version update only
Mon, 23 Sep 2019 15:14:55 GMT
Version update only
Wed, 11 Sep 2019 19:56:23 GMT
- Add support for an exported name that conflicts with a global name (GitHub #1350)
Tue, 10 Sep 2019 22:32:23 GMT
- Update documentation
Tue, 10 Sep 2019 20:38:33 GMT
- Add support for generating declaration references
Wed, 04 Sep 2019 18:28:06 GMT
Version update only
Wed, 04 Sep 2019 15:15:37 GMT
- Update TSDoc dependency to 0.12.14
Fri, 30 Aug 2019 00:14:32 GMT
- Fix a problem where Unicode API names were not handled correctly
Mon, 12 Aug 2019 15:15:14 GMT
Version update only
Thu, 08 Aug 2019 15:14:17 GMT
Version update only
Thu, 08 Aug 2019 00:49:05 GMT
- Fix an issue where a function with only one declaration was assigned an overloadIndex of 0 instead of 1
Mon, 05 Aug 2019 22:04:32 GMT
- Security updates.
Tue, 23 Jul 2019 01:13:01 GMT
- ApiItem.name is now quoted when it contains invalid identifier characters, to avoid conflicts with an ECMAScript symbol expression
Mon, 22 Jul 2019 19:13:10 GMT
- Update to use new api-extractor-model
Fri, 12 Jul 2019 19:12:46 GMT
- Clarify docs for "--typescript-compiler-folder"
Thu, 11 Jul 2019 19:13:08 GMT
- Add support for TypeScript 3.5
Tue, 09 Jul 2019 19:13:24 GMT
- Add a "--diagnostics" command-line option to help when troubleshooting problems
Mon, 08 Jul 2019 19:12:18 GMT
- Fix a problem when analyzing .d.ts files that appear in the same folder as the corresponding .ts file (GitHub #1310)
Sat, 29 Jun 2019 02:30:10 GMT
- Fix GitHub issue #1304 where "IExtractorInvokeOptions.typescriptCompilerFolder" did not work with TypeScript 3.4
Wed, 12 Jun 2019 19:12:33 GMT
Version update only
Tue, 11 Jun 2019 00:48:06 GMT
- Generate ApiTypeParameter entries and type alias types
Wed, 05 Jun 2019 19:12:34 GMT
- Fix an issue where TSDoc index selectors (ApiParameterListMixin.overloadIndex) started from 0, whereas TSDoc requires a nonzero number
Tue, 04 Jun 2019 05:51:53 GMT
- Upgrade api-extractor-model to remove ApiConstructor.isStatic, since TypeScript constructors cannot be static
- Improve handling of symbolic property and method names.
Mon, 27 May 2019 04:13:44 GMT
- Fix incorrect path resolution for the "extends" field when loading tsconfig.json
Mon, 13 May 2019 02:08:35 GMT
- Broaden support for default imports
Mon, 06 May 2019 20:46:21 GMT
Version update only
Mon, 06 May 2019 19:34:54 GMT
- Add a new setting "omitTrimmingComments" to prevent extra comments from being emitted in the .d.ts rollup
Mon, 06 May 2019 19:11:16 GMT
- Fix an issue where ExtractorResult.warningCount was not incremented for messages handled by IExtractorInvokeOptions.messageCallback (GitHub #1258)
Tue, 30 Apr 2019 23:08:02 GMT
- Fix an issue where API signatures were sometimes truncated in the .api.json file (GitHub #1249)
Tue, 16 Apr 2019 11:01:37 GMT
- Initial stable release of API Extractor 7
Fri, 12 Apr 2019 06:13:16 GMT
- Fix a regression that prevented certain types of warnings from being reported
Thu, 11 Apr 2019 07:14:01 GMT
- THIS IS A RELEASE CANDIDATE FOR API-EXTRACTOR 7
- (Breaking change) Rename "mainEntryPointFile" to "mainEntryPointFilePath" so all settings use a consistent naming convention
- (Breaking change) Paths that appear in api-extractor.json are now resolved relative to the config file unless prefixed with the
<projectFolder>
token - Add a new api-extractor.json setting "tsconfigFilePath" for customizing the tsconfig.json path
- Replace ExtractorConfig.packageJsonFullPath with ExtractorConfig.packageFolder
- Upgrade API Extractor to use TypeScript 3.4 for analysis
Tue, 09 Apr 2019 05:31:01 GMT
- Improve the "--local" option to automatically create the API report file if it is missing
Mon, 08 Apr 2019 19:12:52 GMT
- Rename "addToApiReviewFile" setting to "addToApiReportFile"
Sat, 06 Apr 2019 02:05:51 GMT
- (Breaking change) Removed the ILogger API and renamed ExtractorMessageLogLevel to ExtractorLogLevel
- (Breaking change) Extractor console output is now modeled as ExtractorMessage objects and can be customized/filtered/handled by IExtractorInvokeOptions.messageCallback
Fri, 05 Apr 2019 04:16:16 GMT
- Introduce "api-extractor init" command-line that helps enable API Extractor for a new project
- (Breaking change) Major redesign of the API used to invoke API Extractor
- (Breaking change) Major redesign of the api-extractor.json config file format
- Add a CompilerState API that allows an optimization where multiple invocations of Extractor can reuse the same TypeScript compiler analysis
Wed, 03 Apr 2019 02:58:33 GMT
- Fix an issue where .d.ts.map file were sometimes mapped to the wrong location
Sat, 30 Mar 2019 22:27:16 GMT
- Reintroduce the generated documentation notice for internal constructors
- Add limited support for resolving @inheritDoc references to external packages by postprocessing them in api-documenter
Thu, 28 Mar 2019 19:14:27 GMT
- Validate
@link
tags and report a warning if the link cannot be resolved
Tue, 26 Mar 2019 20:54:18 GMT
- Reintroduce support for
@inheritDoc
tags
Sat, 23 Mar 2019 03:48:31 GMT
- If the TSDoc summary is missing for a class constructor, then automatically generate it
- Reintroduce support for the
@preapproved
TSDoc tag
Thu, 21 Mar 2019 04:59:11 GMT
- Reintroduce "ae-internal-missing-underscore" warning for API items marked as
@internal
but whose name does not start with an underscore
Thu, 21 Mar 2019 01:15:32 GMT
- Improve the API review file generation to include imports and support multiple exports
Wed, 20 Mar 2019 19:14:49 GMT
- API Extractor can now analyze packages whose package.json file is missing the "version" field
Mon, 18 Mar 2019 04:28:43 GMT
- Rename the "ae-inconsistent-release-tags" warning to "ae-different-release-tags"
- Introduce a new warning "ae-incompatible-release-tags" that checks for API signatures that reference types with incompatible release tags
- Fix an issue where this error was sometimes reported incorrectly: "The messages.extractorMessageReporting table contains an unrecognized identifier ___"
Fri, 15 Mar 2019 19:13:25 GMT
- (Breaking change) The file extension for API review files has changed from ".api.ts" to "api.md". For details see microsoft#1123
Wed, 13 Mar 2019 19:13:14 GMT
- Refactor code to move the IndentedWriter API from api-extractor-model to api-documenter
Wed, 13 Mar 2019 01:14:05 GMT
- Upgrade TSDoc
Mon, 11 Mar 2019 16:13:36 GMT
- Fix an issue where spurious TSDoc warnings were issued because the TSDoc parser was configured improperly
- Move the .api.json related APIs into a new NPM package @microsoft/api-extractor-model
Tue, 05 Mar 2019 17:13:11 GMT
- Issue a warning when an exported type refers to another local type that is not exported (ae-forgotten-export)
- The export analyzer now correctly handles symbols imported using "import x = require('y');" notation
Mon, 04 Mar 2019 17:13:19 GMT
- Every error/warning message reported by API Extractor now has an associated message identifier
- Add a new section to api-extractor.json for configuring how errors get reported, with ability to suppress individual errors
- Reintroduce the ability to report issues by writing warnings into the API review file
- Fix an issue where members of type literals were incorrectly being flagged as "(undocumented)"
- Error messages now cite the original .ts source file, if a source map is present. (To enable this, specify
"declarationMap": true
in tsconfig.json.)
Wed, 27 Feb 2019 22:13:58 GMT
Version update only
Wed, 27 Feb 2019 17:13:17 GMT
Version update only
Mon, 18 Feb 2019 17:13:23 GMT
- New way to resolve & generate TSDoc metadata file
Tue, 12 Feb 2019 17:13:12 GMT
- 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)
Mon, 11 Feb 2019 10:32:37 GMT
- Fix an issue where API Extractor neglected to analyze "typeof" expressions
- Fix an issue where declarations inside a namespace were sometimes being incorrectly emitted as top-level exports of the .d.ts rollup
Mon, 11 Feb 2019 08:55:57 GMT
- 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
- Fix a number of bugs where external symbols were misinterpreted as being part of the local project
- Eliminate a number of errors involving unusual language constructs, by avoiding analysis of external symbols unless it's really necessary
- Simplify the AstSymbol.nominalAnalysis concept and associated code
- Improve .d.ts rollup trimming to handle reexported symbols correctly
Mon, 11 Feb 2019 03:31:55 GMT
- The
--debug
parameter now automatically breaks in the debugger when InternalError is thrown
Thu, 31 Jan 2019 17:03:49 GMT
- Upgrade to TSDoc 0.12.5, which allows
$
in@param
names - Add "testMode" option in api-extractor.json to eliminate spurious diffs in test files when the version number gets bumped
- Normalize newlines for excerpt strings in the .api.json file
Sat, 19 Jan 2019 03:47:47 GMT
- Move the skipLibCheck into the config file.
Sat, 19 Jan 2019 01:17:51 GMT
- Fix an issue where files using "export=" were incorrectly interpreted as having ambient declarations
Fri, 18 Jan 2019 00:52:21 GMT
- Add support for circular references between files that use
export * from "____";
Thu, 17 Jan 2019 00:37:54 GMT
- Add support for exports of the form
export * from "____";
- Improve the analyzer to allow a declaration to be exported more than once
- Fix inconsistent newlines in .api.ts files
Thu, 10 Jan 2019 01:57:52 GMT
- Fix an issue with rolling up default exports (microsoft#1007)
Thu, 20 Dec 2018 17:04:08 GMT
- 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
Wed, 19 Dec 2018 05:57:33 GMT
- Extend ApiModel to support new item kinds: ApiCallSignature, ApiConstructor, ApiConstructSignature, ApiFunction, ApiIndexSignature, ApiTypeAlias, and ApiVariable
Fri, 14 Dec 2018 19:43:46 GMT
- Update web site URLs
Thu, 13 Dec 2018 02:58:10 GMT
- Remove unused jju dependency
Wed, 12 Dec 2018 17:04:19 GMT
- Reintroduce support for "extends" and "implements" heritage clauses
- Redesign the Excerpt API to support multiple subranges (e.g. for a list of "implements" clauses)
Fri, 07 Dec 2018 17:04:56 GMT
- Added more API documentation
Wed, 05 Dec 2018 19:57:03 GMT
- fix reexported types from an external package for dts rollup
Wed, 05 Dec 2018 17:04:18 GMT
- Fix an issue where .d.ts trimming did not properly handle variable declarations (GitHub #976)
Thu, 29 Nov 2018 07:02:09 GMT
- 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.
Wed, 28 Nov 2018 19:29:53 GMT
- Support "extends" field in api-extractor.json config files for easier management of monorepos with many projects
Wed, 28 Nov 2018 02:17:11 GMT
- Introduce a new build output "dist/tsdoc-metdata.json", which completely replaces the old "tsdocFlavor" field in package.json
Fri, 16 Nov 2018 21:37:10 GMT
- Add support for emitting
/// <reference lib="___" />
directives in .d.ts rollups (GitHub issue #946)
Fri, 16 Nov 2018 00:59:00 GMT
- Fix an issue where .d.ts trimming did not work for exported variable declarations (GitHub #936)
Fri, 09 Nov 2018 23:07:39 GMT
- Upgrade to TSDoc 0.21.2, which improves trimming of link text in
@link
tags
Wed, 07 Nov 2018 21:04:35 GMT
Version update only
Mon, 05 Nov 2018 17:04:24 GMT
- Upgrade to @microsoft/tsdoc 0.12.0
Thu, 01 Nov 2018 19:32:52 GMT
- Fix an issue where EcmaScript symbols ("computed property names") were missing from .d.ts rollups
Wed, 31 Oct 2018 17:00:54 GMT
- Added an api to invoke api extractor processor by supplying api extractor json config file.
Thu, 25 Oct 2018 23:20:40 GMT
Version update only
Thu, 25 Oct 2018 08:56:02 GMT
- Fix issue where
DocErrorText.text
returned[object Object]
instead of the text
Wed, 24 Oct 2018 16:03:10 GMT
Version update only
Thu, 18 Oct 2018 01:32:20 GMT
- Fix isAbsolute check for mainDtsRollupPath
Wed, 17 Oct 2018 21:04:49 GMT
Version update only
Wed, 17 Oct 2018 14:43:24 GMT
- Fix a regression where namespaces were sometimes incorrectly handled in "conservative" mode
- Update the command line to look for api-extractor.json in both the "./config" folder and the project folder
- Allow type references in namespaces when namespaceSupport=conservative
Thu, 11 Oct 2018 23:26:07 GMT
- Fix an issue where
import x from "."
was sometimes not processed correctly
Tue, 09 Oct 2018 06:58:01 GMT
- Fix a regression where API Extractor was sometimes reporting incorrect line numbers
Mon, 08 Oct 2018 16:04:27 GMT
Version update only
Sun, 07 Oct 2018 06:15:56 GMT
- (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
Fri, 28 Sep 2018 16:05:35 GMT
Version update only
Wed, 26 Sep 2018 21:39:40 GMT
- Add new command line option --skip-lib-check
Mon, 24 Sep 2018 23:06:40 GMT
- Allow doc comments to use TSDoc's "@defaultvalue" tag (but the value is not yet passed to the documentation pipeline)
Fri, 21 Sep 2018 16:04:42 GMT
- Fix an issue where TypeScript errors are often logged as "[Object object]" instead of the actual error message.
Thu, 20 Sep 2018 23:57:21 GMT
- Add new feature: Support using a different version of the TypeScript compiler.
Tue, 18 Sep 2018 21:04:55 GMT
- Fix an issue where parameters mentioned in comments were attempting to be analyzed by api-extractor.
Thu, 06 Sep 2018 01:25:25 GMT
- Update "repository" field in package.json
Mon, 03 Sep 2018 16:04:45 GMT
- Upgrade api-extractor to internally use TypeScript 3.0.
Wed, 29 Aug 2018 06:36:50 GMT
Version update only
Thu, 23 Aug 2018 18:18:53 GMT
- Republish all packages in web-build-tools to resolve GitHub issue #782
Wed, 22 Aug 2018 20:58:58 GMT
Version update only
Wed, 22 Aug 2018 16:03:25 GMT
Version update only
Tue, 21 Aug 2018 16:04:38 GMT
- fix namespace name for export statement`
Thu, 09 Aug 2018 21:03:22 GMT
Version update only
Thu, 09 Aug 2018 16:04:24 GMT
- Update lodash.
Thu, 26 Jul 2018 16:04:17 GMT
Version update only
Tue, 17 Jul 2018 16:02:52 GMT
- Add support for new "@eventproperty" AEDoc tag, which indicates that a class/interface property should be documented as an event
Tue, 03 Jul 2018 21:03:31 GMT
Version update only
Sat, 23 Jun 2018 02:21:20 GMT
- Add new IMarkupHtmlTag API
- AEDoc now allows HTML tags inside doc comments, which can be disabled using a backslash escape
Thu, 21 Jun 2018 08:27:29 GMT
Version update only
Tue, 19 Jun 2018 19:35:11 GMT
- For namespaceSupport=permissive, allow arbitrary nesting of namespaces
- Fix an issue where multi-line type literals sometimes had inconsistent newlines in the *.api.json file
Fri, 08 Jun 2018 08:43:52 GMT
Version update only
Thu, 31 May 2018 01:39:33 GMT
Version update only
Tue, 15 May 2018 02:26:45 GMT
Version update only
Tue, 15 May 2018 00:18:10 GMT
- Add support for new AEDoc tags @sealed, @virtual, and @override
Fri, 04 May 2018 00:42:38 GMT
- Fix the formatting of a log message.
Tue, 01 May 2018 22:03:20 GMT
- Fix an issue where the *.d.ts rollup trimming did not trim import statements
Fri, 27 Apr 2018 03:04:32 GMT
Version update only
Thu, 19 Apr 2018 21:25:56 GMT
Version update only
Thu, 19 Apr 2018 17:02:06 GMT
- Fix errors in schema documentation
Tue, 03 Apr 2018 16:05:29 GMT
Version update only
Mon, 02 Apr 2018 16:05:24 GMT
- Refactor to use new @microsoft/node-core-library
Tue, 27 Mar 2018 01:34:25 GMT
- Update build config so API Extractor builds using the latest version of itself
Sun, 25 Mar 2018 01:26:19 GMT
- Improve the api-extractor.json config file so that *.d.ts rollups go in separate folders, and trimming can now be disabled
- In preparation for initial release, the "Package Typings" feature was renamed to "DTS Rollup"
- Fix an issue where the @packagedocumentation comment was sometimes getting mixed into the middle of the rollup *.d.ts file
Fri, 23 Mar 2018 00:34:53 GMT
- Upgrade colors to version ~1.2.1
Tue, 20 Mar 2018 02:44:45 GMT
- Improve packageTypings generator to trim nested members according to their release tag
- Fix a bug where packageTypings failed to handle merged declarations properly
Sat, 17 Mar 2018 02:54:22 GMT
- Overhaul the packageTypings generator analysis to get ready for the upcoming nested member trimming
- Breaking change: Any projects using the package typings feature must now have a "tsdoc" section in their package.json
- Add "--debug" flag for debugging
Thu, 15 Mar 2018 20:00:50 GMT
- Add a new setting validationRules.missingReleaseTags to optionally remove the requirement that every API item should have a release tag
- Add new API "Markup.formatApiItemReference()"
- Fix an issue where the automatically generated documentation for class constructors sometimes had a broken hyperlink
Thu, 15 Mar 2018 16:05:43 GMT
Version update only
Mon, 12 Mar 2018 20:36:19 GMT
- Locked down some "@types/" dependency versions to avoid upgrade conflicts
Tue, 06 Mar 2018 17:04:51 GMT
- Add preliminary support for preview and public outputs for packageTypings generator
Fri, 02 Mar 2018 01:13:59 GMT
Version update only
Tue, 27 Feb 2018 22:05:57 GMT
Version update only
Wed, 21 Feb 2018 22:04:19 GMT
Version update only
Wed, 21 Feb 2018 03:13:28 GMT
Version update only
Sat, 17 Feb 2018 02:53:49 GMT
- Fix several bugs with the way that imports were being deduplicated by the packageTypings feature
Fri, 16 Feb 2018 22:05:23 GMT
Version update only
Fri, 16 Feb 2018 17:05:11 GMT
- Fix an issue where the packageTypings feature didn't handle some import/export patterns
- Fix an issue where the packageTypings feature sometimes emitted "default" instead of the class name
- Improve the packageTypings feature to support triple-slash references to typings
Wed, 07 Feb 2018 17:05:11 GMT
Version update only
Fri, 26 Jan 2018 22:05:30 GMT
Version update only
Fri, 26 Jan 2018 17:53:38 GMT
- Force a patch bump in case the previous version was an empty package
Fri, 26 Jan 2018 00:36:51 GMT
Version update only
Tue, 23 Jan 2018 17:05:28 GMT
Version update only
Thu, 18 Jan 2018 03:23:46 GMT
- Enable package typings generated by api-extractor
Thu, 18 Jan 2018 00:48:06 GMT
Version update only
Thu, 18 Jan 2018 00:27:23 GMT
- Improve the packageTypings feature to support abstract classes and "import * as X" imports
Wed, 17 Jan 2018 10:49:31 GMT
Version update only
Fri, 12 Jan 2018 03:35:22 GMT
- Add some incremental improvements for the experimental PackageTypingsGenerator feature
Thu, 11 Jan 2018 22:31:51 GMT
Version update only
Wed, 10 Jan 2018 20:40:01 GMT
- Upgrade to Node 8
- Continued progress for the experimental PackageTypingsGenerator
Tue, 09 Jan 2018 17:05:51 GMT
- Get web-build-tools building with pnpm
Sun, 07 Jan 2018 05:12:08 GMT
- API Extractor now processes *.d.ts files instead of *.ts files
- Introduced new tag @packagedocumentation which replaces the earlier approach that used a "packageDescription" variable
Fri, 05 Jan 2018 20:26:45 GMT
Version update only
Fri, 05 Jan 2018 00:48:41 GMT
- Update Jest to ~21.2.1
Fri, 22 Dec 2017 17:04:46 GMT
- 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
Tue, 12 Dec 2017 03:33:26 GMT
Version update only
Thu, 30 Nov 2017 23:59:09 GMT
Version update only
Thu, 30 Nov 2017 23:12:21 GMT
Version update only
Wed, 29 Nov 2017 17:05:37 GMT
Version update only
Tue, 28 Nov 2017 23:43:55 GMT
- Add Extractor.processProject() whose return value indicates success
- Deprecate Extractor.analyzeProject() API
Mon, 13 Nov 2017 17:04:50 GMT
Version update only
Mon, 06 Nov 2017 17:04:18 GMT
Version update only
Thu, 02 Nov 2017 16:05:24 GMT
- lock the reference version between web build tools projects
Wed, 01 Nov 2017 21:06:08 GMT
- Upgrade cyclic dependencies
Tue, 31 Oct 2017 21:04:04 GMT
Version update only
Tue, 31 Oct 2017 16:04:55 GMT
Version update only
Wed, 25 Oct 2017 20:03:59 GMT
- Improved the way API JSON represents documentation markup; this is a file format change
Tue, 24 Oct 2017 18:17:12 GMT
Version update only
Mon, 23 Oct 2017 21:53:12 GMT
- Updated cyclic dependencies
Fri, 20 Oct 2017 19:57:12 GMT
- Add policies.namespaceSupport option to API Extractor config
- Fixed an issue where properties were sometimes marked as readonly; a remark is automatically generated for classes with internal constructors
Fri, 20 Oct 2017 01:52:54 GMT
- Rename ApiExtractor class to Extractor
Fri, 20 Oct 2017 01:04:44 GMT
- Redesigned interface for invoking API Extractor
Thu, 05 Oct 2017 01:05:02 GMT
Version update only
Fri, 29 Sep 2017 01:03:42 GMT
- Removed IMarkupPage.docId
Thu, 28 Sep 2017 01:04:28 GMT
- Skipping two lines in an AEDoc comment now creates a paragraph separator for the generated documentation
- The *.api.json "linkDocElement" type now always explicitly specifies the package name, rather than expecting the reader to infer it
- The *.api.json file format now exposes "signature" information for properties, functions, and module variables
Fri, 22 Sep 2017 01:04:02 GMT
- Upgrade to es6
Wed, 20 Sep 2017 22:10:17 GMT
Version update only
Mon, 11 Sep 2017 13:04:55 GMT
- The isBeta and deprecatedMessage fields are now inherited in the *.api.json files
- Fix an issue where the *.api.json file was sometimes missing function parameters
Fri, 08 Sep 2017 01:28:04 GMT
- Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable'
Thu, 07 Sep 2017 13:04:35 GMT
- Fix incorrect schema/typings for enum members
Thu, 07 Sep 2017 00:11:11 GMT
- Add $schema field to all schemas
Wed, 06 Sep 2017 13:03:42 GMT
- Converted IMarkupDocumentationLink to IMarkupApiLink, which exposes the underlying IApiItemReference rather than assuming a particular "document ID" model
Tue, 05 Sep 2017 19:03:56 GMT
- Add the constructor signature and package name to the exported API signature
Sat, 02 Sep 2017 01:04:26 GMT
- Expanded the api-extractor API to expose interfaces for the *.api.json file fileformat
Thu, 31 Aug 2017 18:41:18 GMT
- Fix compatibility issues with old releases, by incrementing the major version number
Thu, 31 Aug 2017 17:46:25 GMT
- Fix issue where node-core-library was not an explicit dependency
Wed, 30 Aug 2017 01:04:34 GMT
Version update only
Thu, 24 Aug 2017 22:44:12 GMT
- Update the schema validator.
Thu, 24 Aug 2017 01:04:33 GMT
Version update only
Tue, 22 Aug 2017 13:04:22 GMT
- Added "api-documenter" code sample
Tue, 15 Aug 2017 01:29:31 GMT
- Introduce Span parser for upcoming *.d.ts generator
Thu, 27 Jul 2017 01:04:48 GMT
- Upgrade to the TS2.4 version of the build tools.
Tue, 25 Jul 2017 20:03:31 GMT
- Upgrade to TypeScript 2.4
Wed, 21 Jun 2017 04:19:35 GMT
- 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.
Tue, 20 Jun 2017 01:04:54 GMT
- Improve the wording of many error messages
- Fix a bug with parsing of @link tags
- Issue warnings for @internal definitions that are not prefixed with an underscore
Sat, 17 Jun 2017 01:02:59 GMT
- The unsupported @summary tag is now reported as an error
- Use a cache to speed up package.json lookups
Wed, 14 Jun 2017 13:03:40 GMT
- Definitions marked as @beta are now included in the *.api.json files for documentation
Thu, 08 Jun 2017 05:15:52 GMT
- Updated README.md
Mon, 15 May 2017 21:59:43 GMT
- Added support for Namespace with ApiNamespace
Sat, 22 Apr 2017 01:02:03 GMT
- Added check for API names that are not supported (only letters and numbers supported)
Wed, 19 Apr 2017 20:18:06 GMT
- Remove ES6 Promise & @types/es6-promise typings
Fri, 14 Apr 2017 17:44:08 GMT
- Added collect references ability to detect determine type information of return types and parameter types.
Fri, 07 Apr 2017 21:43:16 GMT
- Adjusted the version specifier for typescript to ~2.2.2
Thu, 06 Apr 2017 01:32:23 GMT
- Removed hard coding of @public for ApiPackage
Mon, 20 Mar 2017 21:52:20 GMT
- Fixing whitespace, also a variable that was shadowing another variable.
Mon, 20 Mar 2017 04:20:13 GMT
- Reverting change.
Mon, 20 Mar 2017 03:50:55 GMT
- Reverting previous change, which causes a regression in SPFx yeoman sc enario.
Mon, 20 Mar 2017 00:54:03 GMT
- Fixing lint whitespace issues.
Sun, 19 Mar 2017 19:10:30 GMT
- Fixing variable that was shadowing another variable.
Wed, 15 Mar 2017 01:32:09 GMT
- Locking
@types
packages. Synchronizing version specifiers for dependencies with otherweb-build-tools
projects.
Sat, 18 Feb 2017 02:32:06 GMT
- 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"
Thu, 16 Feb 2017 22:10:39 GMT
- Fixed Api-Extractor error message, changed apostrophe to backtick.
Thu, 16 Feb 2017 18:56:57 GMT
- Added support for local API definition resolution"
Sat, 11 Feb 2017 02:32:35 GMT
- Changed dependency for ApiDocumentation to abstract the resolving of API definition references.
Fri, 10 Feb 2017 20:01:30 GMT
- Added support to not throw error, instead report error if no type is declared on properties and parameters
Tue, 07 Feb 2017 20:37:06 GMT
- Fixing issue where undocumented comment was not being emitted.
Sat, 04 Feb 2017 02:32:05 GMT
- Moved ApiItem references within ApiDocumentation, to ApiItem caller.
Thu, 02 Feb 2017 14:05:53 GMT
- Refactored ApiDocumentation creation to resolve references method.
Wed, 01 Feb 2017 20:09:30 GMT
- Added ApiItemKind enum and refactored child classes.
Fri, 27 Jan 2017 20:04:15 GMT
- Changed name of Analyzer to Extractor, added support for external api json doc loading.
Fri, 27 Jan 2017 02:35:10 GMT
- Added ExternalApiHelper class to be used in generating api documentation json files for external types.
- Added description for packages implementation.
- Added config folder with file to enable api-extractor on itself. rebuild project on previous build.
Tue, 24 Jan 2017 01:36:35 GMT
- 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.
Fri, 20 Jan 2017 01:46:41 GMT
Version update only
Thu, 19 Jan 2017 20:04:40 GMT
- Check for missing JSDoc sequences changed.
- Improved error messages
Wed, 18 Jan 2017 20:04:29 GMT
- Updating API Extractor to work with TypeScript 2.1
Mon, 16 Jan 2017 20:04:15 GMT
- @link capability for href and API definition references
Fri, 13 Jan 2017 06:46:05 GMT
Version update only
Wed, 11 Jan 2017 14:11:26 GMT
- Introducing API Extractor