We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ce57e commit 1299d5bCopy full SHA for 1299d5b
CHANGES.md
@@ -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
8
## v0.3.0 2014-08-09 10:27:54+0900
9
10
* Compiles TypeScript files in ES5 mode
lib/typescript/rails/version.rb
@@ -1,5 +1,5 @@
module Typescript
module Rails
- VERSION = '0.3.0'
+ VERSION = '0.4.0'
end
0 commit comments