Skip to content

Release 1.6

Compare
Choose a tag to compare
@kitsonk kitsonk released this 03 Nov 12:58
· 42 commits to master since this release

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