1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/History.txt

28 lines
No EOL
951 B
Text

=== 0.X.X 2010-XX-XX
* N major enhancements:
* Ruby objects embedded into javascript are passed back to ruby as themselves and not a wrapped V8 object wrapping a ruby object.
* Use any ruby object as the scope of eval().
* N minor enhancements:
* only allow certain operations if the context is open
* fix a couple of segmentation faults
=== 0.4.3 2010-10-11
* 3 major enhancements:
* access properties on Ruby objects with their camel case equivalents
* reflect JavaScript objects into Ruby and access their properties
* load JavaScript source from an IO object or by filename
=== 0.4.2 2010-10-10
* 1 major enhancement:
* embed Ruby Objects into Javascript and call their methods
=== 0.4.1 2010-01-09
* 3 major enhancements:
* embed bare Proc and Method objects into JavaScript and call them
* catch JavaScript exceptions from Ruby
=== 0.4.0 2009-12-21
* 1 major enhancements:
* evaluate JavaScript code from inside Ruby.