Releases: Jaid/jsdoc-tsd-webpack-plugin
Releases · Jaid/jsdoc-tsd-webpack-plugin
v1.5.2
- Improved error handling regarding JSDoc
v1.5.1
- Improved option
babel
(it can now be an object
that represents the Babel config)
v1.5.0
- Added option
babel
(false
by default)
v1.4.3
- Removed wrong extension from TypeScript definition file (sorry!)
v1.4.2
- Fixed TypeScript definition file name
v1.4.0
- Changed the default file name of the generated TypeScript definition file. It's now
[chunkname].d.ts
to match the compiled JavaScript file [chunkname].js
.
v1.3.0
- Removed option
tsdOutputDir
- Added option
tsdOutputFile
- If
tsdOutputFile
is not set, TypeScript definition will be placed into Webpack output directory now
v1.2.0
- Added option
productionOnly
(true
by default)