README.md in h8-0.1.0 vs README.md in h8-0.1.1
- old
+ new
@@ -32,9 +32,11 @@
call #to_ruby)
- Uncaught ruby exceptions are thrown as javascript exceptions in javascript code. The same,
uncaught javascript exceptions raise ruby error in ruby code.
+- Integrated CoffeeScript support
+
## Main difference from therubyracer/features not ready
- This version is not (yet?) thread safe*. For the sake of effectiveness, do not access same
H8::Context and its returned values from concurrent threads. Use Mutexes if need.