Skip to content

Commit 1299d5b

Browse files
committed
v0.4.0
1 parent a7ce57e commit 1299d5b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.4.0 2014-08-11 23:04:20+0900
2+
3+
* Set `--noImplicitAny` by default to tsc compiler
4+
* Typescript::Rails::Compiler.default_options to provide tsc compiler with otpions
5+
* default values: `--target ES5 --noImplicitAny`
6+
* A lot of refactoring
7+
18
## v0.3.0 2014-08-09 10:27:54+0900
29

310
* Compiles TypeScript files in ES5 mode

lib/typescript/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Typescript
22
module Rails
3-
VERSION = '0.3.0'
3+
VERSION = '0.4.0'
44
end
55
end

0 commit comments

Comments
 (0)