Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 488 Bytes

CHANGES.md

File metadata and controls

20 lines (12 loc) · 488 Bytes

v0.4.2 2014-11-26 07:30:12+0900

  • Fix newlines (#15)
  • Mention to default_options in README (#18)

v0.4.1 2014-08-12 00:05:17+0900

  • Fix a runtime error

v0.4.0 2014-08-11 23:04:20+0900

  • Set --noImplicitAny by default to tsc compiler
  • Typescript::Rails::Compiler.default_options to provide tsc compiler with otpions
    • default values: --target ES5 --noImplicitAny
  • A lot of refactoring

v0.3.0 2014-08-09 10:27:54+0900

  • Compiles TypeScript files in ES5 mode