Skip to content

Releases: typescript-ruby/typescript-rails

Added rails template generator

12 Sep 10:52

Choose a tag to compare

Adds all of the plumbing to support a .ts file template generator. In the spirit of maintiaining existing functionality, we do not default the default javascript generator to typescript. However, anyone can opt into this functionality by adding the following to their config/application.rb:

config.generators do |g|
  g.javascript_engine :typescript
end

Small fixes

27 Jul 14:31

Choose a tag to compare

Fixed incorrect value of register_mime_type

Sprockets 4 support

26 Jul 15:51

Choose a tag to compare

Added Sprockets 4 support. Thanks to @mihai-dinculescu.

Update to Typescript v1.6.2

27 Jul 18:55

Choose a tag to compare

Added incorrect file name output on TypeScript compilation error.

Updated version to 0.6.0

07 Jul 10:54

Choose a tag to compare

Pre-release

Updated version to 0.6.0 for using Typescript source 1.4.1.3