mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
treat hashes the same way therubyracer does.
This commit is contained in:
parent
3e401be016
commit
74f59294f0
2 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
|||
=== 1.72.7
|
||||
* N major enhancements:
|
||||
* N minor enhancements:
|
||||
=== 1.72.8 2011-06-26
|
||||
* fix passing of options hash to ruby.
|
||||
|
||||
=== 1.72.6 2009-11-30
|
||||
* 2 major enhancements:
|
||||
|
@ -17,7 +16,7 @@
|
|||
* automatically wrap/unwrap ruby and javascript arrays
|
||||
* automatically convert ruby method objects and Proc objects into javascript functions
|
||||
* Make functions defined in javascript callable from ruby
|
||||
|
||||
|
||||
=== 1.72.3 2009-11-11
|
||||
* 4 major enhancements:
|
||||
* greatly simplified interface to context by unifying context and scope
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
module Rhino
|
||||
VERSION = "1.72.7"
|
||||
VERSION = "1.72.8"
|
||||
end
|
Loading…
Add table
Reference in a new issue