We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b200fa commit b88c4eaCopy full SHA for b88c4ea
CHANGES.md
@@ -1,3 +1,7 @@
1
+## v1.1.1 2015-04-19 15:40:00+0900
2
+
3
+* Use capture3 instead of popen3 to handle tsc I/O.
4
5
## v1.1.0 2014-08-09 10:06:10+0900
6
7
* compile_file now takes tsc(1) options (#3):
lib/typescript-node/version.rb
@@ -1,5 +1,5 @@
module TypeScript
module Node
- VERSION = '1.1.0'
+ VERSION = '1.1.1'
end
0 commit comments