Skip to content

Releases: typescript-ruby/typescript-rails

Added rails template generator

Choose a tag to compare

@bdrazhzhov bdrazhzhov released this 12 Sep 10:52

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

Choose a tag to compare

@bdrazhzhov bdrazhzhov released this 27 Jul 14:31

Fixed incorrect value of register_mime_type

Sprockets 4 support

Choose a tag to compare

@bdrazhzhov bdrazhzhov released this 26 Jul 15:51

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

Update to Typescript v1.6.2

Choose a tag to compare

@bdrazhzhov bdrazhzhov released this 27 Jul 18:55

Added incorrect file name output on TypeScript compilation error.

Updated version to 0.6.0

Pre-release

Choose a tag to compare

@bdrazhzhov bdrazhzhov released this 07 Jul 10:54

Updated version to 0.6.0 for using Typescript source 1.4.1.3