Releases: SitePen/dts-generator
Releases · SitePen/dts-generator
Release 3.0.0
Release 2.1.0
New Features
- Options refactor (#96 thanks @dgoldstein0)
- Implement --types option (#98 thanks @Vratislav)
- Test runner script for Windows (#95 thanks @ritzingerp)
- Propagate jsx option from tsconfig to compilerHost (#92 thanks @dgoldstein0)
- Add a resolveModuleId and resolveModuleImport callback to options. (#80 thanks @ritzingerp)
- Add support for --project to point to a tsconfig file not named tsconfig.json (#87 thanks @dgoldstein0)
- Updated grunt task (#83 thanks @dploeger)
- Upgrade to typescript 2.1.4 (#89 thanks @dgoldstein0)
- Move compilation to use tsconfig.json files instead of hardcoded command lines (#88 thanks @dgoldstein0)
Changes
- Fix misusage of outDir vs. rootDir vs. baseDir (#90 thanks @dgoldstein0)
- Fix error handling for tsconfig.json bugs (#91 thanks @dgoldstein0)
- Fix npm test to actually run tests (#86 thanks @dgoldstein0)
Release 2.0.0
Updates
- Upgrade to TypeScript 2.0.3
Release 1.7.0
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
Fixes
Thanks to @jpsfs, Rich Tebb, @mtraynham, jaroslaw and @s093294.
1.6.3
Release 1.6.2
Bug Fixes
- Fixed issue with grunt task. Resolved #43.
Release 1.6
New Features
- Support for
project
argument andtsconfig.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 nowexclude
to align better withtsc
- 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.