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

document changes since last version.

This commit is contained in:
Charles Lowell 2012-06-16 12:50:12 -05:00
parent 38e8902266
commit 2d94cbf943

View file

@ -1,14 +1,18 @@
# Changelog
## 0.x
## 0.11
* codebase completely re-written from scratch
* upgrade to v8 3.11.8
* remove dependency on gem version of libv8. enable compile against system v8
* ease the building of binary versions of
* more faithful coverage of the low-level API
* re-writter memory management to remove MRI
* support for rubinius
* upgrade V8 version to 3.11.8
* remove dependency on libv8. enable compilation against system v8
* complete re-write of low-level C layer for dramatically increased stability and performance
* more faithful and complete coverage of the low-level C API
* ease the building of binary gems
* official support for Rubinius
* ability to query V8 for memory usage and set resource constraints
* extensible conversion framework for thunking Ruby values to V8 and vice-versa
* extensible invocation framework for calling Ruby code (Proc, Method, etc...) from JavaScript
* extensible access framework for interacting with Ruby properties from JavaScript
* provide explicit context teardown for distributed cycles of garbage.
## 0.10.1 2012/04/05