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

17 lines
471 B
Text
Raw Normal View History

2009-11-10 09:52:03 -05:00
=== 1.72.2 2009-11-10
* 1 major enhancement:
* ability to limit the instruction count for a context
=== 1.72.1 2009-11-09
* 4 major enhancements:
2009-10-06 09:04:57 -05:00
* easily manipulate javascript objects from ruby (NativeObject)
* make NativeObject Enumerable
2009-11-08 23:25:25 -05:00
* to_h and to_json for NativeObject
* embed ruby instances and call methods from javascript
2009-10-06 09:04:57 -05:00
2009-09-24 19:06:31 -05:00
=== 1.72.0 2009-09-24
* 2 major enhancements:
* evaluate javascript in jruby
* embed callable ruby objects in javascript