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)