J
John Barnette
johnson version 1.2.0 has been released!
* <http://github.com/jbarnette/johnson>
* <http://groups.google.com/group/johnson-talk>
Johnson wraps JavaScript in a loving Ruby embrace. It embeds the
Mozilla SpiderMonkey JavaScript runtime as a C extension. This release
squashes many, many bugs and segfaults.
Changes:
### 1.2.0 / 2010-01-25
* Add an API for registering custom conversions.
* Subclass Runtime, don't delegate.
* Make builds a bit more robust, especially on Snow Leopard.
* Handle UTF-8 conversion better. Also, treat JS strings as UTF-16.
* Add small bits of API doco.
* Plug tons of root leaks.
* Make Function.prototype.apply handle Ruby arrays.
* Remove Rails EJS support, it was a joke to begin with.
* Whitespace, formatting, and organization cleanups.
* <http://github.com/jbarnette/johnson>
* <http://groups.google.com/group/johnson-talk>
Johnson wraps JavaScript in a loving Ruby embrace. It embeds the
Mozilla SpiderMonkey JavaScript runtime as a C extension. This release
squashes many, many bugs and segfaults.
Changes:
### 1.2.0 / 2010-01-25
* Add an API for registering custom conversions.
* Subclass Runtime, don't delegate.
* Make builds a bit more robust, especially on Snow Leopard.
* Handle UTF-8 conversion better. Also, treat JS strings as UTF-16.
* Add small bits of API doco.
* Plug tons of root leaks.
* Make Function.prototype.apply handle Ruby arrays.
* Remove Rails EJS support, it was a joke to begin with.
* Whitespace, formatting, and organization cleanups.