2010-03-15 07:13:10 -05:00
|
|
|
=== 0.5.5 2010-03-15
|
|
|
|
* 2 minor enhancements
|
|
|
|
* fix string encoding issue that was breaking RHEL 5.x
|
|
|
|
* fix pthread linking issue on RHEL 5.2
|
|
|
|
|
2010-03-09 23:34:21 -06:00
|
|
|
=== 0.5.4 2010-03-09
|
|
|
|
* 1 minor enhancement
|
2010-03-15 07:13:10 -05:00
|
|
|
* add ext directory to gem require paths which was causing problems for non-binary gems
|
2010-03-09 23:34:21 -06:00
|
|
|
|
2010-03-01 07:28:00 -06:00
|
|
|
=== 0.5.3 2010-03-01
|
2010-03-01 00:28:55 -06:00
|
|
|
* 1 major enhancement
|
|
|
|
* added full back trace to javascript code
|
|
|
|
|
2010-02-26 21:57:56 -06:00
|
|
|
=== 0.5.2 2010-02-26
|
|
|
|
* 1 major enhancement
|
2010-02-18 14:27:02 -06:00
|
|
|
* added javascript shell (bin/therubyracer)
|
2010-02-26 21:57:56 -06:00
|
|
|
* 2 minor enhancements
|
2010-02-18 14:27:02 -06:00
|
|
|
* added to_s method for embedded ruby objects
|
2010-02-26 21:57:56 -06:00
|
|
|
* added line number and file name to error message.
|
2010-02-18 14:14:53 -06:00
|
|
|
|
2010-02-17 07:08:45 -06:00
|
|
|
=== 0.5.1 2010-02-17
|
|
|
|
* 1 minor enhancement
|
|
|
|
* fix bug in 1.8.6 by creating Object#tap if it does not exist
|
|
|
|
|
2010-02-16 20:54:32 -06:00
|
|
|
=== 0.5.0 2010-02-17
|
|
|
|
* 1 major enhancement
|
|
|
|
* support for Linux 64 bit
|
|
|
|
|
2010-02-16 14:57:40 -06:00
|
|
|
=== 0.4.9 2010-02-16
|
|
|
|
* 1 major enhancement
|
2010-02-16 20:54:32 -06:00
|
|
|
* support for Linux 32 bit
|
2010-02-16 14:57:40 -06:00
|
|
|
|
2010-02-08 11:23:57 -06:00
|
|
|
=== 0.4.8 2010-02-08
|
2010-02-16 14:57:40 -06:00
|
|
|
* 1 major enhancement
|
2010-02-08 11:23:57 -06:00
|
|
|
* expose line number and source name on JavascriptErrors.
|
|
|
|
|
2010-01-18 01:19:08 +02:00
|
|
|
=== 0.4.5 2010-01-18
|
|
|
|
* 3 major enhancements
|
|
|
|
* case munging so that ruby methods(perl_case) are accessed through javascript in camelCase.
|
|
|
|
* access 0-arity ruby methods as javascript properties
|
|
|
|
* invoke ruby setters from javascript as properties
|
|
|
|
* 1 minor enhancements
|
|
|
|
* contexts detect whether they are open or not and open when needed
|
2010-01-18 00:27:09 +02:00
|
|
|
|
2010-01-14 00:54:26 +02:00
|
|
|
=== 0.4.4 2010-01-14
|
|
|
|
* 2 major enhancements:
|
2010-01-13 17:13:13 +02:00
|
|
|
* 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().
|
2010-01-14 00:54:26 +02:00
|
|
|
* 5 minor enhancements:
|
2010-01-13 23:12:17 +02:00
|
|
|
* quick and dirty V8.eval() method added
|
2010-01-14 00:54:26 +02:00
|
|
|
* native objects have a reference to the context that created them.
|
|
|
|
* context now has equality check.
|
|
|
|
* expose InContext() and GetCurrent() methods.
|
2010-01-13 17:13:13 +02:00
|
|
|
* fix a couple of segmentation faults
|
2010-01-11 11:59:39 +02:00
|
|
|
|
|
|
|
=== 0.4.3 2010-10-11
|
|
|
|
* 3 major enhancements:
|
2010-01-11 09:45:45 +02:00
|
|
|
* 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
|
2009-12-15 07:35:55 +02:00
|
|
|
|
2010-01-11 09:45:45 +02:00
|
|
|
=== 0.4.2 2010-10-10
|
2009-12-15 07:35:55 +02:00
|
|
|
* 1 major enhancement:
|
2010-01-11 09:45:45 +02:00
|
|
|
* 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.
|