- Add typescript template generator (not defaulted). Thanks to @mjfaga
- Fixed incorrect value of register_mime_type (@mihai-dinculescu)
- Added Sprockets 4 support. Thanks to @mihai-dinculescu
- Updated to TS v1.6.2
- Now code raises exception with correct file name when TS compilation error occurs
- Updated version to 0.6.0 for using Typescript source 1.4.1.3
- Expire root TS cache in response to change in referenced
.ts
files (#24)
- Fix newlines (#15)
- Mention to
default_options
in README (#18)
- Fix a runtime error
- Set
--noImplicitAny
by default to tsc compiler - Typescript::Rails::Compiler.default_options to provide tsc compiler with otpions
- default values:
--target ES5 --noImplicitAny
- default values:
- A lot of refactoring
- Compiles TypeScript files in ES5 mode