rollup-plugin-dts
Advanced tools
Changelog
6.1.0
Compatibility Notice:
This release adds compatibility with Rollup version 4.
Fixes:
Thank you:
Features, fixes and improvements in this release have been contributed by:
Changelog
6.0.2
Fixes:
typeof this
being wrongly renamed.Thank you:
Features, fixes and improvements in this release have been contributed by:
Changelog
6.0.1
Compatibility Notice:
This release lowers the minimum required node.js version to 16.
Fixes:
export { type T }
.Thank you:
Features, fixes and improvements in this release have been contributed by:
Changelog
6.0.0
Compatibility Notice:
This release raises the minimum required Rollup version to 3.25, the minimum required TypeScript version to 4.5 and the minimum required node.js version to 18.
Fixes:
export { type T }
syntax.Thank you:
Features, fixes and improvements in this release have been contributed by:
Changelog
5.3.1
Fixes:
dts
export as well.cjs
and mjs
type definitions.Thank you:
Features, fixes and improvements in this release have been contributed by:
Changelog
5.3.0
Compatibility Notice:
This release supports TypeScript 5.0.
Fixes:
tsconfig
..d.cts
and .d.mts
files.declare
modifiers of enums.Thank you:
Features, fixes and improvements in this release have been contributed by:
Changelog
5.1.1
Fixes:
tsconfig.json
correctly for relative imports.Thank you:
Features, fixes and improvements in this release have been contributed by:
Changelog
5.1.0
Features:
.mts
and .cts
files.tsconfig.json
.Fixes:
export {}
for empty files without exports.Thank you:
Features, fixes and improvements in this release have been contributed by: