Skip to content

Releases: SitePen/dts-generator

Release 3.0.0

08 Jan 22:54
Compare
Choose a tag to compare
  • Split options.name into options.name and options.prefix, and prefix non-relative imports with options.prefix (#94)
  • Fix for excluded paths (#112)
  • Update dependencies and tests (#118)
  • Fix test of source filename against baseDir (#119)

Release 2.1.0

05 Feb 21:48
Compare
Choose a tag to compare

New Features

Changes

Release 2.0.0

11 Oct 14:36
Compare
Choose a tag to compare

Updates

  • Upgrade to TypeScript 2.0.3

Release 1.7.0

01 Mar 15:14
Compare
Choose a tag to compare

Updated

  • TypeScript is now a peerDependency making it easier to use different versions of TypeScript
  • Refactoring and linting of some of the code to be more maintainable and type safe

Changes

  • name is now an optional argument (PR #9)
  • rootDir in tsconfig.json is now read and applied (PR #48)

Fixes

  • Fix unsafe read from node.parent.kind (issue #58)
  • Fix ability to use ES3 target (issue #34)

Thanks to @jpsfs, Rich Tebb, @mtraynham, jaroslaw and @s093294.

1.6.3

01 Dec 17:29
Compare
Choose a tag to compare

Changes

  • Update to TypeScript 1.7.3

Release 1.6.2

03 Nov 13:55
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue with grunt task. Resolved #43.

Release 1.6

03 Nov 12:58
Compare
Choose a tag to compare

New Features

  • Support for project argument and tsconfig.json. Resolves #30.
  • Support for verbose logging.

Changes

  • Updates to TypeScript 1.6.2. This resolves a lot of syntax issues that people were encountering, like union types and namespace declarations.
  • Breaking change: excludes is now exclude to align better with tsc
  • Add testing via Intern
  • Breaking change: sendMessage has been integrated into the single configuration options argument
  • Breaking change: convert to ES6 module format, including default exports for modules.

Bug Fixes