Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups
Last release 6 days ago
21 Aug 2026
Ships fairly regularly
a new release about every 3 weeks
Nearly every release is documented
notes for 60 of the last 60 stable releases
1 version withdrawn
withdrawn after publishing
10 years old
552 releases · first in 2017
Release timeline
552 releases since 2017Releases
- 8.0.018 Feb 2019withdrawn: DO NOT USE - This release was accidentally published using the wrong version number.
Nothing published for this version
- 7.59.021 Aug 2026
Release notes
Open source →Fri, 21 Aug 2026 15:16:34 GMT
Minor changes
- Report a new
ae-unresolved-import-pathmessage when an inlineimport()type with a relative path cannot be resolved, instead of silently emitting the unusable path into the .d.ts rollup.
- Report a new
- 7.58.1320 Aug 2026
- 7.58.1221 Jul 2026
Release notes
Open source →Tue, 21 Jul 2026 02:53:22 GMT
Patches
- Improve the performance of the internal excerpt token condensing algorithm from O(n^2) to O(n) by eliminating repeated array splicing and per-merge bookkeeping.
- 7.58.1117 Jul 2026
- 7.58.1016 Jul 2026
- 7.58.913 Jun 2026
- 7.58.88 Jun 2026
Release notes
Open source →Mon, 08 Jun 2026 15:15:49 GMT
Patches
- Add support for new d.ts extension format when using TS moduleResolution 'bundler' or 'nodenext'.
- 7.58.720 Apr 2026
- 7.58.620 Apr 2026
Release notes
Open source →Mon, 20 Apr 2026 15:15:24 GMT
Patches
- Fix an issue where empty lines were included in DTS rollups in place of API items that were trimmed.
- 7.58.518 Apr 2026
- 7.58.418 Apr 2026
- 7.58.317 Apr 2026
- 7.58.29 Apr 2026
- 7.58.14 Apr 2026
Release notes
Open source →Sat, 04 Apr 2026 00:14:00 GMT
Patches
- Bump lodash 4.18.1 to address CVEs GHSA-r5fr-rjxr-66jc, GHSA-f23m-r3pf-42rh
- 7.58.01 Apr 2026
Release notes
Open source →Wed, 01 Apr 2026 15:13:38 GMT
Minor changes
- Upgrade the bundled compiler engine to TypeScript 5.9.3
- 7.57.831 Mar 2026
- 7.57.79 Mar 2026
Release notes
Open source →Mon, 09 Mar 2026 15:14:07 GMT
Patches
- Bump
minimatchversion from10.2.1to10.2.3to address CVE-2026-27903.
- Bump
- 7.57.625 Feb 2026
Release notes
Open source →Wed, 25 Feb 2026 21:39:42 GMT
Patches
- Bump
@microsoft/tsdoc-configto~0.18.1to mitigate CVE-2025-69873.
- Bump
- 7.57.525 Feb 2026
- 7.57.424 Feb 2026
- 7.57.323 Feb 2026
Release notes
Open source →Mon, 23 Feb 2026 00:42:21 GMT
Patches
- Add missing "./extends/*.json" to the package.json "exports" field so that "@microsoft/api-extractor/extends/tsdoc-base.json" is importable.
- 7.57.220 Feb 2026
Release notes
Open source →Fri, 20 Feb 2026 16:14:49 GMT
Patches
- Bump minimatch from 10.1.2 to 10.2.1
- 7.57.120 Feb 2026
Release notes
Open source →Fri, 20 Feb 2026 00:15:03 GMT
Patches
- Add
"node"condition before"import"in the"exports"map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via"import". Fixes https://github.com/microsoft/rushstack/issues/5644.
- Add
- 7.57.019 Feb 2026
Release notes
Open source →Thu, 19 Feb 2026 00:04:52 GMT
Minor changes
- Normalize package layout. CommonJS is now under
lib-commonjs, DTS is now underlib-dts, and ESM is now underlib-esm. Imports tolibstill work as before, handled by the"exports"field inpackage.json.
- Normalize package layout. CommonJS is now under
- 7.56.37 Feb 2026
Release notes
Open source →Sat, 07 Feb 2026 01:13:26 GMT
Patches
- Upgrade
lodashdependency from~4.17.15to~4.17.23.
- Upgrade
- 7.56.24 Feb 2026
Release notes
Open source →Wed, 04 Feb 2026 20:42:47 GMT
Patches
- Update minimatch dependency from 10.0.3 to 10.1.2
- 7.56.14 Feb 2026
- 7.56.030 Jan 2026
Release notes
Open source →Fri, 30 Jan 2026 01:16:12 GMT
Minor changes
- Fix an issue where destructured parameters produced an incorrect parameter name
- 7.55.512 Jan 2026
Release notes
Open source →Thu, 08 Jan 2026 01:12:30 GMT
Patches
- Fix missing 'export' keyword for namespace re-exports that produced invalid TypeScript output
- 7.55.26 Dec 2025
- 7.55.121 Nov 2025
- 7.55.012 Nov 2025
Release notes
Open source →Wed, 12 Nov 2025 01:12:56 GMT
Minor changes
- Bump the
@microsoft/tsdocdependency to~0.16.0. - Bump the
@microsoft/tsdoc-configdependency to~0.18.0.
- Bump the
- 7.54.04 Nov 2025
Release notes
Open source →Tue, 04 Nov 2025 08:15:14 GMT
Minor changes
- Add a new setting
IExtractorInvokeOptions.printApiReportDiffthat makes build logs easier to diagnose by printing a diff of any changes to API report files (*.api.md). - Add a
--print-api-report-diffCLI flag that causes a diff of any changes to API report files (*.api.md) to be printed.
- Add a new setting
- 7.53.324 Oct 2025
- 7.53.222 Oct 2025
- 7.53.18 Oct 2025
- 7.53.03 Oct 2025
Release notes
Open source →Fri, 03 Oct 2025 20:09:59 GMT
Minor changes
- Normalize import of builtin modules to use the
node:protocol.
- Normalize import of builtin modules to use the
- 7.52.1530 Sept 2025
- 7.52.1430 Sept 2025
- 7.52.1312 Sept 2025
Release notes
Open source →Fri, 12 Sep 2025 15:13:07 GMT
Patches
- Fixes a bug in ExtractorAnalyzer._isExternalModulePath where type import declarations were not resolved.
- 7.52.1211 Sept 2025
- 7.52.1119 Aug 2025
Release notes
Open source →Tue, 19 Aug 2025 20:45:02 GMT
Patches
- Fix self-package import resolution by removing outDir/declarationDir from compiler options
- 7.52.101 Aug 2025
Release notes
Open source →Fri, 01 Aug 2025 00:12:48 GMT
Patches
- Upgrades the minimatch dependency from ~3.0.3 to 10.0.3 across the entire Rush monorepo to address a Regular Expression Denial of Service (ReDoS) vulnerability in the underlying brace-expansion dependency.
- 7.52.923 Jul 2025
- 7.52.813 May 2025
Release notes
Open source →Tue, 13 May 2025 02:09:20 GMT
Patches
- Fixes API extractor error handling when changed APIs are encountered and the "--local" flag is not specified
- 7.52.71 May 2025
Release notes
Open source →Thu, 01 May 2025 15:11:33 GMT
Patches
- Fix an issue where default exports were sometimes trimmed incorrectly in .api.md files when using
reportVariants(GitHub #4775)
- Fix an issue where default exports were sometimes trimmed incorrectly in .api.md files when using
- 7.52.61 May 2025
- 7.52.521 Apr 2025
- 7.52.417 Apr 2025
- 7.52.34 Apr 2025
Release notes
Open source →Fri, 04 Apr 2025 18:34:35 GMT
Patches
- Add support for customizing which TSDoc tags appear in API reports
- 7.52.225 Mar 2025
- 7.52.111 Mar 2025
- 7.52.011 Mar 2025
Release notes
Open source →Tue, 11 Mar 2025 00:11:25 GMT
Minor changes
- Upgrade the bundled compiler engine to TypeScript 5.8.2
- 7.51.11 Mar 2025
Release notes
Open source →Sat, 01 Mar 2025 05:00:09 GMT
Patches
- Include triple-slash references marked with
preserve="true"from files that only contain re-exports. There was a behavior change in TypeScript 5.5, where only triple-slash references that are explicitly marked withpreserve="true"are emitted into declaration files. This change adds support for placing these references in files that only contain re-exports, like the API entrypoint file.
- Include triple-slash references marked with
- 7.51.027 Feb 2025
Release notes
Open source →Thu, 27 Feb 2025 01:10:39 GMT
Minor changes
- Add a
docModel.releaseTagsToTrimproperty toapi-extractor.jsonto specify which release tags should be trimmed when the doc model is produced.
- Add a
- 7.50.122 Feb 2025
Release notes
Open source →Sat, 22 Feb 2025 01:11:11 GMT
Patches
- Upgrade the bundled compiler engine to TypeScript 5.7.3
- 7.50.012 Feb 2025
Release notes
Open source →Wed, 12 Feb 2025 01:10:52 GMT
Minor changes
- Update merge behavior for derived configurations to allow overriding array properties
- 7.49.230 Jan 2025
- 7.49.19 Jan 2025