- Updated typescript-src gem version to v1.6.2
- Added stdout to output when Typescript compilation error occurs
- Use capture3 instead of popen3 to handle tsc I/O.
- compile_file now takes tsc(1) options (#3):
TypeScript::Node.compile_file('file', '--target', 'ES5')
- Depends on newer versions of typescript-src
- No feature change from previous versions