Skip to content

Releases: Jaid/jsdoc-tsd-webpack-plugin

v1.5.2

31 Jan 00:58
e305995
Compare
Choose a tag to compare
  • Improved error handling regarding JSDoc

v1.5.1

30 Jan 22:15
c1fe92d
Compare
Choose a tag to compare
  • Improved option babel (it can now be an object that represents the Babel config)

v1.5.0

28 Jan 19:44
0d3507d
Compare
Choose a tag to compare
  • Added option babel (false by default)

v1.4.3

28 Jan 13:55
f17cd7a
Compare
Choose a tag to compare
  • Removed wrong extension from TypeScript definition file (sorry!)

v1.4.2

28 Jan 13:38
25d5ba7
Compare
Choose a tag to compare
  • Fixed TypeScript definition file name

v1.4.1

28 Jan 12:42
78c809a
Compare
Choose a tag to compare
  • Dependency upgrade

v1.4.0

28 Jan 12:40
0241a83
Compare
Choose a tag to compare
  • 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

27 Jan 17:34
0f99032
Compare
Choose a tag to compare
  • Removed option tsdOutputDir
  • Added option tsdOutputFile
  • If tsdOutputFile is not set, TypeScript definition will be placed into Webpack output directory now

v1.2.0

27 Jan 16:23
e26dd35
Compare
Choose a tag to compare
  • Added option productionOnly (true by default)

v1.1.0

27 Jan 14:06
45b9dc2
Compare
Choose a tag to compare